Search found 95 matches

by SmitaPatil
Mon Oct 31, 2022 9:20 am
Forum: Common Problems
Topic: Can we get element name where cursor is placed
Replies: 9
Views: 959

Can we get element name where cursor is placed

Hi Team, I want to know that if there is any JavaScript function which you have to know the element name where cursor is placed instead of calling java method every time to check it. I would call that JavaScript method. I have tried following one but couldn't able to get method which will return me ...
by SmitaPatil
Tue Oct 18, 2022 12:15 pm
Forum: Common Problems
Topic: BookMark Functionality
Replies: 1
Views: 415

BookMark Functionality

Hi Team,
I have seen Bookmark functionality in Oxygen XML Editor so, Can you please let me know if there is same kind of bookmark functionality is available in Oxygen Web Author as well?

Thanks & Regards,
Smita
by SmitaPatil
Tue Oct 11, 2022 1:04 pm
Forum: Common Problems
Topic: execute js function after applying diffUrl Parameter
Replies: 7
Views: 1066

Re: execute js function after applying diffUrl Parameter

Hi Bogdan, As you can see in below screenshot, HARDER, WELLS got wrapped inside bold. this is the difference. but text is not changing just it is wrapping inside <bold> image.png So we want to highlight just the difference, in this case as difference is only the tag got added. We want to remove high...
by SmitaPatil
Tue Oct 11, 2022 11:54 am
Forum: Common Problems
Topic: execute js function after applying diffUrl Parameter
Replies: 7
Views: 1066

Re: execute js function after applying diffUrl Parameter

Hi Bogdan, Apology for posting in wrong category. My use case is, I have used url and DiffUrl parameter so that I can compare the two xmls which I have mentioned as url and diffUrl. once the comparison has been performed between two xml, I want call one function and get elements which has difference...
by SmitaPatil
Tue Oct 11, 2022 9:53 am
Forum: Common Problems
Topic: Highlight the differences
Replies: 19
Views: 2192

Re: Highlight the differences

Hi Team, Thank you so much, I wanted to check wit you that is there any event available in oxygen which will trigger once this diffUrl parameter got applied on the document? I want to execute one function only when document with diffUrl has been completely loaded and differences are available in HTM...
by SmitaPatil
Mon Oct 10, 2022 7:00 pm
Forum: Common Problems
Topic: execute js function after applying diffUrl Parameter
Replies: 7
Views: 1066

execute js function after applying diffUrl Parameter

Hi Team, I have used diffUrl parameter in URL for comparison of two XML documents. I want to execute one function only when document with diffUrl has been completely loaded and differences are available in HTML DOM. Can you please tell if there is any event available in oxygen web author which will ...
by SmitaPatil
Mon Oct 10, 2022 4:56 pm
Forum: Common Problems
Topic: To know the complete content got loaded in oxygen web author
Replies: 3
Views: 533

Re: To know the complete content got loaded in oxygen web author

Hi Team, I have used diffUrl parameter in URL for comparison of two XML documents. I want to execute one function once Differences has been added. Do we have any event to get to know that Content has been completely loaded into editor and DiffUrl has been performed on it. I want to execute one metho...
by SmitaPatil
Mon Oct 10, 2022 3:43 pm
Forum: Common Problems
Topic: To know the complete content got loaded in oxygen web author
Replies: 3
Views: 533

To know the complete content got loaded in oxygen web author

Hi Team, I have used diffUrl for comparison of two XML documents. I want to execute one function once Differences has been added. As we have event such as BEFORE_EDITOR_LOADED, EDITOR_LOADED. Do we have any event to get to know that Content has been completely loaded into editor and DiffUrl has been...
by SmitaPatil
Wed Oct 05, 2022 10:25 am
Forum: Common Problems
Topic: Highlight the differences
Replies: 19
Views: 2192

Re: Highlight the differences

Hi Bogdan, As you said it don't keep track that which xml version is new and which is old so we can't get any details about changes happen. Can you please tell when web-author-diff-plugin will be available to use? just want to confirm that, will web-author-diff-plugin keep track of new xml version a...
by SmitaPatil
Tue Oct 04, 2022 5:37 pm
Forum: Common Problems
Topic: Highlight the differences
Replies: 19
Views: 2192

