Search found 490 matches

by mihaela
Mon Mar 04, 2024 11:43 am
Forum: Common Problems
Topic: XML Edition Options
Replies: 6
Views: 367

Re: XML Edition Options

Hello, For 1 and 3 you can use the ro.sync.ecss.extensions.api.AuthorDocumentFilter API to change the default editing behavior of Oxygen XML Web Author. For 2 you can use the ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase.addAuthorAttributesDisplayFilter(AuthorAttributesDisplay...
by mihaela
Wed Dec 13, 2023 12:08 pm
Forum: Feature Request
Topic: highlighting in web author
Replies: 5
Views: 1547

Re: highlighting in web author

Hello,

Thank you for the feedback. We will update this thread when the feature will be available.

Best Regards,
Mihaela
by mihaela
Fri Dec 01, 2023 4:06 pm
Forum: Common Problems
Topic: Activation Xpath for a custom javascript framework action
Replies: 3
Views: 334

Re: Activation Xpath for a custom javascript framework action

Hello,

Sorry for not answering to your question exactly. You cannot define an activation XPath with javascript code. Some details about your use case can help us identify if there is another way to use the javascript API to accomplish what you need.

Best Regards,
Mihaela
by mihaela
Fri Dec 01, 2023 11:34 am
Forum: Common Problems
Topic: how to the list of which elements can be wrapped a element
Replies: 3
Views: 325

Re: how to the list of which elements can be wrapped a element

Hello,

Can you please give us a specific example to better understand what you are trying to obtain?

Best Regards,
Mihaela
by mihaela
Thu Nov 30, 2023 1:36 pm
Forum: Common Problems
Topic: Activation Xpath for a custom javascript framework action
Replies: 3
Views: 334

Re: Activation Xpath for a custom javascript framework action

Hello, You can read more details about the actions "activation XPath" in the Migrating a Framework from Oxygen XML Editor/Author to Web Author topic from our Oxygen XML Web Author Customization Guide . If the configured activation XPath evaluates to false at the current cursor position, it...
by mihaela
Wed Nov 15, 2023 7:04 pm
Forum: Common Problems
Topic: Create a single javascript action and collect the element that called it programmatically
Replies: 3
Views: 365

Re: Create a single javascript action and collect the element that called it programmatically

Hello, From what I saw you created an action that replaces the element from content completion. This means that you execute some JAVA operation when the accessPointRef element is chosen from the content completion menu. Why do you want to know the element on the javascript side? It is not sufficient...
by mihaela
Fri Nov 10, 2023 4:40 pm
Forum: Feature Request
Topic: Customize delete keyboard button operation
Replies: 2
Views: 297

Re: Customize delete keyboard button operation

Hello, There are 4 handle delete methods in ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandler API. You should implement each one and add your delete restriction code. It is possible that when you delete the node in the second case, another delete method to be called than the one you alread...
by mihaela
Mon Oct 16, 2023 3:56 pm
Forum: Common Problems
Topic: Profiling attributes in Web Editor
Replies: 2
Views: 1140

Re: Profiling attributes in Web Editor

Hello,

The 26 version of Oxygen XML Web Author that we just released includes the "Edit Profiling Attributes" feature:
https://www.oxygenxml.com/xml_web_autho ... 6.0.0.html

Best Regards,
Mihaela
by mihaela
Mon Oct 16, 2023 3:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Replicating Profiling/Filtering Behaviour in Web Author
Replies: 5
Views: 3043

Re: Replicating Profiling/Filtering Behaviour in Web Author

Hello,

Version 26 of Oxygen XML Web Author that we just released includes the "Edit Profiling Attributes" feature:
https://www.oxygenxml.com/xml_web_autho ... 6.0.0.html

Best Regards,
Mihaela
by mihaela
Mon Oct 16, 2023 3:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS control to open profiling dialog!
Replies: 4
Views: 1190

Re: CSS control to open profiling dialog!

Hello,

We just wanted to let you know that version 26 of Oxygen XML Web Author includes the "Edit Profiling Attributes" feature:
https://www.oxygenxml.com/xml_web_autho ... 6.0.0.html

Best Regards,
Mihaela
by mihaela
Fri Oct 13, 2023 12:21 pm
Forum: Common Problems
Topic: Duplicate dispose id when navigating/opening topics from dita map panel
Replies: 6
Views: 1125

Re: Duplicate dispose id when navigating/opening topics from dita map panel

Hello,

The 26 version of Oxygen XML Web Author that we just released contains the fix for the "duplicated id" problem reported here.

Best Regards,
Mihaela
by mihaela
Thu Oct 12, 2023 11:31 am
Forum: Common Problems
Topic: reviewer interaction
Replies: 3
Views: 2842

Re: reviewer interaction

Hello, We wanted to let you know that we implemented a sample plugin that blocks a user from deleting review comments added by another user. Here you can find it: https://github.com/oxygenxml/web-author-sample-plugins/tree/master/web-author-block-deleting-comments To upload the plugin in Content Fus...
by mihaela
Thu Oct 12, 2023 10:55 am
Forum: Feature Request
Topic: Block Other Users From Deleting Comments
Replies: 10
Views: 2320

Re: Block Other Users From Deleting Comments

Hello,

We implemented a sample plugin that blocks a user from deleting review comments added by another user.
Here you can find it:
https://github.com/oxygenxml/web-author ... g-comments

Best Regards,
Mihaela
by mihaela
Tue Aug 22, 2023 3:56 pm
Forum: Common Problems
Topic: Differences when converting *.framework to *.exf files
Replies: 7
Views: 1621

Re: Differences when converting *.framework to *.exf files

Hello,

The issue is still in our backlog, the fix is not released.

Best Regards,
Mihaela
by mihaela
Fri Aug 18, 2023 10:15 am
Forum: Common Problems
Topic: InsertXMLFragmentSchemaAware questions
Replies: 1
Views: 374

Re: InsertXMLFragmentSchemaAware questions

Hello, Web Author automatically uses what it considers to be the best insertion solution, when there is an attempt to insert content that is not valid in a specific context. So the documentation pointed out by you is only available for Oxygen XML Editor, which can ask the user to choose from a list ...
by mihaela
Mon Aug 14, 2023 11:51 am
Forum: Common Problems
Topic: Custom Table in Framework - Empty Cell issue
Replies: 6
Views: 884

Re: Custom Table in Framework - Empty Cell issue

Hello, You can also read the following sections from the documentation about configuring tables in Oxygen XML (the documentation applies also to Web Author): 1. https://www.oxygenxml.com/doc/versions/25.1/ug-editor/topics/dg-styling-table-element.html 2. https://www.oxygenxml.com/doc/versions/25.1/u...
by mihaela
Fri Aug 04, 2023 9:11 am
Forum: Common Problems
Topic: How to highlight a string in xml document?
Replies: 8
Views: 1148

Re: How to highlight a string in xml document?

Hello, Here are the changes you must do in your code, to add highlights to the reference elements: 1. Set the selection created around the reference node: after obtaining the selection from the createAroundNode method, you must call the setSelection API. 2. There is a typo in your code (addHigh t li...
by mihaela
Tue Aug 01, 2023 9:59 am
Forum: Common Problems
Topic: How to highlight a string in xml document?
Replies: 8
Views: 1148

Re: How to highlight a string in xml document?

Hello,

Maybe there is no 'reference' element in the document. Use console.log to print the resulting elements, to see if this is the case.

Best Regards,
Mihaela
by mihaela
Fri Jul 14, 2023 1:09 pm
Forum: Common Problems
Topic: any way to override Authentication Required popup with custom error message
Replies: 3
Views: 526

Re: any way to override Authentication Required popup with custom error message

Hello,

The Webdav plugin source code is public and the license allows you to change and use it so you can update the dialog according to your use-case.

Best Regards,
Mihaela
by mihaela
Wed Jul 12, 2023 1:38 pm
Forum: Common Problems
Topic: how to prevent adding wrong attribute and wrong value in web author
Replies: 8
Views: 961

Re: how to prevent adding wrong attribute and wrong value in web author

Hello, You can use the following API to present a warning to the user: ro.sync.exml.workspace.api.WorkspaceUtilities.showWarningMessage(String) The code should be something like this: authorDocumentModel.getAuthorAccess().getWorkspaceAccess().showWarningMessage("Your message"); Best Regard...
by mihaela
Wed Jul 12, 2023 10:39 am
Forum: Common Problems
Topic: how to prevent adding wrong attribute and wrong value in web author
Replies: 8
Views: 961

Re: how to prevent adding wrong attribute and wrong value in web author

Hello, There is no way for you to add a message in the Attributes panel from API. You can use the AuthorDocumentFilter API that I mentioned in a previous message (setAttribute method) and check if the attribute is valid. If it is not you can reject the operation and present a message to the user. Be...
by mihaela
Fri Jul 07, 2023 4:33 pm
Forum: Common Problems
Topic: how to prevent adding wrong attribute and wrong value in web author
Replies: 8
Views: 961

Re: how to prevent adding wrong attribute and wrong value in web author

Hi,

Can you please detail your use-case? You want the user not be able to insert an invalid attribute or just an attribute value?
For the moment there is no option like this but we can register an issue, depending on your request.

Best Regards,
Mihaela
by mihaela
Fri Jul 07, 2023 3:33 pm
Forum: Common Problems
Topic: How to see only the changes made in a review task
Replies: 8
Views: 4617

Re: How to see only the changes made in a review task

Hello,

We just released a public Beta version of Content Fusion that allows you to create review tasks directly from Git repositories.
The presentation page is here: https://www.oxygenxml.com/content_fusion/6_beta.html

Best Regards,
Mihaela
by mihaela
Fri Jul 07, 2023 9:34 am
Forum: Common Problems
Topic: how to prevent adding wrong attribute and wrong value in web author
Replies: 8
Views: 961

Re: how to prevent adding wrong attribute and wrong value in web author

Hello,

You can use the AuthorDocumentFilter API, it includes a method called setAttribute that is invoked before setting the value of an attribute in the specified element and you can use it to reject the wrong attribute names or values.

Best Regards,
Mihaela
by mihaela
Thu Jul 06, 2023 2:02 pm
Forum: Common Problems
Topic: how to display tag inline help ?
Replies: 3
Views: 527

Re: how to display tag inline help ?

Hello, You are right, for the moment in Web Author you can change the annotations only with contentCompletionElementsMap.xml: https://www.oxygenxml.com/doc/versions/25.1.0/ug-waCustom/topics/wa--annotations-cc.html I tested the annotations feature from cc_config.xml and it works only in Oxygen XML E...
by mihaela
Tue Jul 04, 2023 4:38 pm
Forum: Common Problems
Topic: how to display tag inline help ?
Replies: 3
Views: 527

Re: how to display tag inline help ?

Hello, You can configure the annotation of elements [1] using the cc_config.xml content completion configuration file in your custom framework. Please let us know if you need more information. [1] https://www.oxygenxml.com/doc/versions/25.1/ug-editor/topics/rendering-elements-cc-author.html#renderin...
by mihaela
Tue Jul 04, 2023 3:53 pm
Forum: Common Problems
Topic: any possible way to change cursor design in oxygen web author
Replies: 1
Views: 380

Re: any possible way to change cursor design in oxygen web author

Hello, From what we've observed so far, the problem is encountered in Firefox, which renders the caret thinner than other browsers. We already have an issue registered for this in our internal issues tracking system and we have added your vote for it. Meanwhile, you may opt to change the caret color...
by mihaela
Tue Jul 04, 2023 3:43 pm
Forum: Common Problems
Topic: Features missing in Dita-Toolbar
Replies: 1
Views: 321

Re: Features missing in Dita-Toolbar

Hello,

All these actions have in common the fact that a file should be chosen so the problem may be that there is no file server associated with your document.
What is the file repository that you use?

Best Regards,
Mihaela
by mihaela
Fri Jun 30, 2023 11:46 am
Forum: Common Problems
Topic: Unable to Delete Table Rows and Columns with Tracked Changes
Replies: 3
Views: 650

Re: Unable to Delete Table Rows and Columns with Tracked Changes

Hello, There is no similar argument for the delete column operation. The problem is that the layout of the table may become broken if the cells are deleted with track changes. What you can do is create your own delete column operation (maybe extend the default one) that turns off the track changes [...