Search found 30 matches

by shreya
Sun Jan 15, 2023 4:18 pm
Forum: Common Problems
Topic: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?
Replies: 12
Views: 1651

Re: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?

I want to add in the categories. Can i add my own set of categories and sub sets under that? Is there any way to customise?
by shreya
Fri Jan 13, 2023 11:21 am
Forum: Common Problems
Topic: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?
Replies: 12
Views: 1651

Re: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?

Hi,

I am able to resolve the previous issue. I want to know that while making changes if I want to GET all the symbols and display at the same time, what is the api that I should call? Also if I want to add some new symbols how should I do that?
by shreya
Fri Jan 06, 2023 9:19 am
Forum: Common Problems
Topic: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?
Replies: 12
Views: 1651

Re: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?

Hi,
I am trying to build the charpicker plugin separately as a different plugin and upload it but it is giving a license issue. And even if I agree nothing is happening. Is it possible to upload it so I can make some changes to it separately?

This is the license issue I'm getting:

Image
by shreya
Wed Dec 21, 2022 2:30 am
Forum: Common Problems
Topic: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?
Replies: 12
Views: 1651

Re: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?

Hi, I am trying to include the Char Picker code from the mentioned github link in my project so that I can run it from local to make some changes there but I am facing a lot of errors so I am not able to run it properly. Currently I am facing this following attatched error in the browser. Screenshot...
by shreya
Tue Dec 06, 2022 12:57 am
Forum: Common Problems
Topic: Add xpath expression dynamically in Oxygen Web Author
Replies: 8
Views: 981

Re: Add xpath expression dynamically in Oxygen Web Author

Thank you so much. This absolutely helped, also I learnt something new in CSS.
by shreya
Thu Dec 01, 2022 1:30 pm
Forum: Common Problems
Topic: Add xpath expression dynamically in Oxygen Web Author
Replies: 8
Views: 981

Re: Add xpath expression dynamically in Oxygen Web Author

Is there a sample code for using it? I am not sure where to add it?
by shreya
Thu Dec 01, 2022 8:30 am
Forum: Common Problems
Topic: Add xpath expression dynamically in Oxygen Web Author
Replies: 8
Views: 981

Re: Add xpath expression dynamically in Oxygen Web Author

Hi,
Will it work if I am changing the attribute value from the editor itself and not by using setAttribute() methods?
by shreya
Tue Nov 29, 2022 8:44 pm
Forum: Common Problems
Topic: Add xpath expression dynamically in Oxygen Web Author
Replies: 8
Views: 981

Re: Add xpath expression dynamically in Oxygen Web Author

Actually it is an older code that I need to use as we are working on a migration. I just need to add the xpath expression on the element charfill on load and also if the attribute numchar changes value anytime. So is there any way to track when an attribute changes in an element or is there any even...
by shreya
Mon Nov 28, 2022 4:48 pm
Forum: Common Problems
Topic: Add xpath expression dynamically in Oxygen Web Author
Replies: 8
Views: 981

Add xpath expression dynamically in Oxygen Web Author

Hi, So I want to add a xpath expression to an element which will be dynamic based on the "numchar" attribute value. If the value changes then the change to the value should reflect immediately. I have added the xpath expression through the framework and it works but it is not dynamic in th...
by shreya
Thu Nov 17, 2022 12:56 pm
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Re: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

Hi, I have added another action to the tag display dropdown. The "limited tags" option will add a css class "limited" to change some styles in the document. Now on click of other tag display options, I want to remove the class but I am not able to do so. Is there any event where ...
by shreya
Wed Nov 16, 2022 1:53 pm
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Re: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

Hi, Is there any way to make any edits to the code of the preset tag display IDs of "Author/NoTags", "Author/PartialTags", "Author/InlineTags", "Author/BlockTags", "Author/FullTags", "Author/FullWithAttrsTags". I want to add a class at the ...
by shreya
Wed Nov 16, 2022 1:30 am
Forum: Common Problems
Topic: Does Oxygen web author support .scss files for styling?
Replies: 5
Views: 808

Re: Does Oxygen web author support .scss files for styling?

Hi, I will check the solution.
I actually have another question. I want to change the look and feel of the entire document on an action click. How can I achieve that?
by shreya
Mon Nov 14, 2022 8:31 pm
Forum: Common Problems
Topic: Does Oxygen web author support .scss files for styling?
Replies: 5
Views: 808

Re: Does Oxygen web author support .scss files for styling?

Hi,
Thanks. Is there any way to rename XML tags somehow by style or plugin on action click in Oxygen web author?
by shreya
Fri Nov 04, 2022 1:49 pm
Forum: Common Problems
Topic: Does Oxygen web author support .scss files for styling?
Replies: 5
Views: 808

Does Oxygen web author support .scss files for styling?

I have a lot of conditional styling to implement in the editor's look and feel so I was wondering if SCSS or SASS is supported in Oxygen web author as it would be really helpful.
by shreya
Sat Sep 17, 2022 1:12 am
Forum: Common Problems
Topic: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?
Replies: 12
Views: 1651