Re: Highlight the differences

Hi Team, I just want to confirm that I need normal two xml comparison for that currently I am using only diffUrl parameter. color code which Bogdan has described is being used in three way comparison right? I am not using three way comparison. I am using tw way comparison. in this two way comparison...
by SmitaPatil
Mon Oct 03, 2022 5:14 pm
Forum: Common Problems
Topic: Highlight the differences
Replies: 19
Views: 2192

Re: Highlight the differences

Hi Team, I don't want three way comparison. In oxygen author, its comparing side by side, May I know if there is there any way to know if the operation which has been carried out for that changes or differences. Please let me know if there is any to identify which kind of operation has been performe...
by SmitaPatil
Fri Sep 30, 2022 10:41 am
Forum: Common Problems
Topic: Highlight the differences
Replies: 19
Views: 2192

Re: Highlight the differences

Hi Team,

Now, I am able to highlight differences with different color.
I have just one question, is there any way to identify different kinds of differences eg. change because of inserting text, change because of deleted text or change because of modification?

Thanks & Regards,
Smita
by SmitaPatil
Thu Sep 29, 2022 4:24 pm
Forum: Common Problems
Topic: Highlight the differences
Replies: 19
Views: 2192

Re: Highlight the differences

Hi Team,

I tried on runDiffOnChange parameter, I think differences are getting highlighted in grey color.
can we highlight differences in different color.
or at least is there any way or method to identify all differences.

Thanks & Regards,
Smita
by SmitaPatil
Thu Sep 29, 2022 2:26 pm
Forum: Common Problems
Topic: Highlight the differences
Replies: 19
Views: 2192

Highlight the differences

Hi Team,

I am using diffUrl parameter, is there any way or parameter using which we can highlight differences by default when we compare xml files side by side.

Thanks & Regards,
Smita
by SmitaPatil
Thu Sep 29, 2022 11:35 am
Forum: Common Problems
Topic: Regarding diffType
Replies: 1
Views: 416

Regarding diffType

Hi Team,
I have following questions :
1. Can you please tell me if there is anyway to combine or merge two xml files and store it in one file ?
2. Can you give example of usage of diffType parameter in oxygen web author url, I didn't able to find much details about it.

Thanks & Regards,
Smita
by SmitaPatil
Fri Sep 23, 2022 1:55 pm
Forum: Common Problems
Topic: How to merge two xml in one file and just highlight the changes
Replies: 5
Views: 1030

Re: How to merge two xml in one file and just highlight the changes

Hi chrispitude,
I want to do it in oxygen web author not in editor.
till now I could able to compare as shown below,

but I want to check if there is any way to merge two files in one xml file and display it.

Thanks & Regards,
Smita
by SmitaPatil
Fri Sep 23, 2022 1:11 pm
Forum: Common Problems
Topic: How to merge two xml in one file and just highlight the changes
Replies: 5
Views: 1030

How to merge two xml in one file and just highlight the changes

Hi Team, I have tried diffUrl parameter to compare xml but , what I want to achieve is just one xml file which will merge both xml file and highlight just the changes for differences. Could you please tell me if there is any way we have in oxygen web author to implement it ? Thanks & Regards, Sm...
by SmitaPatil
Thu Sep 15, 2022 3:58 pm
Forum: Common Problems
Topic: event listener to check selection
Replies: 1
Views: 409

event listener to check selection

Hi Team,

Can you please tell if there is any default eventlistener available to check if the complete tag is selected or just the some text of that tag.
As shown in below screenshot.
image.png
image.png (9.81 KiB) Viewed 409 times
Thanks,
Smita
by SmitaPatil
Mon Sep 12, 2022 12:37 pm
Forum: Common Problems
Topic: How to use following kind of tag to add or rename tag
Replies: 5
Views: 724

Re: How to use following kind of tag to add or rename tag

Hi Mihaela,
Thank you so much.
Can you please provide documentation link on handling Processing instruction in oxygen xml editor and web author .
it will be helpful.

Thanks,
Smita
by SmitaPatil
Mon Sep 12, 2022 9:36 am
Forum: Common Problems
Topic: How to use following kind of tag to add or rename tag
Replies: 5
Views: 724

