Search found 16 matches

by Alper B
Mon Mar 22, 2021 6:29 pm
Forum: Common Problems
Topic: Force the language to english and the display mode to full tags
Replies: 4
Views: 1920

Re: Force the language to english and the display mode to full tags

Hi Cristian,

Both solutions are good.

Thanks for your help!

Regards
by Alper B
Mon Mar 22, 2021 2:06 pm
Forum: Common Problems
Topic: Force the language to english and the display mode to full tags
Replies: 4
Views: 1920

Re: Force the language to english and the display mode to full tags

Hi Radu, Why do you want to remove this flexibility? Because the english will always be used and there are too many languages ​​available to the user in the preference menu. You state you have an "options.xml" file. How do you provide it to Oxygen? Via a plugin or as a default XML options ...
by Alper B
Thu Mar 18, 2021 6:37 pm
Forum: Common Problems
Topic: Force the language to english and the display mode to full tags
Replies: 4
Views: 1920

Force the language to english and the display mode to full tags

Hi, I would like to force the use of the english language in the toolbar and the error or validation messages. To do this, I tried different keys in my options.xml file ("appearance.language.set", "appearance.language, "CURRENT_APPLICATION_LANGUAGE"), trying to limit the ava...
by Alper B
Thu Feb 04, 2021 6:32 pm
Forum: Common Problems
Topic: CGM images rendering
Replies: 2
Views: 1115

Re: CGM images rendering

Thanks Michael,

It works fine!

Best regards,

Alper
by Alper B
Thu Feb 04, 2021 4:43 pm
Forum: Common Problems
Topic: CGM images rendering
Replies: 2
Views: 1115

CGM images rendering

Hi,

Is there a library that allows rendering CGM images in Author Web?

Best regards,

Alper
by Alper B
Thu Jan 07, 2021 12:46 pm
Forum: Common Problems
Topic: Adding listener to save button
Replies: 1
Views: 1087

Re: Adding listener to save button

I solved my problem. public class AfterSaveActionExtension implements WorkspaceAccessPluginExtension { private static final Logger logger = LogManager.getLogger(AfterSaveActionExtension.class); public void applicationStarted(StandalonePluginWorkspace pluginWorkspaceAccess) { WebappPluginWorkspace ws...
by Alper B
Wed Jan 06, 2021 6:16 pm
Forum: Common Problems
Topic: Adding listener to save button
Replies: 1
Views: 1087

Adding listener to save button

Hi, I need to call a WS after each document saving. What is the best way to do it? I found a WSEditorListener that provides editorSaved method. Should I create un plugin to implement it? Should I be inspired by this plugin? -> https://github.com/oxygenxml/web-author-sample-plugins/blob/master/web-au...
by Alper B
Mon Mar 09, 2020 12:12 pm
Forum: Common Problems
Topic: Embed Angular App in Oxygen Web Dialog (modal)
Replies: 4
Views: 2693

Re: Embed Angular App in Oxygen Web Dialog (modal)

Hello Cristian,

Thanks, it worked using:

Code: Select all

sync.ext.Registry.getExtensionURL()
Best regards,
Alper
by Alper B
Thu Mar 05, 2020 5:03 pm
Forum: Common Problems
Topic: Embed Angular App in Oxygen Web Dialog (modal)
Replies: 4
Views: 2693

Re: Embed Angular App in Oxygen Web Dialog (modal)

Hi,

Thanks for the hints. We are in the second case.

Okey to place static resources in the web subfolder of the framework folder, but can you explain more about the variable "sync.ext.Registry.extensionURL" please?

Thank you!

Regards,
Alper.
by Alper B
Wed Mar 04, 2020 9:00 pm
Forum: Common Problems
Topic: Embed Angular App in Oxygen Web Dialog (modal)
Replies: 4
Views: 2693

Embed Angular App in Oxygen Web Dialog (modal)

Hello, We have developped some Angular views browsed with JXBrowser, when we call an action with Oxygen XML Author. In order to keep these Angular apps in our webapp, we tried to embed them in an Oxygen Web Dialog (inspired by tutorials [1] and [2]). My problem is that this code produces a 404 error...
by Alper B
Wed Feb 26, 2020 1:45 pm
Forum: Common Problems
Topic: Existing extensions migration to Oxygen XML Web Author
Replies: 6
Views: 2594

Re: Existing extensions migration to Oxygen XML Web Author

Hi Mihaela,

On this particular Ids generation feature, I don’t think we’re implementing the Authoroperation interface, so I’ll try to reconnect all of my classes and do some testing.

Thanks for your help,

Regards,
Alper
by Alper B
Mon Feb 24, 2020 7:52 pm
Forum: Common Problems
Topic: Existing extensions migration to Oxygen XML Web Author
Replies: 6
Views: 2594

Re: Existing extensions migration to Oxygen XML Web Author

Hello Cristian, The main classes that we surcharged are DefaultUniqueAttributesRecognizer, ExtensionsBundle and AuthorDocumentFilter, they are annotated @API. We have implemented some specific treatments extending these classes, so if there are alternatives to them, please tell us. Sorry for all the...
by Alper B
Mon Feb 24, 2020 12:56 pm
Forum: Common Problems
Topic: Existing extensions migration to Oxygen XML Web Author
Replies: 6
Views: 2594

Re: Existing extensions migration to Oxygen XML Web Author

Thanks for your answer. Actually, we are in the 3rd architecture. We have developed our own frameworks from scratch and own configuration classes. We want to copy the same developped classes based on Oxygen XML Author to Oxygen Author Web, but the called Oxygen classes don't have the @webappcompatib...
by Alper B
Thu Feb 20, 2020 6:22 pm
Forum: Common Problems
Topic: Existing extensions migration to Oxygen XML Web Author
Replies: 6
Views: 2594

Existing extensions migration to Oxygen XML Web Author

Hello, I found in your customization guide that you recommend to implement any customization as a combination of plugins, frameworks, and options. If we have already developed Oxygen XML Editor/Author plugins, they can be added in the bundle-plugin/dropins folder in the Maven project. With the Oxyge...
by Alper B
Tue Jan 28, 2020 5:21 pm
Forum: Common Problems
Topic: Loss of actions from Oxygen XML to Oxygen Web
Replies: 3
Views: 2661

Re: Loss of actions from Oxygen XML to Oxygen Web

Hello, Thank you for your answer. Okey for the insertion of a predefined table, but must we also use insertFragmentOperation to insert a row in the table? There is no dialog in this action, it should work natively in Web Author. Behind my question on the source codes of actions, I actually wanted to...
by Alper B
Mon Jan 27, 2020 6:30 pm
Forum: Common Problems
Topic: Loss of actions from Oxygen XML to Oxygen Web
Replies: 3
Views: 2661

Loss of actions from Oxygen XML to Oxygen Web

Hi, We integrated Oxygen into our application a few years ago and we started a process to integrate Oxygen Web into a Web application with our existing frameworks. In my web application, when I use these same frameworks, some basic actions do not work, such as inserting tables, rows or columns, whil...