Search found 95 matches

by SmitaPatil
Mon Jul 24, 2023 7:00 pm
Forum: Common Problems
Topic: how to add new action inside content completion window
Replies: 6
Views: 615

Re: how to add new action inside content completion window

Hi Team, Thank you for the reply. Is there any possibility of getting API or configuration to replace or remove the NEW/ SPLIT function? if yes, can you please tell time when it will be available. I have kept cursor inside cite.query and pressed enter. List of elements was visible as shown in below ...
by SmitaPatil
Mon Jul 24, 2023 3:33 pm
Forum: Common Problems
Topic: how to add new action inside content completion window
Replies: 6
Views: 615

Re: how to add new action inside content completion window

Hi Bogdan, Its not just for Judge.line element. for all element its the same. Here in below screenshot, in replacement for , We have to give element name as New Judge.line right? then only I can replace it. I wanted to override general new or split functionality. is there any way override this New/s...
by SmitaPatil
Mon Jul 24, 2023 12:52 pm
Forum: Common Problems
Topic: how to add new action inside content completion window
Replies: 6
Views: 615

Re: how to add new action inside content completion window

Hi Bogdan,

Yes, showAllPossibleElementsInCCList option configured to true.
by SmitaPatil
Mon Jul 24, 2023 12:18 pm
Forum: Common Problems
Topic: how to add new action inside content completion window
Replies: 6
Views: 615

how to add new action inside content completion window

Hi Team, In below screenshot, I have kept cursor just after start tag of judge.line and I pressed Enter. In content completion window first action is New Judge.line , However as cursor is inside judge.line its not valid operation so we want to change this action to custom action which we have or cha...
by SmitaPatil
Thu Jul 13, 2023 9:33 am
Forum: Common Problems
Topic: display list of valid elements
Replies: 6
Views: 704

Re: display list of valid elements

HI Chrispitude,

No here parent element should not be valid. Its not about location. suppose <prolog> is not valid but child element <p> is valid so inside <p> we want to display all valid list of elements.

Thanks & Regards,
Smita
by SmitaPatil
Wed Jul 12, 2023 8:24 am
Forum: Common Problems
Topic: display list of valid elements
Replies: 6
Views: 704

Re: display list of valid elements

HI Chrispitude, Thank you for trying. However, if you see in my example, satext is strike through that means its satext is not valid element according to schema and centy is valid element according to schema. when I keep cursor inside centy and press enter I am not able to get list of valid elements...
by SmitaPatil
Tue Jul 11, 2023 1:22 pm
Forum: Common Problems
Topic: display list of valid elements
Replies: 6
Views: 704

display list of valid elements

