Search found 10 matches
- Wed Mar 28, 2018 10:05 pm
- Forum: Other Issues
- Topic: Action separators in Web Author Toolbar menus
- Replies: 3
- Views: 104
Re: Action separators in Web Author Toolbar menus
Cristian, We're running Web Author 18.1, build 2016101802. No errors being thrown to Console. We have no custom plugins deployed. What I'm referring to is visibility of action.separator on drop-down menus from the Toolbar associated with the custom document type framework we've developed. The action...
- Wed Mar 28, 2018 6:50 pm
- Forum: Other Issues
- Topic: Action separators in Web Author Toolbar menus
- Replies: 3
- Views: 104
Action separators in Web Author Toolbar menus
Is there an acceptable method for getting Web Author to recognize action.separator instances in Toolbar menus? Or, is there a way to generate action separation in Toolbar menus in Web Author?
- Wed Mar 29, 2017 3:41 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Accessing ancestral data from currentElementLocation with XSLTOperation
- Replies: 3
- Views: 491
Re: Accessing ancestral data from currentElementLocation with XSLTOperation
Radu, Thanks for your reply. No namespaces are in play here, but I hadn't set sourceLocation to /* because I need the operation to function only on the unordered list selected by the user (I was accepting the default for that parameter, the element at the cursor location). By setting the sourceLocat...
- Tue Mar 28, 2017 7:41 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Accessing ancestral data from currentElementLocation with XSLTOperation
- Replies: 3
- Views: 491
Accessing ancestral data from currentElementLocation with XSLTOperation
I'm having trouble implementing an XSLTOperation for a custom framework. The purpose of this operation is to sort list items in an unordered list, according to linguistic collation rules. For this to function, I must access the document's @lang attribute, which resides on the root element. Code for ...
- Fri Jul 15, 2016 6:26 pm
- Forum: Other Issues
- Topic: Use of alternate CSS available in Oxygen Web Author
- Replies: 4
- Views: 833
Use of alternate CSS available in Oxygen Web Author
Is the use of alternate CSS available in Oxygen Web Author? If so, could someone point me to documentation describing how to implement?
- Fri Jun 17, 2016 6:05 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Rendering image by passing image ID to REST service
- Replies: 1
- Views: 1643
Rendering image by passing image ID to REST service
In our document type, images are referenced by the image's asset ID in our asset management system: <img src="1234567" alt="test image' /> In other content preview environments, images are previewed by passing the asset ID to a REST service: https://publish.our_organization.org/conten...
- Wed Mar 09, 2016 8:16 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Implementing UniqueAttributesRecognizer for multiple attribute types
- Replies: 1
- Views: 500
Implementing UniqueAttributesRecognizer for multiple attribute types
Our implementation of (x)html5 requires some governance over what attributes' values are allowed to be copied on split, and on paste. In particular, we have two attributes, id and data-aid, that need to be recognized as "unique" so their values aren't replicated, causing validation errors....
- Fri Dec 21, 2007 5:17 pm
- Forum: Common Problems
- Topic: whitespace-only text nodes in v9.1 Authoring environment
- Replies: 1
- Views: 1347
whitespace-only text nodes in v9.1 Authoring environment
I think I might be missing something here, and this certainly isn't a major problem, just an annoyance: If an xml doc previously authored and formatted/indented is viewed in the Authoring editor, whitespace-only text nodes are visible. Oxygen's documentation indicates that these nodes, when unprotec...
- Tue Nov 13, 2007 7:32 pm
- Forum: Common Problems
- Topic: Use of white-space:pre-wrap in v9 Authoring environment
- Replies: 2
- Views: 1792
- Tue Nov 13, 2007 6:23 pm
- Forum: Common Problems
- Topic: Use of white-space:pre-wrap in v9 Authoring environment
- Replies: 2
- Views: 1792
Use of white-space:pre-wrap in v9 Authoring environment
In doing some testing under a trial license of Oxygen 9, use of the white-space:pre-wrap property in css (coming from css 2.1) seems to not be supported. The userguide says otherwise ... Using this property, which will validate once th e CSS validator is set to 2.1, seems to have no effect in the au...