Search found 141 matches

by Isabelle
Wed Jan 03, 2024 8:38 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON
Replies: 28
Views: 9999

Re: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON

Hello,

For information with oxygen 25.0, the xsl:evaluate method works fine.

Regards,
Isabelle
by Isabelle
Tue Dec 19, 2023 8:25 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert xml element with text value
Replies: 1
Views: 331

Insert xml element with text value

Hello, We use oxygen sdk 25.0.0.0. We have this element in the xsd : <xs:complexType mixed="true" name="simplePara"> <xs:attribute ref="id"/> </xs:complexType> We want to set the element value to FULL when element is inserted. I tried to use the content completion confi...
by Isabelle
Wed Dec 06, 2023 2:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Content completion issue
Replies: 10
Views: 1535

Re: Content completion issue

Hello,

For information, this issue is fixed since our upgrade to oxygen 26.0.0.0.
Thanks.

Regards,
Isabelle
by Isabelle
Tue Nov 21, 2023 6:55 pm
Forum: Common Problems
Topic: Create PopUp Menu Customizer
Replies: 7
Views: 615

Re: Create PopUp Menu Customizer

Hello Bogdan,

For information, the link you gave does not work.
Bogdan Dumitru wrote: Tue Nov 21, 2023 6:19 pm Then add actions in the contextual menu that get enabled depending on the highlight present on the caret position.
Can you tell me more on how can I add actions dynamically in contextual menu.

Thanks,
Regards,
Isabelle
by Isabelle
Mon Nov 20, 2023 9:09 pm
Forum: Common Problems
Topic: Add Highlighter on document
Replies: 2
Views: 335

Re: Add Highlighter on document

Hi Bogdan,

Your solution works.
Thank you.

Regards,
Isabelle
by Isabelle
Mon Nov 20, 2023 6:10 pm
Forum: Common Problems
Topic: Create PopUp Menu Customizer
Replies: 7
Views: 615

Re: Create PopUp Menu Customizer

Hello Cosmin, Not only this scenario, we have a lot of rules for Misspelling, Grammar and style errors. We are not looking for an other solution, we want to implement our own solution. And for that we need to customize the pop up menu, like we have done before we the oxygen sdk and the classe : Auth...
by Isabelle
Fri Nov 17, 2023 8:29 pm
Forum: Common Problems
Topic: Add Highlighter on document
Replies: 2
Views: 335

Add Highlighter on document

