Search found 491 matches

by mihaela
Tue May 02, 2023 10:50 am
Forum: Common Problems
Topic: Style for making tag to be visible as partial tag
Replies: 1
Views: 366

Re: Style for making tag to be visible as partial tag

Hello, For the moment this is not available but we have an issue registered in our internal issues tracking system to support other values for "-oxy-display-tags" property, to set a specific tag display mode for some elements. I have added your vote for it and we will update this thread to...
by mihaela
Fri Apr 21, 2023 11:18 am
Forum: Feature Request
Topic: make action disable in read only mode
Replies: 10
Views: 1386

Re: make action disable in read only mode

Hello, Please answer the following questions to help us better understand your use case and provide a solution: - Do you want to enable/disable the view icon or the icons of the actions included in the view? - The read-only state of the editor changes dynamically, during the editing? Who changes thi...
by mihaela
Tue Apr 18, 2023 2:49 pm
Forum: Feature Request
Topic: make action disable in read only mode
Replies: 10
Views: 1386

Re: make action disable in read only mode

Hello,

There is no API available to add or remove buttons in the toolbar without reloading the editor.
It is possible only to update the enabled status of the action, as you already found.

Best Regards,
Mihaela
by mihaela
Tue Apr 18, 2023 2:11 pm
Forum: Feature Request
Topic: Change the default for inserting elements.
Replies: 11
Views: 1693

Re: Change the default for inserting elements.

Hello,

Your code does exactly what you need: it replaces the element 'table' from the content completion with the 'insert.table' action.
This should work. Can you please give us more details about the problem you encounter using this code?

Best Regards,
Mihaela
by mihaela
Fri Apr 07, 2023 12:29 pm
Forum: Feature Request
Topic: regarding images are loading every time while loading the editor
Replies: 18
Views: 2469

Re: regarding images are loading every time while loading the editor

