Search found 66 matches

by shilpa
Tue Apr 11, 2023 9:34 am
Forum: Common Problems
Topic: Override existing shortcut key
Replies: 1
Views: 412

Override existing shortcut key

Hi Team, I would like to override short cut key in web author. There is a default shortcut key ALT+SHIFT+X for deleting the element tags. we want it to be CTRL+SHIFT+X. We tried overriding it using below code in plugin.js but its not working. e.editor.getActionsManager().setActionShortcut('Author/De...
by shilpa
Mon Mar 27, 2023 2:23 pm
Forum: Common Problems
Topic: Count words
Replies: 6
Views: 925

Re: Count words

Thanks Christian for the update. Now i am able to get the word counts but its not giving me proper count. Please find the below example. image.png The code i used is below. var xmlDoc = jaEditor.getEditingSupport().getDocument().getElementsByTagName('n-load')[0]; var textContent = xmlDoc.getTextCont...
by shilpa
Fri Mar 24, 2023 12:36 pm
Forum: Common Problems
Topic: Count words
Replies: 6
Views: 925

Re: Count words

Hi Christian,

Thank you for the response..
Custom implementation of action in plugin i have already implemented.
I want know is there any api to count number of words present in document?
or is there any way to do in js side to know the number of words in document?

Regards
Shilpa.P
by shilpa
Thu Mar 23, 2023 3:22 pm
Forum: Common Problems
Topic: Count words
Replies: 6
Views: 925

Count words

Hi Team,

I would like to know how many words are there in XML document.
Is there any shortcut key or method exist to check the word count?
I am using Oxygen web author.

Please do the needful..

Thanks & Regards
Shilpa.P
by shilpa
Tue Mar 21, 2023 12:22 pm
Forum: Common Problems
Topic: Join the splitted element
Replies: 1
Views: 453

Join the splitted element

Hi Team, I have splitted the element using documentcCntroller.split(). Now i want to join back the elements to its initial position how to achieve it? Example : 1. <label.designator>FN</label.designator> after split it becomes <label.designator>F</label.designator><label.designator>N</label.designat...
by shilpa
Tue Mar 21, 2023 10:09 am
Forum: Common Problems
Topic: Split window functionality
Replies: 4
Views: 630

Re: Split window functionality

Hi Mihaela,

May i know when can these features available in web author?

As we need to provide estimation for these features.

Thanks & Regards
Shilpa.P
by shilpa
Mon Mar 20, 2023 1:04 pm
Forum: Common Problems
Topic: Split window functionality
Replies: 4
Views: 630

Re: Split window functionality

Thank You Mihaela for the response..
by shilpa
Mon Mar 20, 2023 11:25 am
Forum: Common Problems
Topic: Split window functionality
Replies: 4
Views: 630

Split window functionality

Hi Team, In web author we are implementing Split window functionality. As we can see in editor we have 3 functionalities 1. Split Editor Horizontally 2. Split Editor Vertically 3. Unsplit editor. We would like to know can we implement above 3 features in web author? If yes please provide the action ...
by shilpa
Thu Mar 16, 2023 12:21 pm
Forum: Common Problems
Topic: No xml tags are displaying in print
Replies: 11
Views: 1291

Re: No xml tags are displaying in print

Thank you Cristian..
It's working.
by shilpa
Thu Mar 16, 2023 11:38 am
Forum: Common Problems
Topic: Add suffix .xml to download
Replies: 1
Views: 361

Add suffix .xml to download

Hi Team, Currently in web author when we download document it downloads without suffix(xml) like below downloaded file : I082c6981f0a111e9b542164f8a494742 Our requirement is to add .xml suffix to the file name like below I082c6981f0a111e9b542164f8a494742.xml Please let us know how to achieve it. Tha...
by shilpa
Tue Mar 14, 2023 1:57 pm
Forum: General XML Questions
Topic: Breadcrumb trail to freeze at the top.
Replies: 1
Views: 547

Breadcrumb trail to freeze at the top.

Hi Team, We have a requirement to freeze breadcrumb trial at the top and hide/remove the breadcrumb taril move button in web author. image.png We tried by hiding move button but its not working as expected sometime breadcrumb trail is freezing at the top and some time at the down. It should freeze a...
by shilpa
Tue Mar 07, 2023 10:42 am
Forum: Common Problems
Topic: Need info about existing actions
Replies: 5
Views: 800

Re: Need info about existing actions

Thank you Cristian.. It's working
by shilpa
Tue Mar 07, 2023 10:01 am
Forum: Common Problems
Topic: No xml tags are displaying in print
Replies: 11
Views: 1291

Re: No xml tags are displaying in print

Thanks Cristian, It's working now. When we print, the font color is rendering but background color is not rendering. Please find the below images. Below image from the web author where both font and background colors are present. image.png Below image from the print where only font color has rendere...
by shilpa
Mon Mar 06, 2023 2:38 pm
Forum: Common Problems
Topic: Need info about existing actions
Replies: 5
Views: 800

Re: Need info about existing actions

Hi Michael,

I have added action Id's as you specified. After adding the id's for copy and cut getting same display name.
Please find the below screenshot
image.png
image.png (22.1 KiB) Viewed 617 times
Thanks & Regards
Shilpa.P
by shilpa
Mon Mar 06, 2023 2:31 pm
Forum: Common Problems
Topic: No xml tags are displaying in print
Replies: 11
Views: 1291

Re: No xml tags are displaying in print

Hi Team, Print is not working if we add below code in plugin.js file and getting below script error when we click Print icon in web author. workspace.getViewManager().uninstallView('review-panel-list'); workspace-99b461af0a.js:1905 TypeError: Cannot read properties of null (reading 'cloneNode') at F...
by shilpa
Mon Feb 27, 2023 4:26 pm
Forum: Common Problems
Topic: Intelligent tag insertion
Replies: 3
Views: 507

Re: Intelligent tag insertion

Hi, When i am inserting footnote tag inside decision.body tag footnote is getting added inside para tag. Here oxygen is adding para tag intelligently as footnote is not allowed inside decision.body. I would like to know is there any way to disable intelligent insertion of tags. <decision> <decision....
by shilpa
Mon Feb 27, 2023 3:34 pm
Forum: Common Problems
Topic: Intelligent tag insertion
Replies: 3
Views: 507

Intelligent tag insertion

Hi Team,

How to disable intelligent tag insertion in oxygen web author?

Thanks,
Shilpa
by shilpa
Thu Feb 16, 2023 10:50 am
Forum: Common Problems
Topic: Clarification needed for AuthorTableAccess
Replies: 1
Views: 431

Clarification needed for AuthorTableAccess

Hi Team,

For interface AuthorTableAccess, in document we don't find any implemented class for it.
Could you please let us know are these methods are abstract or have implementation for it?
If interface has implementation then how to use invoke and use the methods?

Thanks & Regards
Shilpa.P
by shilpa
Wed Feb 15, 2023 4:25 pm
Forum: Common Problems
Topic: CALS Table functions
Replies: 10
Views: 1171

Re: CALS Table functions

Thanks Dumitru.. Now i am able to get CALSColSpec object. Below is my table structure image.png My requirement is to add new column to each rows of existing table. Below is the code to add a new column. docCtrl.insertXMLFragmentSchemaAware(cellFragment. offsetToInsert); //Below code for getting exis...
by shilpa
Wed Feb 15, 2023 8:35 am
Forum: Common Problems
Topic: CALS Table functions
Replies: 10
Views: 1171

Re: CALS Table functions

Thank you Mihaela for the update. Actually Next month we have prod release so we need to provide this item end of this month itself. Now using insertXMLFragmentSchemaAware am able to insert new column. For updating new column name and number to colspec using below code. Below code giving CALSColSpec...
by shilpa
Thu Feb 09, 2023 1:17 pm
Forum: Common Problems
Topic: CALS Table functions
Replies: 10
Views: 1171

Re: CALS Table functions

Hi Miheala, Please find below table structure. <tbl ID="tbl5" maxsize="default"> <table colsep="0" rowsep="0"><?ctbl ampex.cols='2'?> <tgroup cols="2"><?ctbl ampex.table.align='center'?><?ctbl ampex.colwidth='100'?> <colspec align="left" co...
by shilpa
Thu Feb 09, 2023 10:58 am
Forum: Common Problems
Topic: CALS Table functions
Replies: 10
Views: 1171

Re: CALS Table functions

Hi Mihaela,

I have added code [image 1] which you mentioned in previous post in my plugin and getting exception [image 2].
image.png
image.png (45.67 KiB) Viewed 1116 times
image.png
image.png (31.54 KiB) Viewed 1116 times
Please do the needfull.

Thanks & Regards
Shilpa.P
by shilpa
Mon Feb 06, 2023 12:57 pm
Forum: Common Problems
Topic: CALS Table functions
Replies: 10
Views: 1171

CALS Table functions

Hi Team, I working on table functionality in web author. Need your help to understand and use the proper existing class of table operations for the below functionalities. Using CALS table. Insert column to existing table Insert row to existing table Delete row from existing table Delete column from ...
by shilpa
Wed Jan 18, 2023 1:02 pm
Forum: Common Problems
Topic: Find out nodes
Replies: 1
Views: 437

Find out nodes

Hi Team, I would like to know how to get below result How to check the node X is child node Y ? How to check the node X is immediate child of node Y ? How to check X is the same node of Y ? How to check ancestor node of X ? How to get node using start offset and end offset? Thanks & Regards Shil...
by shilpa
Fri Jan 06, 2023 1:15 pm
Forum: Common Problems
Topic: Remove specified tags
Replies: 3
Views: 588

Re: Remove specified tags

Hi Miheala, After adding getNodesToSelect(int, int) in my code i am getting only one node(paratext) Actually i should get 3 nodes(paratext,bold,ital) <paratext>apple<bold>some<ital>some</ital></bold>ball</paratext> Please let me know what is the behavior of getNodesToSelect(int, int)? Thanks & R...
by shilpa
Thu Jan 05, 2023 11:24 am
Forum: Common Problems
Topic: Remove specified tags
Replies: 3
Views: 588

Remove specified tags

Hi Team, I have below requirement please help me on this. Say in web author i have selected below element. <paratext>apple<bold>some<ital>some</ital></bold>ball</paratext> <paratext>some text</paratex> <paratext>some text<bold>some text</bold>some</paratext> and when i put cursor in different locati...
by shilpa
Mon Jan 02, 2023 12:35 pm
Forum: Common Problems
Topic: Find out beginning of node and its first child element
Replies: 1
Views: 449

Find out beginning of node and its first child element

Hi Team, How to find out cursor is at the beginning of the node and also find out the is it first child of element? Below is the example Here say suppose my cursor is at <figure> then i should know its beginning of node and say suppose my cursor is at first <para> then i should know its first child ...
by shilpa
Wed Dec 28, 2022 5:55 pm
Forum: Common Problems
Topic: No xml tags are displaying in print
Replies: 11
Views: 1291

Re: No xml tags are displaying in print

Hi Dumitru,
Its working.. Thank you so much..
by shilpa
Mon Dec 26, 2022 7:07 am
Forum: Common Problems
Topic: Need info about existing actions
Replies: 5
Views: 800

Re: Need info about existing actions

Hi Team,

Could you please update on this.

Thanks & Regards
Shilpa.P
by shilpa
Fri Dec 23, 2022 3:43 pm
Forum: Common Problems
Topic: No xml tags are displaying in print
Replies: 11
Views: 1291

Re: No xml tags are displaying in print

Hi Chtistian,
Thanks for the response.

After applying the css now i am getting tag and attributes like below. But i need the same way like how it display in UI
image.png
image.png (160.6 KiB) Viewed 1272 times