Hello, We use Author web in version 26.0.0, and we want to manage Highlighter on the document. I tried to do it this way : public String doOperation(AuthorDocumentModel authorDocumentModel, ArgumentsMap argumentsMap) throws IllegalArgumentException, AuthorOperationException { AuthorAccess authorAcce...
by Isabelle
Fri Nov 17, 2023 8:13 pm
Forum: Common Problems
Topic: Create PopUp Menu Customizer
Replies: 7
Views: 615

Re: Create PopUp Menu Customizer

Hello Bogdan, Thank you for your idea, but it does not suit our need. A SpellCheckingProblemInfoWithSuggestions has only the following attributs : - startOffset - The start offset of the word. - endOffset - The end offset of the word. - lang - ISO Name for the language of the word. - word - The word...
by Isabelle
Thu Nov 16, 2023 2:24 pm
Forum: Common Problems
Topic: Create PopUp Menu Customizer
Replies: 7
Views: 615

Create PopUp Menu Customizer

Hello, We use Author web in version 26.0.0, and we are looking for an equivalent of the method : ((WSAuthorEditorPage) wsEditorAccess.getCurrentPage()).addPopUpMenuCustomizer For our desktop version, with oxygen sdk, we use a popUpMenuCustomizer which implements AuthorPopupMenuCustomizer. We use it ...
by Isabelle
Mon Sep 25, 2023 6:13 pm
Forum: Common Problems
Topic: Display updated Illustration
Replies: 3
Views: 519

Re: Display updated Illustration

Hello Radu, I tried these : @WebappCompatible @WebappRestSafe public class RefreshMediaInCacheOperation extends AuthorOperationWithResult { @Override public String doOperation(AuthorDocumentModel authorDocumentModel, ArgumentsMap argumentsMap) throws IllegalArgumentException, AuthorOperationExceptio...
by Isabelle
Fri Sep 22, 2023 7:25 pm
Forum: Common Problems
Topic: Display updated Illustration
Replies: 3
Views: 519

Display updated Illustration

Hello, We use Author web in version 25.1.0, and we have issues to display updated illustration in document. We have a process which updates illustrations from our database directly in the webdav. But at the end of this process, the previous version the illustration is still displayed in the document...
by Isabelle
Mon Aug 21, 2023 11:58 am
Forum: SDK-API, Frameworks - Document Types
Topic: Content Completion filter
Replies: 3
Views: 468

Re: Content Completion filter

Hello Radu,

It works fine.
Now I only see available elements and actions.
Thanks.

Regards,
Isabelle
by Isabelle
Fri Aug 18, 2023 6:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Content completion issue
Replies: 10
Views: 1535

Re: Content completion issue

Radu,

I used the tech support form to send you a zip files with the 3 files requested.

In order to reproduce the issue, try to insert version or versrank element thanks to content completion, directly in applic element.

Regards,
Isabelle
by Isabelle
Fri Aug 18, 2023 5:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Content Completion filter
Replies: 3
Views: 468

Content Completion filter

Hello, We use the version 25.0.0.0 of oxygen sdk. I would like to know if it is possible to filter content completion pop up with only xsd compliant values. Currently, we have first xsd compliant values, and after, in grey color, the non xsd compliant values. Is it possible to hide the non compliant...
by Isabelle
Fri Aug 18, 2023 5:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Content completion issue
Replies: 10
Views: 1535

Re: Content completion issue

Hi Radu,

Sorry for the delay, how can I send you those files ?

Regards,
Isabelle
by Isabelle
Fri Jul 21, 2023 1:25 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Content completion issue
Replies: 10
Views: 1535

Content completion issue

Hello, We used the version 25.0.0.0 of oxygen sdk. We have this xsd : <xs:attribute name="model" type="xs:string"/> <xs:element name="model" type="modelType"/> <xs:complexType name="modelType"> <xs:sequence> <xs:element maxOccurs="unbounded"...
by Isabelle
Fri Jul 21, 2023 11:27 am
Forum: SDK-API, Frameworks - Document Types
Topic: Refresh document after "Replace All"
Replies: 6
Views: 740

Re: Refresh document after "Replace All"

Radu, Hi Isabelle, I'm not sure why this does not work, I would need to see some sample Java code from where in the AuthorDocumentFilter you are setting the attribute plus the CSS selector which matches the attribute and adds a border. I understand and I will try to provide you an exemple asap. So a...
by Isabelle
Fri Jul 21, 2023 10:09 am
Forum: SDK-API, Frameworks - Document Types
Topic: Refresh document after "Replace All"
Replies: 6
Views: 740

Re: Refresh document after "Replace All"

Hi Radu, I assume that "Replace All" button you are discussing is from your own find/replace functionality as Oxygen's Find/Replace dialog does not allow chancing attributes. No, it is from Oxygen's Find/Replace dialog. We add changeMark attribute thanks to our own AuthorDocumentFilter, an...
by Isabelle
Thu Jul 20, 2023 3:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Refresh document after "Replace All"
Replies: 6
Views: 740

Re: Refresh document after "Replace All"

Hello, When user modify an element (add new element'child, change text or attribute value), a specific attribut (changeMark) is set on the element like this : Before modification : <element> <para>First para</para> </element> After modification : <element> <para>First para</para> <para changeMark=&q...
by Isabelle
Thu Jul 20, 2023 12:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Refresh document after "Replace All"
Replies: 6
Views: 740

Refresh document after "Replace All"

Hello, We used the version 25.0.0.0 of oxygen sdk. After modification in an element, we add a blue horizontal bar next to the element thanks to css. But when user made modifications in elements thanks to "Replace All" action, document is updated but css is not refresh and we don't see the ...
by Isabelle
Thu Apr 20, 2023 8:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Table Porperties management
Replies: 1
Views: 513

Table Porperties management

Hello, We used the version 25.0.0.0 of oxygen sdk. We use ro.sync.ecss.extensions.docbook.table.properties.Docbook5CALSShowTablePropertiesOperation to manage table properties, and we face two issues. First, here is the initial table : <table frame="all" rowsep="1" colsep="1&...
by Isabelle
Tue Mar 14, 2023 6:37 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Saxon PE Conflict
Replies: 1
Views: 569

Saxon PE Conflict

Hello, We use the version 25.0.0.0 of Oxygen sdk. We also use external libraries which use saxon PE and we still have issues to make them worked together with Oxygen. When we use functions from those libraries, we have this particular issue : java.lang.VerifyError: Bad type on operand stack Exceptio...
by Isabelle
Fri Jan 13, 2023 6:31 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Wrong version of frameworks actions used
Replies: 3
Views: 1108

Re: Wrong version of frameworks actions used

Hi Alex,

Thanks for the workaround, it works fine.
It will be enough until you fix the issue.

Regards,
Isabelle
by Isabelle
Wed Jan 11, 2023 9:08 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Wrong version of frameworks actions used
Replies: 3
Views: 1108

Wrong version of frameworks actions used

Hello, Currently we use the version 25.0.0.0 of oxygen-sdk, and we face a problem with custom frameworks. We have this architecture in our framework directory com.oxygenxml.author.component\[...]\ApplID\frameworks\S1000D : descript_externalAuthorActions - add.elementItem.action.xml externalAuthorAct...
by Isabelle
Mon Dec 19, 2022 4:50 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert Attribute with value automatically
Replies: 6
Views: 1317

Re: Insert Attribute with value automatically

Hi Alex,
We have API which can be used to achieve this use case (this is probably what you did, anyway).
Are you talking about AuthorDocumentFilter ?

Regards,
Isabelle
by Isabelle
Fri Dec 16, 2022 9:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert Attribute with value automatically
Replies: 6
Views: 1317

Re: Insert Attribute with value automatically

Hi, I have fixed issue on our side. Now I have questions about this functionality. Does it activate when you change an attribute ? I have this condition : <elementProposals insertElements="quantityGroup" path="quantity[@quantityType='qty04']"/> But when I change the value of quan...
by Isabelle
Fri Dec 16, 2022 11:53 am
Forum: SDK-API, Frameworks - Document Types
Topic: Insert Attribute with value automatically
Replies: 6
Views: 1317

Re: Insert Attribute with value automatically

Hi Alex,

Thank you for your feedback.
The issue came from the way we loaded our cc_config.xml file and not from Oxygen.
Sorry for the inconvenience.

Regards,
Isabelle
by Isabelle
Wed Dec 14, 2022 2:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert Attribute with value automatically
Replies: 6
Views: 1317

Insert Attribute with value automatically

Hello, We use the oxygen sdk in version 25.0.0.0. We want to automate the insertion of an attribute with a default value each time an element is inserted. To do that, we use the cc_common.xml Here what we have tried : <elementProposals path="eoTopic"> <insertAttribute name="eoTopicTyp...
by Isabelle
Wed Sep 28, 2022 6:54 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Remove processing-instruction from content completion
Replies: 5
Views: 1199

Re: Remove processing-instruction from content completion

Hello, I tried this <?xml version="1.0" encoding="UTF-8"?> <script xmlns="http://www.oxygenxml.com/ns/framework/extend" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oxygenxml.com/ns/framework/extend http://www.oxyge...
by Isabelle
Tue Sep 27, 2022 7:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with Actions Using an Individual XML File
Replies: 8
Views: 1267

Re: Issue with Actions Using an Individual XML File

Alex,

I have made the test and using authorAccess.getUtilAccess().expandEditorVariables expands the path.

Regards,
Isabelle