Re: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?

Hi, I am trying to build the plugin but I keep getting the following error: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack (wa-war-js) on project web-author-charpicker-plugin: Unable to find artifact. com.oxygenxml:oxygen-webapp:jar:24.1.0.1 was not found in http:...
by shreya
Wed Sep 14, 2022 2:49 pm
Forum: Common Problems
Topic: How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?
Replies: 12
Views: 1651

How to configure or update some changes to UTF-8 Char Picker v24.1 plugin?

Hi, I want to edit the "Insert Special Characters" action dialog in the toolbar. I understand that it is coming from the plugin UTF-8 Char Picker v24.1. I just want to know that how can I access the code of that plugin to make certain changes to the dialog to use it in my toolbar? Kindly l...
by shreya
Thu Aug 25, 2022 4:24 pm
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Re: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

Hi,
So the tags-mode was getting set in the query params which I had not noticed before. Thank you for pointing it out. It works well now.
by shreya
Tue Aug 16, 2022 12:26 am
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Re: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

Hi,
Even after removing the "tags-mode" loading option there was no difference. I mean the dropdown actions are still not reflecting any changes in the editor. Is there any way to fix it?
by shreya
Wed Aug 03, 2022 10:59 am
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Re: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

I have created a dropdown for changing the tag display mode in the custom toolbar. I have tried to do that using the framework and also as well as using plugin. But I am facing problems with each of these processes. The dropdown is coming up in the toolbar but on click of the action, no changes are ...
by shreya
Mon Aug 01, 2022 3:53 pm
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Re: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

Hi, I have used the same code as you have given. The dropdown comes in the toolbar in the web author but on click of any of the dropdown action, the tags are not changing. There are no errors as well. It is just not reflecting. Similarly, I have tried to achieve the same with framework as well. It w...
by shreya
Sun Jul 31, 2022 1:55 pm
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Re: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

Hi, actually I am not using DITA toolbar. It's a normal custom toolbar and these IDs are not working there.
by shreya
Thu Jul 28, 2022 11:59 pm
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Re: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

Thank you for the solution. I am trying to change tag display through plugin by invoking JS Operation but it is giving me this error "Error For security reasons, the execution of ro.sync.ecss.extensions.commons.operations.JSOperation with user-provided parameters is blocked. If the operation is...
by shreya
Tue Jul 26, 2022 10:07 am
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Re: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

I want to add it the toolbar as an action separately. I also need to know how to add a dropdown in the toolbar.
by shreya
Mon Jul 25, 2022 9:10 pm
Forum: Common Problems
Topic: Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author
Replies: 18
Views: 2715

Create a display tag dropdown with tag display options as a toolbar action in Oxygen web author

I want to create a dropdown as the Oxygen web author toolbar action and the options in the dropdown will change the tag display for the entire document. Is there a way to do that?
by shreya
Tue Jul 12, 2022 5:17 pm
Forum: Other Issues
Topic: Add tabs/panes to the right panel in Oxygen Web Author
Replies: 4
Views: 979

Re: Add tabs/panes to the right panel in Oxygen Web Author

Is there any way to add functionality to the side panel based on caret position or a specific tag position? How can we fetch any selected element, tag or position to create a contextual functionality?
by shreya
Tue Jul 05, 2022 10:21 pm
Forum: Other Issues
Topic: Add tabs/panes to the right panel in Oxygen Web Author
Replies: 4
Views: 979

Add tabs/panes to the right panel in Oxygen Web Author

In Oxygen Web Author, can we add additional tabs along with separate functionality to those tabs in the right panel ?
by shreya
Wed Jun 29, 2022 9:15 am
Forum: Feature Request
Topic: Hide or collapse certain tags by name in via framework or plugin
Replies: 5
Views: 1041

Re: Hide or collapse certain tags by name in via framework or plugin

Hi,
Does "oxy-display-tags" work in Oxygen Web Author as well?
by shreya
Wed Jun 29, 2022 8:28 am
Forum: Feature Request
Topic: Hide or collapse certain tags by name in via framework or plugin
Replies: 5
Views: 1041

Re: Hide or collapse certain tags by name in via framework or plugin

Hi,
By adding the pseudo classes, it will hide the entire element. I'm just looking for collapsing or hiding certain tags (preferably how it looks like in partial tags display mode) without removing or hiding the content in them. Is there any way to achieve that?
by shreya
Mon Jun 27, 2022 10:55 pm
Forum: Feature Request
Topic: Hide or collapse certain tags by name in via framework or plugin
Replies: 5
Views: 1041

Hide or collapse certain tags by name in via framework or plugin

Is there any way to collapse or expand certain or specific tags using any action operation or via oxygen plugin APIs ?
I want to create a custom action that collapses or expands all occurrence of a certain tag. Is there any way to achieve that?