Search found 16 matches

by hatchjk
Thu Apr 11, 2019 5:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Toggle display/edit of inline footnotes
Replies: 6
Views: 2810

Re: Toggle display/edit of inline footnotes

Radu,

Thank you. What exactly does the n represent in these selectors? I see integer values used in your implementations. Can you provide just a quick run-down here?

Best,

Jeff
by hatchjk
Wed Apr 10, 2019 11:00 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Toggle display/edit of inline footnotes
Replies: 6
Views: 2810

Re: Toggle display/edit of inline footnotes

Quick follow-up question: We've never seen implementation of the :before selector receiving parameterization or constraint being passed to it, as you seem to be doing in the css for this demo (the "(101)" on :before): note:before(101) { ... ... } Is this implementation proprietary to Oxyge...
by hatchjk
Fri Apr 05, 2019 5:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Toggle display/edit of inline footnotes
Replies: 6
Views: 2810

Re: Toggle display/edit of inline footnotes

Radu,

This looks like a very elegant solution. Thank you!

Jeff
by hatchjk
Thu Apr 04, 2019 11:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Toggle display/edit of inline footnotes
Replies: 6
Views: 2810

Toggle display/edit of inline footnotes

I've been tasked with an implementation challenge and I'd appreciate any suggestions. In a future specification of our content model, footnotes will be placed inline, at the point of reference, within the text. The footnotes in this code is the lds:footnote elements (there are two): <test> <p>Anothe...
by hatchjk
Thu Jun 28, 2018 11:08 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Implementation of sync.api.Dialog
Replies: 1
Views: 2023

Implementation of sync.api.Dialog

Please forgive the simple question ... does the Javascript API for Web Author (20.x) provide for retrieving user input data (primarily multi-field text input) from an implementation of sync.api.Dialog, either through use of JQuery or otherwise? If so, could you point me to some documentation?
by hatchjk
Wed Jun 27, 2018 10:27 pm
Forum: Other Issues
Topic: Call multiple AuthorOperation implementations in Web Author action?
Replies: 1
Views: 1573

Call multiple AuthorOperation implementations in Web Author action?

We recently upgraded from Web Author 18.1 to 20.0. Under 18.1, we had the following simple action defined for Web Author (displaying only the actionPerformed function for brevity): MarkCrossRefAction.prototype.actionPerformed = function (callback) { var url = window.prompt("Cross Reference URL:...
by hatchjk
Wed Mar 28, 2018 10:05 pm
Forum: Other Issues
Topic: Action separators in Web Author Toolbar menus
Replies: 4
Views: 2960

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...
by hatchjk
Wed Mar 28, 2018 6:50 pm
Forum: Other Issues
Topic: Action separators in Web Author Toolbar menus
Replies: 4
Views: 2960

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?
by hatchjk
Wed Mar 29, 2017 3:41 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Accessing ancestral data from currentElementLocation with XSLTOperation
Replies: 3
Views: 2705

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...
by hatchjk
Tue Mar 28, 2017 7:41 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Accessing ancestral data from currentElementLocation with XSLTOperation
Replies: 3
Views: 2705

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 ...
by hatchjk
Fri Jul 15, 2016 6:26 pm
Forum: Other Issues
Topic: Use of alternate CSS available in Oxygen Web Author
Replies: 5
Views: 4184

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?
by hatchjk
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: 3097

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...
by hatchjk
Wed Mar 09, 2016 8:16 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Implementing UniqueAttributesRecognizer for multiple attribute types
Replies: 1
Views: 1896

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....
by hatchjk
Fri Dec 21, 2007 5:17 pm
Forum: Common Problems
Topic: whitespace-only text nodes in v9.1 Authoring environment
Replies: 1
Views: 2286

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...
by hatchjk
Tue Nov 13, 2007 7:32 pm
Forum: Common Problems
Topic: Use of white-space:pre-wrap in v9 Authoring environment
Replies: 2
Views: 3049

Update: whitespace is honored under Oxygen 9's implementation of white-space:pre-wrap. However, I still do not get automatic text wrap in the Authoring environment with this property.
OP
by hatchjk
Tue Nov 13, 2007 6:23 pm
Forum: Common Problems
Topic: Use of white-space:pre-wrap in v9 Authoring environment
Replies: 2
Views: 3049

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...