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

Oxygen general issues.
jacobBocaj
Posts: 12
Joined: Thu May 11, 2017 10:18 pm

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

Post by jacobBocaj »

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 implementing this property properly in the options.xml file?

Code: Select all


...
<serializableOrderedMap>
...
<entry>
<String>author.quick.up.down.navigation</String>
<Boolean>true</Boolean>
</entry>
...
</serializableOrderedMap>
...
Any guidance will be appreciated.
Jacob
cristi_talau
Posts: 496
Joined: Thu Sep 04, 2014 4:22 pm

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

Post by cristi_talau »

Hello,

Unfortunately, this options is not supported in Web Author. I registered an issue about that and added your vote to it. You will be notified when we implement it.

Best,
Cristian
jacobBocaj
Posts: 12
Joined: Thu May 11, 2017 10:18 pm

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

Post by jacobBocaj »

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
cristi_talau
Posts: 496
Joined: Thu Sep 04, 2014 4:22 pm

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

Post by cristi_talau »

Hello,

Unfortunately, we are not aware of any workaround for this problem.

Best,
Cristian
mihaela
Posts: 490
Joined: Wed May 20, 2009 2:40 pm

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

Post by mihaela »

Hi,

We just released version 22 of Web Author and it includes a new URL parameter[1] named quickUpDownNavigation that can be set to true in order to avoid horizontal cursor positions between block elements.

[1] https://www.oxygenxml.com/doc/versions/ ... parameters

Best Regards,
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
Post Reply