Search found 12 matches

by jacobBocaj
Wed Nov 08, 2017 11:05 pm
Forum: Other Issues
Topic: Disable "Show cursor position tooltip" in XML Web Author
Replies: 2
Views: 2303

Disable "Show cursor position tooltip" in XML Web Author

Hello, Is there a way to disable "Show cursor position tooltip" in the XML Web Author environment? I see that in the options.xml for the desktop application this can be accomplished with an entry of: <entry> <String>show.caret.position.info</String> <Boolean>false</Boolean> </entry> Can th...
by jacobBocaj
Mon Sep 18, 2017 11:41 pm
Forum: Other Issues
Topic: author.quick.up.down.navigation in XML Web Author
Replies: 4
Views: 2747

Re: author.quick.up.down.navigation in XML Web Author

Cristian,

Thank you for your reply. Do any of the existing API classes accommodate this in the Web Author mode? Is there currently any way if implementing this functionality?

Thank you,
Jacob
by jacobBocaj
Wed Sep 13, 2017 5:53 pm
Forum: Other Issues
Topic: author.quick.up.down.navigation in XML Web Author
Replies: 4
Views: 2747

author.quick.up.down.navigation in XML Web Author

Hello, I am attempting to enable the "Quick up/down navigation" option in our Oxygen XML Web Author environment. To do this I added the snippet below to the options.xml file. The new cursor functionality is not working in Web Author, but works perfectly in my desktop installation. Am I imp...
by jacobBocaj
Wed Jul 12, 2017 7:12 pm
Forum: Other Issues
Topic: Delete functionality pulling data up.
Replies: 1
Views: 1423

Delete functionality pulling data up.

Hello, I am having this issue while using XML WebAuthor. Pressing "Delete" when the cursor is just inside the end tag of an element results in the content of subsequent elements being pulled up to the current cursor location (See screenshots below). I would like to have the editor do nothi...
by jacobBocaj
Thu Jun 29, 2017 12:00 am
Forum: Other Issues
Topic: Activation Xpath on JS Customized Action
Replies: 2
Views: 1957

Re: Activation Xpath on JS Customized Action

HI Cristian,

This solution works perfectly! Thank you for the guidance.

Regards,
Jacob
by jacobBocaj
Tue Jun 27, 2017 6:06 pm
Forum: Other Issues
Topic: Activation Xpath on JS Customized Action
Replies: 2
Views: 1957

Activation Xpath on JS Customized Action

Hello, I seem to have lost Activation Xpath functionality for JS (frameworks.js) customized actions. In example, in the .framework file I have an 'insert.image' action with its Activation Xpath property set to oxy:allows-child-element("*:img") - This works as expected, allowing image actio...
by jacobBocaj
Fri Jun 16, 2017 8:26 pm
Forum: Other Issues
Topic: Schema Aware Editing Mode WebAuthor
Replies: 4
Views: 2701

Re: Schema Aware Editing Mode WebAuthor

Mihaela,

The issue was related to the RNG schema as you indicated. I've resolved the problem and all is working well now.

Thank you for the information.

Regards,
Jacob
by jacobBocaj
Thu Jun 15, 2017 10:07 pm
Forum: Other Issues
Topic: Schema Aware Editing Mode WebAuthor
Replies: 4
Views: 2701

Schema Aware Editing Mode WebAuthor

Hello, I am unable to stop schema invalid edits to documents in the WebAuthor environment. In my options.xml file for WebAuthor I have set field, 'schemaAwareEditingMode' to 'schema_aware_editing_custom' and set field, 'isVerifyDeleteElementTagsAction' to 'true' however, I am still able to remove el...
by jacobBocaj
Wed Jun 14, 2017 11:47 pm
Forum: Other Issues
Topic: Evaluate Node Collection of Selection
Replies: 2
Views: 1726

Re: Evaluate Node Collection of Selection

Hello Radu,

Thank you for this suggestion. This solution works perfectly.

Regards,
Jacob
by jacobBocaj
Tue Jun 13, 2017 9:02 pm
Forum: Other Issues
Topic: Evaluate Node Collection of Selection
Replies: 2
Views: 1726

Evaluate Node Collection of Selection

Hello, I would like to prevent the deletion of <title> elements (and their content) within an xml document if the <title> element has an attribute of 'hTitle'. Thus far I have managed to prevent the deletion of element content by overidding the 'delete' method in an extension class of AuthorDocument...
by jacobBocaj
Mon May 15, 2017 4:24 pm
Forum: Other Issues
Topic: Modify "Read Only Content" message.
Replies: 4
Views: 2905

Re: Modify "Read Only Content" message.

Hello Sorin, Thank you for responding to my post. We are using Oxygen Web Author as an interface for internal document reviewers. The documents these reviewers are accessing and or lightly modifying are composed of entity chapters inserted in a collective "build" file. These reviewers are ...
by jacobBocaj
Thu May 11, 2017 10:29 pm
Forum: Other Issues
Topic: Modify "Read Only Content" message.
Replies: 4
Views: 2905

Modify "Read Only Content" message.

Hello, Currently when users attempt to make a change to an entity section within a document the message, " Read-only content Cannot edit inside read-only content. " is displayed. How can I customize the displayed message? I found the AuthorDocumentFilter class, but that doesn't seem to con...