Search found 495 matches

by cristi_talau
Wed Apr 06, 2022 9:33 am
Forum: SDK-API, Frameworks - Document Types
Topic: Multiple data directories
Replies: 5
Views: 1126

Re: Multiple data directories

Hello, Web Author supports only one "data directory". It has some flexibility on how it loads frameworks and plugins. If you ca share what you want to achieve with two such folders, we may be able to find a solution to support your use-case. For example, there is an "additional.framew...
by cristi_talau
Tue Apr 05, 2022 5:14 pm
Forum: Common Problems
Topic: Create a new HTML resource and insert a reference to it
Replies: 4
Views: 1825

Re: Create a new HTML resource and insert a reference to it

Hello, Once you have the URL of the file to be created and the content of the template, you can invoke a Java AuthorOperation that creates the file. We have a sample plugin that reads a file from the CMS [1]. This code can be adapted to write the file instead of reading it [2]. Best, Cristian [1] ht...
by cristi_talau
Tue Mar 29, 2022 1:56 pm
Forum: Common Problems
Topic: Side view based on current XML content
Replies: 3
Views: 1100

Re: Side view based on current XML content

Hello, The code that you wrote should work unless the "Change editors without page reload" option is disabled in the Administration Page [1] or you are on an old version (older than 21.1.1). Another possible cause is another plugin/framework that sets "linkTarget" to blank. Best,...
by cristi_talau
Mon Mar 28, 2022 1:18 pm
Forum: Common Problems
Topic: Side view based on current XML content
Replies: 3
Views: 1100

Re: Side view based on current XML content

