Search found 95 matches

by SmitaPatil
Fri Aug 26, 2022 10:28 am
Forum: Common Problems
Topic: How to find the element inside cursor is placed
Replies: 1
Views: 443

How to find the element inside cursor is placed

Hi Team,
I want to find the element name inside which user has placed cursor. Can you please if there is any existing method to get that?

Thanks,
Smita
by SmitaPatil
Thu Aug 25, 2022 11:17 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: 893

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

Hi Team, Currently we know public String doOperation(AuthorDocumentModel model, ArgumentsMap args) method using which we can get access to the document and its element and data, but is there any other method which has access to document with return type as list. My requirement is : I want to get lis...
by SmitaPatil
Thu Aug 18, 2022 3:07 pm
Forum: Common Problems
Topic: How to add or render html page or any window after a click in oxygen
Replies: 3
Views: 712

Re: How to add or render html page or any window after a click in oxygen

Hi Gabriel, I want to display one custom popup after clicking on button. so I have doubt that how can I add that html file for popup is there any way to configure it. instead of creating html element as shown below, I want to it to popup window in separate html file and load it in oxygen. Thanks, Sm...
by SmitaPatil
Thu Aug 18, 2022 1:44 pm
Forum: Common Problems
Topic: How to add or render html page or any window after a click in oxygen
Replies: 3
Views: 712

How to add or render html page or any window after a click in oxygen

Hi Team,

I want to load some custom html code [new html page or window on same page] on click of button but I am unable to do it. Can you please suggest a way to use our custom html code and integrate it with oxygen web author?

Thank you,
Smita
by SmitaPatil
Mon Aug 08, 2022 2:44 pm
Forum: Common Problems
Topic: How to read <#comment> element in editor
Replies: 1
Views: 452

How to read <#comment> element in editor

Hi Team, We have inserted a comment node (<!-- comment -->) in xml file and in oxygen xml editor it is displaying as <#comment> element. We want to read the xpath for <#comment> element and make count of it. However it is being save as <!-- --> in xml file. Can you please guide me how to do it ? Tha...