Hello, We need more details in order to better understand your use case. What is the impact of the images loading performance problem? Is there any delay in loading the editor or when the user tries to edit the document? Also, please give us more details about the images that you are referring to (&...
by mihaela
Fri Apr 07, 2023 8:12 am
Forum: Common Problems
Topic: focus-within CSS pseudo-class
Replies: 3
Views: 754

Re: focus-within CSS pseudo-class

Hello, A possible solution would be to present an "Edit" button on each element that can be edited with an oxy_editor, and present the editor only after the user press "Edit". If you want, you can send us a sample file and your current CSS configuration to analyze them (you can u...
by mihaela
Thu Apr 06, 2023 11:34 am
Forum: Common Problems
Topic: Using a DITA extension framework script plugin override the DITA Map view icon
Replies: 5
Views: 623

Re: Using a DITA extension framework script plugin override the DITA Map view icon

Hello,

If you do not necessarily need to do this in a plugin you can simply use the framework, like in this example:
https://github.com/oxygenxml-incubator/ ... ute-values

Best Regards,
Mihaela
by mihaela
Thu Apr 06, 2023 11:15 am
Forum: Common Problems
Topic: Pasting comments from PDF with dash or quotes causes Content Fusion to crash
Replies: 9
Views: 3506

Re: Pasting comments from PDF with dash or quotes causes Content Fusion to crash

Hello,

The last version of Content Fusion that is available on our site contains Web Author version 25, so the fix is available now.

Best Regards,
Mihaela
by mihaela
Thu Apr 06, 2023 9:25 am
Forum: Feature Request
Topic: Is the reusable components API available in oxygen web author ?
Replies: 1
Views: 473

Re: Is the reusable components API available in oxygen web author ?

Hi, There is no API available to obtain the components that are listed in the "Components" tab of the DITA reuse view from Oxygen XML Editor. We have an issue registered in our internal issues tracking system to add the same view in Web Author and I have registered your request on it. We w...
by mihaela
Thu Apr 06, 2023 7:45 am
Forum: Common Problems
Topic: Using a DITA extension framework script plugin override the DITA Map view icon
Replies: 5
Views: 623

Re: Using a DITA extension framework script plugin override the DITA Map view icon

Hello,

As a workaround, until you update Web Author to 25.1, you can copy the DITA MAp image (DITAMap24.png) from DITA/web/img folder to [your_framework_dir]/web/img.

Best Regards,
Mihaela
by mihaela
Wed Apr 05, 2023 10:05 am
Forum: Common Problems
Topic: Using a DITA extension framework script plugin override the DITA Map view icon
Replies: 5
Views: 623

Re: Using a DITA extension framework script plugin override the DITA Map view icon

Hello,

We are aware of this problem and the fix is already available in the last Web Author, version 25.1, that we recently released:
https://www.oxygenxml.com/xml_web_autho ... uthor.html

What version do you use? Can you update Web Author to 25.1?

Best Regards,
Mihaela
by mihaela
Tue Mar 28, 2023 9:43 am
Forum: Common Problems
Topic: Count words
Replies: 6
Views: 892

Re: Count words

Hello,

There is a specific operation called ro.sync.ecss.extensions.commons.operations.text.CountWordsOperation, that was designed to be used in Oxygen XML Editor but it can also work in Web Author.
Try to use it and see if it is proper for your use case.

Best Regards,
Mihaela
by mihaela
Tue Mar 21, 2023 5:26 pm
Forum: Common Problems
Topic: Join the splitted element
Replies: 1
Views: 438

Re: Join the splitted element

Hello, There is no direct method to join the elements but you can use other methods from AuthorDocumentController to obtain this. For example: - ro.sync.ecss.extensions.api.AuthorDocumentController.createDocumentFragment(int, int) to get the content from the second node as AuthorDocumentFragment - r...
by mihaela
Tue Mar 21, 2023 11:22 am
Forum: Common Problems
Topic: Split window functionality
Replies: 4
Views: 609

Re: Split window functionality

Hello, We do not have an estimation for the moment, we do not plan to include this in the next Web Author version. If this is an important feature for you, you can check the following plugin that presents two side-by-side editors in preview mode: https://github.com/oxygenxml/web-author-sample-plugin...
by mihaela
Mon Mar 20, 2023 12:51 pm
Forum: Common Problems
Topic: Split window functionality
Replies: 4
Views: 609

Re: Split window functionality

Hello,

The Split/Unsplit Editor actions are not available in Web Author. I have added a feature request for this in our internal issues tracking system and we will update this thread when the actions will be available.

Best Regards,
by mihaela
Mon Mar 20, 2023 12:30 pm
Forum: Common Problems
Topic: execute js function after applying diffUrl Parameter
Replies: 7
Views: 939

Re: execute js function after applying diffUrl Parameter

Hi, We just released the 25.1 version of Web Author, which includes a better presentation for surround edits in the File Comparison Tool: when a piece of text is marked with a <bold> tag, it will only highlight the additional tags. Here is the list of "What is new" in this version: https:/...
by mihaela
Mon Mar 20, 2023 11:22 am
Forum: Common Problems
Topic: ask editor variable with ChangeAttributesOperation
Replies: 4
Views: 806

Re: ask editor variable with ChangeAttributesOperation

Hello,

We just released Web Author version 25.1 and it contains the fix for the problem reported here. Now empty values are allowed for asks inputs.

Here is the "What is new" list for this version:
https://www.oxygenxml.com/xml_web_autho ... 5.1.0.html

Best Regards,
Mihaela
by mihaela
Thu Mar 16, 2023 2:47 pm
Forum: Common Problems
Topic: Add suffix .xml to download
Replies: 1
Views: 348

Re: Add suffix .xml to download

Hello,

We determine the file name from the document URL at download and use the same file name for the downloaded file.
This means that you use "I082c6981f0a111e9b542164f8a494742" as a file name.
There is no possibility to change this behavior.

Best Regards,
Mihaela
by mihaela
Tue Mar 14, 2023 3:19 pm
Forum: General XML Questions
Topic: Breadcrumb trail to freeze at the top.
Replies: 1
Views: 510

Re: Breadcrumb trail to freeze at the top.

Hello, There is no option for the moment to set the default position of the breadcrumb but I have added a feature request in our internal issues tracking system for this. We will update this thread when it will be implemented. Can you please give us more detail about why you need to hide the button ...
by mihaela
Mon Mar 13, 2023 12:18 pm
Forum: Common Problems
Topic: want to make editor read only and edit mode
Replies: 1
Views: 418

Re: want to make editor read only and edit mode

Hello,

Can you please give us more details about your use-case please?
Do you want to make the document read-only or editable?

Best Regards,
Mihaela
by mihaela
Tue Feb 28, 2023 11:03 am
Forum: General XML Questions
Topic: surround with tag on cursor position
Replies: 5
Views: 943

Re: surround with tag on cursor position

Hello, Unfortunately, I do not understand what you are trying to obtain. Can you please offer some context about your use case? If you need our guidance in using the API you can specify some code that you already have (if it could be helpful), what did not work, and what exactly you need to obtain. ...
by mihaela
Mon Feb 27, 2023 4:53 pm
Forum: Common Problems
Topic: Why image map open URLChooser with a "generic" context ?
Replies: 1
Views: 464

Re: Why image map open URLChooser with a "generic" context ?

Hello, The empty image map chooser is implemented using an URL Chooser form control [1] that has no support in Web Author yet for file type filter. I have registered an improvement for this in our internal issues tracking system and we will update this thread when it will be available. [1] https://w...
by mihaela
Mon Feb 27, 2023 3:48 pm
Forum: Common Problems
Topic: Intelligent tag insertion
Replies: 3
Views: 486

Re: Intelligent tag insertion

Hello,

Can you please give us more details about what you want to obtain?

Best Regards,
Mihaela
by mihaela
Mon Feb 27, 2023 3:29 pm
Forum: Common Problems
Topic: Duplicate dispose id when navigating/opening topics from dita map panel
Replies: 6
Views: 1136

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

Hi,

Thank you, we will continue the discussion on the email to analyze your custom plugin and search for the problem source.

Best Regards,
Mihaela
by mihaela
Fri Feb 24, 2023 10:20 am
Forum: General XML Questions
Topic: want to remove green hover of tag suggetion
Replies: 3
Views: 752

Re: want to remove green hover of tag suggetion

Hello, To disable the caret position information tooltip you can set the show.caret.position.info option to false: https://www.oxygenxml.com/doc/versions/25.0.0/ug-waCustom/topics/customizing-options.html?hl=show.caret.position.info Please add the questions regarding Web Author product in the Oxygen...
by mihaela
Thu Feb 23, 2023 4:11 pm
Forum: Common Problems
Topic: Processing Instructions are hiding in the html inside tgroup
Replies: 5
Views: 680

Re: Processing Instructions are hiding in the html inside tgroup

Hello, Thank you for your explanations. So, you will have to change the table elements style in two cases: - when the document is loaded (by reading the processing instructions to find the styles that have to be applied) - when the user invokes the modify borders actions (in this case you already kn...
by mihaela
Wed Feb 22, 2023 5:36 pm
Forum: Common Problems
Topic: Processing Instructions are hiding in the html inside tgroup
Replies: 5
Views: 680

Re: Processing Instructions are hiding in the html inside tgroup

Hi, Thank you for the details, we now understand what you are trying to obtain. It seems to me that this is a more complex use case that cannot be resolved only with CSS. Your table structure seems to be similar to CALS and I was wondering why you prefer to use the processing instructions instead of...
by mihaela
Tue Feb 21, 2023 6:38 pm
Forum: Common Problems
Topic: Blocked entity "%entity_file" whose target has a different protocol than the file where it was declared
Replies: 2
Views: 552

Re: Blocked entity "%entity_file" whose target has a different protocol than the file where it was declared

Hello, There is an option called block.cross.protocol.system.entities [1] that, when it is set to true (the default), blocks the XML external entities if their target URL does not have the same protocol as the URL of the file where the entity is declared (from what I see in the logs your document is...
by mihaela
Tue Feb 21, 2023 5:28 pm
Forum: Common Problems
Topic: Processing Instructions are hiding in the html inside tgroup
Replies: 5
Views: 680

Re: Processing Instructions are hiding in the html inside tgroup

Hello, Indeed the processing instructions that are included in the tgroup are not included in the rendered document. Can you please give us more details about how you want to use the information from the processing instructions (in case they would be included in the html) to change the rendering of ...
by mihaela
Thu Feb 16, 2023 3:56 pm
Forum: Common Problems
Topic: Clarification needed for AuthorTableAccess
Replies: 1
Views: 416

Re: Clarification needed for AuthorTableAccess

Hello, Only the AuthorTableAccess inteface is marked as API so its source is public. The implementation is not available. Can you please let us know what are you trying to obtain? If your question is related to the implementation of Insert Column operation, please see my answer from here: https://ww...