Hello, You can modify the JS code like this: editorChanged(editor) { this.actionsManager_ = editor.getActionsManager(); this.container_.textContent = 'Loading...'; editor.getContent((e, content) => { this.container_ = content; }); } install(element) { console.log('install Toc side view'); this.conta...
by cristi_talau
Wed Mar 16, 2022 8:45 pm
Forum: Common Problems
Topic: Content Fusion Pane Silently Fails to Connect
Replies: 2
Views: 1546

Re: Content Fusion Pane Silently Fails to Connect

Hello, You can try to enable verbose logging in Oxygen XML Editor [1] to see if there is any error in the logs. Otherwise, you can try to use the "Help" > "Report Problem..." action to send us information about your platform (e.g. OS, java version, etc.). Best, Cristian [1] https...
by cristi_talau
Tue Mar 15, 2022 4:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: We need Need to open a browser for SSO login when the writer access plugin functionalities
Replies: 11
Views: 2273

Re: We need Need to open a browser for SSO login when the writer access plugin functionalities

Hello, Unfortunately we do not have any public samples that implement the OAuth flow. Once you have the token in the Web browser to send it to the Oxygen desktop application there are several approaches: 1. Use an Oxygen plugin to open a server on localhost and make a POST request to that server. 2....
by cristi_talau
Thu Mar 10, 2022 10:53 am
Forum: Common Problems
Topic: oxy_buttonGroup in floating toolbars
Replies: 2
Views: 970

Re: oxy_buttonGroup in floating toolbars

Hello,

Unfortunately, the oxy_buttonGroup form control is supported only in Oxygen XML Editor / Author (the desktop applications). We will update the documentation. I registered an issue to support it also in Web Author and will update this forum thread once this feature is released.

Best,
Cristian
by cristi_talau
Tue Mar 08, 2022 12:11 pm
Forum: SDK-API, Frameworks - Document Types
Topic: We need Need to open a browser for SSO login when the writer access plugin functionalities
Replies: 11
Views: 2273

Re: We need Need to open a browser for SSO login when the writer access plugin functionalities

Hello, I assume that you have a plugin for Oxygen XML Editor that connects to a server that has OAuth support and you want to use this support to authenticate the user. First of all, there are multiple OAuth grant types [1] and the recommended one for a Native Application (Oxygen XML Editor falls in...
by cristi_talau
Mon Mar 07, 2022 3:57 pm
Forum: Common Problems
Topic: XSLTOperation in javascript
Replies: 2
Views: 1054

Re: XSLTOperation in javascript

Hello, This restriction is put in place as a security control to avoid running untrusted XSLT code provided by an user. You will need to implement your own operation that will load the XSLT script from a trusted location (e.g. a JAR file in the classpath) and only receive a couple of params from cli...
by cristi_talau
Fri Feb 04, 2022 6:03 pm
Forum: Common Problems
Topic: Css elements not working as expected
Replies: 6
Views: 1277

Re: Css elements not working as expected

Hello, Thanks for helping us reproduce the problem. This problems happen where there is a PI after the root of the document that has an associated link. It will be fixed in the next Web Author release v24.1. To work around this issue in Web Author 23.1.1, you can add the following code in a plugin, ...
by cristi_talau
Thu Feb 03, 2022 6:10 pm
Forum: Common Problems
Topic: Css elements not working as expected
Replies: 6
Views: 1277

Re: Css elements not working as expected

Hello, In version 23.0 we added support to customize the behavior of links on click [1]. We added a new CSS property: -oxy-link-activation-trigger , but we are not aware of any breaking changes. Can you help us reproduce the error by giving us a small XML file with an associated CSS that trigger the...
by cristi_talau
Mon Jan 17, 2022 5:33 pm
Forum: Common Problems
Topic: Quickfixes missing in 24.0.0.2
Replies: 4
Views: 1284

Re: Quickfixes missing in 24.0.0.2

Hello, Thanks for the sample files. We managed to reproduce the problem when the "author.format.compatibility" option is set to "1": https://www.oxygenxml.com/doc/versions/24.0.0/ug-waCustom/topics/customizing-options.html . We registered an issue to fix this problem in the next ...
by cristi_talau
Thu Jan 13, 2022 8:33 pm
Forum: Common Problems
Topic: Quickfixes missing in 24.0.0.2
Replies: 4
Views: 1284

Re: Quickfixes missing in 24.0.0.2

Hello, The Dashboard is the page that you can se here: https://www.oxygenxml.com/oxygen-xml-web-author/app/oxygen.html . It is the "home" page of Web Author. You may use Web Author in a CMS that hides this page. Can this be the case for you? Regarding the quick fixes, it would help if you ...
by cristi_talau
Wed Jan 12, 2022 1:51 pm
Forum: Common Problems
Topic: Quickfixes missing in 24.0.0.2
Replies: 4
Views: 1284

Re: Quickfixes missing in 24.0.0.2

Hello, No. Quick fixes should continue to work. You can try to open the Quick Fixes sample on the Dashboard. Can you confirm quick fixes work in this file? Do you have a custom framework that added quick fixes which disappeared? If yes, can you confirm that the framework is still installed? Best, Cr...
by cristi_talau
Thu Dec 23, 2021 7:58 pm
Forum: Other Issues
Topic: log4j update bat file on Windows
Replies: 2
Views: 934

Re: log4j update bat file on Windows

Hello, You mentioned you tried several values for JAVA_HOME, including the full path to "java.exe". The JAVA_HOME should have the following format: "C:\Program Files\Java\jdk1.8.0_221", or probably "c:\Users\myuser\ditacms41\jre" in your case. Inside this folder you sho...
by cristi_talau
Thu Dec 16, 2021 12:32 pm
Forum: Common Problems
Topic: Css Checkform not displaying in Web
Replies: 3
Views: 790

Re: Css Checkform not displaying in Web

Hello,

We identified a problem in our code that handles tooltips. I registered an issue and will update this thread when the fix will be available in a future release. Meanwhile, you can delete the tooltips property.

Best,
Cristian
by cristi_talau
Wed Dec 15, 2021 5:08 pm
Forum: Common Problems
Topic: Css Checkform not displaying in Web
Replies: 3
Views: 790

Re: Css Checkform not displaying in Web

Hello,

Do you see more details about the error in the Web Author server logs?

Here are some instructions on how to check them: https://www.oxygenxml.com/doc/versions/ ... -logs.html .

Best,
Cristian
by cristi_talau
Tue Nov 23, 2021 6:31 pm
Forum: Common Problems
Topic: CSS Elements not displaying properly
Replies: 1
Views: 724

Re: CSS Elements not displaying properly

Hello,

It is hard to troubleshoot a CSS problem based on images. Can you share a small CSS file and a sample XML file which has this problem?

Best,
Cristian
by cristi_talau
Fri Nov 05, 2021 3:55 pm
Forum: Common Problems
Topic: Web Author Component 23.1.1.0 fails to start up in Websphere Traditional
Replies: 3
Views: 998

Re: Web Author Component 23.1.1.0 fails to start up in Websphere Traditional

Hello, We tried to reproduce the problem and in our deployment Web Author Component started in WAS 9.0.5.8 and we could not reproduce the problems you noticed. I would suggest several alternatives: Try to use another web server such as Tomcat or even WebShpere liberty. Our recent concurrent editing ...
by cristi_talau
Fri Oct 15, 2021 1:03 pm
Forum: Common Problems
Topic: Outline on custom frameworks
Replies: 6
Views: 2394

Re: Outline on custom frameworks

Hello, Yes, the outline plugin is not installed by default when using the add-on. Please follow these steps: Download the outline plugin. For example use this link https://www.oxygenxml.com/maven/com/oxygenxml/web-author-outline-plugin/, select the version that matches the add-on and download the fi...
by cristi_talau
Mon Oct 11, 2021 6:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Perform action from side view in Oxygen Web Author
Replies: 3
Views: 1336

Re: Perform action from side view in Oxygen Web Author

Hello,

Yes. It should be possible to implement this in a plugin. You can either hard-code fragments in the plugin configuration, retrieve them from a web service or even save them in a file in the CMS.

If you have questions on how to implement a specific behaviour, let us know.

Best,
Cristian
by cristi_talau
Mon Oct 11, 2021 12:30 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Perform action from side view in Oxygen Web Author
Replies: 3
Views: 1336

Re: Perform action from side view in Oxygen Web Author

Hello, The script that you pasted is executed inside the browser. However, the function "performAction" at the end of your script tries to use the Java API which has to be executed on the Web Author server. What you should do is to use the JavaScript API to execute an operation. The code s...
by cristi_talau
Thu Oct 07, 2021 5:59 pm
Forum: Common Problems
Topic: Oxygen editor dita framework uploaded to fusion breaks author view styling
Replies: 1
Views: 1697

Re: Oxygen editor dita framework uploaded to fusion breaks author view styling

Hello, You can follow the instructions here [1]. They are written for Web Author, but you just need to follow a different procedure to "Add a New Framework", namely this one from the Content Fusion user manual [2] Best, Cristian [1] https://www.oxygenxml.com/doc/versions/23.1.1/ug-webautho...
by cristi_talau
Wed Oct 06, 2021 3:05 pm
Forum: Other Issues
Topic: Lock check
Replies: 5
Views: 1279

Re: Lock check

Hello,

The recommended alternative is to use authorAccess.getEditorAccess().getEditorLocation().

Best,
Cristian
by cristi_talau
Wed Oct 06, 2021 12:30 pm
Forum: Other Issues
Topic: Lock check
Replies: 5
Views: 1279

Re: Lock check

Hello,

We have a tutorial for a similar use-case: https://www.oxygenxml.com/maven/com/oxy ... esult.html . Please let me know if you need more information.

Best,
Cristian
by cristi_talau
Wed Sep 29, 2021 5:46 pm
Forum: Other Issues
Topic: XML Web Author: print properties
Replies: 3
Views: 935

Re: XML Web Author: print properties

Hello, This kind of footer content can be configured easily. We have a tutorial here: https://www.oxygenxml.com/doc/versions/23.1/ug-chemistry/topics/ch_putting_all_together.html#ch_putting_all_together__section_rhp_gjf_hbb . Here is another tutorial on how to insert the current date: https://www.ox...
by cristi_talau
Wed Sep 29, 2021 9:43 am
Forum: Other Issues
Topic: XML Web Author: print properties
Replies: 3
Views: 935

Re: XML Web Author: print properties

Hello, With the Oxygen PDF Plugin you can use CSS to configure page margin boxes [1] (is this what you meant by headers and footers?). This CSS can be added in the framework configuration [2]. In order to use this CSS only for publishing you can use a "@media print {}" declaration around y...
by cristi_talau
Tue Sep 28, 2021 9:31 am
Forum: Common Problems
Topic: Change Tracking & Review Panel
Replies: 3
Views: 1269

Re: Change Tracking & Review Panel

Hello, While you are still in the upgrade process, I wanted to let you know that we plan to release version 24 of Web Author in October. If you want to upgrade directly to version 24 you can either wait a month or let us know what Web Author distribution you are using so that we can give you a beta ...
by cristi_talau
Mon Sep 27, 2021 6:55 pm
Forum: Common Problems
Topic: Change Tracking & Review Panel
Replies: 3
Views: 1269

Re: Change Tracking & Review Panel

Hello, From the limited information about the error it seems that you are using a file called "review-side-panel.min.js" that is not part of the Web Author distribution. Some information may be useful to troubleshoot the problem: Do you have a custom plugin or framework with JS code for We...