Hi Team, In below screenshot, satext is not allowed as per schema but centy and centr are valid elements according to schema. In oxygen web author, If user keep cursor inside centy which is valid element and try to get list of valid element. Nothing is getting displayed as parent element of centy (s...
by SmitaPatil
Tue May 02, 2023 10:01 am
Forum: Common Problems
Topic: Style for making tag to be visible as partial tag
Replies: 1
Views: 366

Style for making tag to be visible as partial tag

Hi Team,
We are using below css to hide tag.
cite\.query:collapse{
-oxy-display-tags:none;
}
However, do we have any other class available to make it a partial tag as shown below?
image.png
image.png (4.02 KiB) Viewed 366 times
Thanks & Regards,
Smita
by SmitaPatil
Thu Mar 02, 2023 8:30 am
Forum: Common Problems
Topic: Facing issues while loading class from JavaScript side
Replies: 3
Views: 479

Re: Facing issues while loading class from JavaScript side

Hi Bogdan,
I have added @WebappRestSafe annotation for my custom class, But still I am facing this issue.

Thanks & Regards,
Smita
by SmitaPatil
Wed Mar 01, 2023 2:51 pm
Forum: Common Problems
Topic: Facing issues while loading class from JavaScript side
Replies: 3
Views: 479

Facing issues while loading class from JavaScript side

Hi Team, I have implemented one functionality related to table for that I have extended AbstractTableOperation. and I am overriding below mentioned method in my custom class(AlignTableContentOperation) and I am trying to call my custom class from javascript side using invokeoperation. @Override prot...
by SmitaPatil
Wed Jan 18, 2023 11:28 am
Forum: Common Problems
Topic: How to check for child node
Replies: 1
Views: 406

How to check for child node

Hi Team, Suppose I have access to below entry node. I wanted to check if leaderchar is present or not in entry anywhere. as we don't have leaderchar as direct child of entry. I can think of get all child nodes then child of child nodes and check if it is leaderchar or not with the existing method wh...
by SmitaPatil
Tue Jan 17, 2023 8:08 pm
Forum: Common Problems
Topic: Selecting the element from the middle of its content
Replies: 8
Views: 1167

Re: Selecting the element from the middle of its content

Thanks Serban, I will implement it.
by SmitaPatil
Thu Jan 12, 2023 12:53 pm
Forum: Common Problems
Topic: Selecting the element from the middle of its content
Replies: 8
Views: 1167

Re: Selecting the element from the middle of its content

Hi Serban, I have tried it through developer tools. its working only endtag is selected. if we select start tag as shown below whole element is not getting selected. image.png and in also it failed even if end tag is selected I think it can be done by applying same logic as start tag. I will look in...
by SmitaPatil
Thu Jan 12, 2023 6:39 am
Forum: Common Problems
Topic: Create node using text available
Replies: 1
Views: 374

Create node using text available

Hi Team,

is there any way to create authornode in context using the text available.
Please let me know. I couldn't able to find.

Thanks & Regards,
Smita
by SmitaPatil
Fri Jan 06, 2023 1:26 pm
Forum: Common Problems
Topic: Selecting the element from the middle of its content
Replies: 8
Views: 1167

Re: Selecting the element from the middle of its content

Hi Mihaela, Thank you so much. I am trying out in the way you suggested. Here one help needed. I tried getNodeAtSelectionStart() , getNodeAtAnchor_() , getNodeAtSelectionEnd() methods but it is not giving me the correct node. But in below screenshot as you can see I have selected cite.query's start ...
by SmitaPatil
Thu Jan 05, 2023 3:52 pm
Forum: Common Problems
Topic: Selecting the element from the middle of its content
Replies: 8
Views: 1167

Selecting the element from the middle of its content

Hi Team, We observed that, in oxygen web author, if we select any element from middle of its content as shown in below image image.png If in case user has selected any of the close tag or end tag then Selection should spread for that complete element. as shown in below image. image.png Can you pleas...
by SmitaPatil
Tue Dec 27, 2022 10:28 am
Forum: Common Problems
Topic: spaces are getting trimmed from content
Replies: 7
Views: 816

Re: spaces are getting trimmed from content

Hi,
Thank you!
It helped to resolved the issue.

Thanks,
Smita
by SmitaPatil
Fri Dec 23, 2022 12:18 pm
Forum: Common Problems
Topic: spaces are getting trimmed from content
Replies: 7
Views: 816

Re: spaces are getting trimmed from content

Hi Mihaela,
Sorry I haven't seen it properly.
I have updated image in last post.

Thanks & Regards,
Smita
by SmitaPatil
Fri Dec 23, 2022 8:47 am
Forum: Common Problems
Topic: spaces are getting trimmed from content
Replies: 7
Views: 816

Re: spaces are getting trimmed from content

Hi Bogdan, I have tried by doing edit xml and adding following xml fragment <tgroup cols="3"> <colspec colname="col1"/> <colspec colname="col2"/> <colspec colname="col3"/> <tbody> <row> <entry> <para> <paratext>check for space </paratext> </para> </entry> <ent...
by SmitaPatil
Wed Dec 21, 2022 4:48 pm
Forum: Common Problems
Topic: spaces are getting trimmed from content
Replies: 7
Views: 816

spaces are getting trimmed from content

Hi Team, when I am inserting fragment using insertXMLFragmentSchemaAware method, space present in text content is getting trimmed. Can you please tell if there is any to avoid it while using this method or any other method which will work better to insert string fragment in document. Thanks & Re...
by SmitaPatil
Fri Dec 09, 2022 5:11 pm
Forum: Common Problems
Topic: Functions related to table
Replies: 11
Views: 1244

Re: Functions related to table

Hi Bogdan,

is it possible to have call with you. I have some doubt regarding table insert and some other functionalities?

Thanks,
Smita
by SmitaPatil
Fri Dec 09, 2022 9:50 am
Forum: Common Problems
Topic: Functions related to table
Replies: 11
Views: 1244

Re: Functions related to table

Hi Mihaela, I have checked by putting logger in code and actually I am getting null value from getTableColSpanIndices(destCellElement) method and in description of this method its written as Can be null if the element does not correspond to a cell in a table. but cells are correspond to the selected...
by SmitaPatil
Wed Dec 07, 2022 6:55 pm
Forum: Common Problems
Topic: How can we get possible parent element
Replies: 6
Views: 832

Re: How can we get possible parent element

Hi Radu,

Thank you. It resolved.

Thanks,
Smita
by SmitaPatil
Wed Dec 07, 2022 3:38 pm
Forum: Common Problems
Topic: Functions related to table
Replies: 11
Views: 1244

Re: Functions related to table

Hi Mihaela, I tried to use below method to span selected cells @WebappRestSafe public class SpanCells extends AuthorOperationWithResult { private static Logger logger = Logger.getLogger(SpanCells.class.getName()); @Override public String doOperation(AuthorDocumentModel model, ArgumentsMap args) thro...
by SmitaPatil
Tue Dec 06, 2022 11:12 am
Forum: Common Problems
Topic: Functions related to table
Replies: 11
Views: 1244

Re: Functions related to table

Hi Mihaela, I have tried adding docbook.jar file and tried to add that in classpath tab in oxygen xml editor-option-preferences-document type association but whenever I am adding classpath it is creating another extended framework file as shown in below screenshot. image.png Then I tried to add it d...
by SmitaPatil
Tue Dec 06, 2022 6:30 am
Forum: Common Problems
Topic: How can we get possible parent element
Replies: 6
Views: 832

Re: How can we get possible parent element

Hi Radu, oh okay. I have seen if I select element and click on enter I am getting valid list of element using which I can wrap selected element as shown in below screenshot. selected element is venue.name image.png To achieve this which other are getting used if you can tell me it will be helpful fo...
by SmitaPatil
Mon Dec 05, 2022 3:25 pm
Forum: Common Problems
Topic: How can we get possible parent element
Replies: 6
Views: 832

Re: How can we get possible parent element

Hi Radu, I think there is some confusion in requirement. I will explain again the requirement is if user select venue.name node then we have to display the list of parent elements using which we can wrap it. Currently I am getting below list of elements. I am getting it using getchildren method. but...
by SmitaPatil
Mon Dec 05, 2022 9:15 am
Forum: Common Problems
Topic: Functions related to table
Replies: 11
Views: 1244

Re: Functions related to table

Hi Mihaela,

We are working on content which in form of XML and in oxygen web author it is displayed using HTML.
as shown in below screenshot.
image.png
image.png (65.07 KiB) Viewed 1173 times
We are trying to do span selected row or unspan cell where cursor is placed.
Please let me know if any more information is needed

Thanks,
Smita
by SmitaPatil
Fri Dec 02, 2022 5:21 pm
Forum: Common Problems
Topic: How can we get possible parent element
Replies: 6
Views: 832

How can we get possible parent element

Hi Team. can you please tell if node is fully selected then How can we get list of valid possible parent element using which we can wrap selected node. as shown in below screenshot. For example in this screenshot, venue.name has selected so we want to display the list of element which can insert as ...