Search found 8 matches

by Silentar
Thu Mar 30, 2023 9:45 am
Forum: Common Problems
Topic: Ordered list initial number
Replies: 3
Views: 693

Re: Ordered list initial number

Thank you for your answer Unfortunatelly attr doesn't work with counter-reset But since data-attr-start is generated by Oxygen, it gave me another idea document.querySelectorAll('ol[data-attr-start]').forEach(n => n.style.counterReset = 'item-count ' + (n.getAttribute('data-attr-start') - 1)); is ca...
by Silentar
Wed Mar 22, 2023 8:24 am
Forum: Common Problems
Topic: Ordered list initial number
Replies: 3
Views: 693

Ordered list initial number

Hello I am trying to get ordered lists to start from value, defined by attribute Css, that theoretically should work counter-reset: item-count oxy_add(oxy_xpath('../@start'), '-1', number); If I replace oxy_add part with number it works (so selectors are correct) oxy_xpath part is correct too - test...
by Silentar
Fri Jan 27, 2023 5:21 pm
Forum: Common Problems
Topic: License for tomcat war installation
Replies: 1
Views: 532

License for tomcat war installation

Hello We are using Oxygen XML Web Author in form of war file running from tomcat (just editor, surrounding UI is self-written) Our development phase has came to an end and clients are asking about license purchase During development keys from https://www.oxygenxml.com/xml_web_author/register.html?p=...
by Silentar
Mon Dec 19, 2022 5:50 am
Forum: Common Problems
Topic: Highlight button
Replies: 1
Views: 487

Highlight button

Does Web Author support Highlight button like Xml Editor do? I found references to highlight manager and operations in js code, but cannot decipher their parameters or find the way to show button if it exists.
Thank you
by Silentar
Mon Oct 31, 2022 1:22 pm
Forum: Common Problems
Topic: Java version compatibility
Replies: 3
Views: 1090

Re: Java version compatibility

Huge thank you for your answer. I managed to run editor in required environment after those changes. But editor seems to be unable to connect to both License Server and data source through RestConnector - getting Cannot connect to the license server. org/apache/commons/collections4/map/HashedMap (ht...
by Silentar
Wed Oct 26, 2022 9:01 am
Forum: Common Problems
Topic: Java version compatibility
Replies: 3
Views: 1090

Java version compatibility

Hello On servers with Oxygen Web Editor appeared non-related to editor issue that can be fixed only by upgrade of Java to 19 But after upgrade Editor servlet refuses to start My question is - is editor expected to work in Tomcat9+Java19 environment? Error I get - java.lang.UnsupportedOperationExcept...
by Silentar
Mon Sep 12, 2022 9:39 am
Forum: Common Problems
Topic: Table column resize
Replies: 2
Views: 862

Re: Table column resize

Thank you
by Silentar
Mon Sep 12, 2022 8:25 am
Forum: Common Problems
Topic: Table column resize
Replies: 2
Views: 862

Table column resize

Hello
Does XML Web Author table have UI interactive methods of resizing table columns like Java Applet XML Editor has?
Or is the only way to enter numeric values in column spec?
Couldn't find the way, but maybe I am clicking into wrong location