Search found 96 matches

by Gabriel Titerlea
Thu Jul 21, 2016 4:34 pm
Forum: Common Problems
Topic: AuthorDocumentModel features
Replies: 17
Views: 6738

Re: AuthorDocumentModel features

Hi I have problem with refreshing after editing content. We used this code in Applet and text in AuthorMode was refreshed final AuthorAccess authorAccess = getAccess(); final AuthorDocumentController documentController = authorAccess.getDocumentController(); documentController.beginCompoundEdit(); ...
by Gabriel Titerlea
Thu Jul 21, 2016 3:28 pm
Forum: Common Problems
Topic: Webapp 18 Highlighting
Replies: 9
Views: 5487

Re: Webapp 18 Highlighting

Hello,

Can you explain exactly what you want to achieve with the highlighter?
We do not support the AuthorHighlighter in the WebApp. We will have a method of inserting non-persistent markers on the client-side with javascript though. Would this suit your needs?

Regards,
Gabriel
by Gabriel Titerlea
Mon Jul 18, 2016 9:52 am
Forum: Other Issues
Topic: Use of alternate CSS available in Oxygen Web Author
Replies: 5
Views: 4204

Re: Use of alternate CSS available in Oxygen Web Author

Yes, alternate CSS is available. You only need to add the alternate stylesheet to the framework [1] you are using or to an extension [2] of the framework. After that, add the modified framework to the web author [3][4]. You can switch the active style-sheet by passing in a stylesheet-titles url para...
by Gabriel Titerlea
Mon Jul 04, 2016 3:57 pm
Forum: Common Problems
Topic: Webapp customReferencesResolver
Replies: 12
Views: 4820

Re: Webapp customReferencesResolver

Hello, You can add a parentClassLoaderID field to you .framework file. [1] This will make both the framework and your plugin share the same class-loader. Thus allowing the classes to see each other. <field name="classpath"> <String-array> <String>${framework}/dita.jar</String> <String>${fr...
by Gabriel Titerlea
Tue Jun 14, 2016 4:21 pm
Forum: Common Problems
Topic: Webapp customReferencesResolver
Replies: 12
Views: 4820

Re: Webapp customReferencesResolver

Hi Konstantin, There seems to be a bug at the moment and setting MIXED_CONTENT is not working. We have recorded the issue and it will be fixed in the next version. As a workaround you will have to use custom css functions [1] and modify your frameworks CSS. You might want to look at the oxy_url and ...
by Gabriel Titerlea
Thu Jun 09, 2016 2:56 pm
Forum: Common Problems
Topic: Webapp customReferencesResolver
Replies: 12
Views: 4820

Re: Webapp customReferencesResolver

Hi Konstantin, The recommended method of adding functionality to a framework is to extend it [1]. This way you will benefit from changes to the original framework without having to update the extended framework. After creating the extension and adding your reference resolver you should copy it insid...