Re: How to use following kind of tag to add or rename tag

Hi Mihaela,
Thank you.
Can you please tell the method using which we can just remove tag name without removing text inside it or any method using which we can replace tag name by processing instruction.

Thanks,
Smita
by SmitaPatil
Thu Sep 08, 2022 4:43 pm
Forum: Common Problems
Topic: How to use following kind of tag to add or rename tag
Replies: 5
Views: 724

How to use following kind of tag to add or rename tag

Hi Team,
I want to add tag such as <?Pub Caret 44?> and <?Pub _link?> <?Pub /_link?> in document.
I tried to use surroundInFragment method but its not working.
Just wanted to check if there is any way to tag this kind of tag.

Thanks,
Smita
by SmitaPatil
Thu Sep 08, 2022 2:22 pm
Forum: Common Problems
Topic: Undo operation is not giving previous changes completely
Replies: 5
Views: 628

Re: Undo operation is not giving previous changes completely

Hi Mihaela,
Thank you so much.

Thanks,
Smita
by SmitaPatil
Wed Sep 07, 2022 2:45 pm
Forum: Common Problems
Topic: Undo operation is not giving previous changes completely
Replies: 5
Views: 628

Re: Undo operation is not giving previous changes completely

Hi Mihaela, I have developed one custom plugin to renaming tag name and after that removing attribute, if I do undo It is just displaying previous tag name not the attribute. (Attached the screenshot last time) I am saying about this undo image.png which is present in Oxygen web author. If I click o...
by SmitaPatil
Wed Sep 07, 2022 12:16 pm
Forum: Common Problems
Topic: Undo operation is not giving previous changes completely
Replies: 5
Views: 628

Undo operation is not giving previous changes completely

Hi Team, I am replacing the tag name and after that removing the attributes in one operation only, but when I am trying to undo it, I am able to get previous tag name but not the attributes of it. I am using beginCompoundEdit() and endCompoundEdit(); to make this action as single operation. Example ...
by SmitaPatil
Fri Sep 02, 2022 2:40 pm
Forum: Common Problems
Topic: How to get list of attributes which can be added to selected tag
Replies: 6
Views: 775

Re: How to get list of attributes which can be added to selected tag

Hi Team,

Thank you.
the method which you have suggested required attribute name.
Actually I wanted to remove all attributes of the element where cursor is present.
Please let me know if something is present to achieve this with caretoffset and element name.

Thanks,
Smita
by SmitaPatil
Fri Sep 02, 2022 11:08 am
Forum: Common Problems
Topic: How to get list of attributes which can be added to selected tag
Replies: 6
Views: 775

Re: How to get list of attributes which can be added to selected tag

Hi Team,
can you please tell is there any method to remove attribute of selected element and also modify it.

Thanks,
Smita
by SmitaPatil
Thu Sep 01, 2022 5:46 pm
Forum: Common Problems
Topic: How to get list of attributes which can be added to selected tag
Replies: 6
Views: 775

How to get list of attributes which can be added to selected tag

Hi Team,
Is there any method using which I can check what are all attribute I can add for selected element and what attributes are required for given element.
Please let me know if there any methods to get it.

Thanks,
Smita
by SmitaPatil
Thu Sep 01, 2022 12:42 pm
Forum: Common Problems
Topic: How to get list of elements with which we can rename selected element and how to rename element
Replies: 7
Views: 936

Re: How to get list of elements with which we can rename selected element and how to rename element

Hi, I am using xml document and below is the screenshot of list of elements which I am getting separated by "+" image.png is there any parameter we need to pass to get the valid elements which we can use to rename element in which cursor is present. I have seen following are some parameter...
by SmitaPatil
Tue Aug 30, 2022 11:18 am
Forum: Common Problems
Topic: How to get list of elements with which we can rename selected element and how to rename element
Replies: 7
Views: 936

Re: How to get list of elements with which we can rename selected element and how to rename element

Hi, We want give popup to attribute as well. I tried to implement the method which you suggested to get the set of elements using which we can rename the element in which cursor is placed, but irrespective of cursor position I am getting same set of elements every time. Just want to check if there i...