Search found 12 matches

by odovao
Wed Nov 23, 2016 7:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Update framework from site on eclipse oxygen
Replies: 3
Views: 3778

Re: Update framework from site on eclipse oxygen

Hi Alex, Thank you for your answer. We can certainly use the additional framework locations feature, however if my updated plugin comes as a dependency (jar file) from the update site server, how can I point oxygen framework locations to that plugin? Ideally we would like to extend the frameworks in...
by odovao
Wed Nov 16, 2016 3:38 am
Forum: SDK-API, Frameworks - Document Types
Topic: Update framework from site on eclipse oxygen
Replies: 3
Views: 3778

Update framework from site on eclipse oxygen

Hi, We have an eclipse RCP IDE with oxygen plugin installed and we also have an update site for the IDE plugins. Now we need to be able to update a custom framework from site. Is it possible to update custom oxygen frameworks from the same update site (extending)? or we need an oxygen update site? i...
by odovao
Fri Nov 11, 2016 4:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CustomProtocolHandler query string
Replies: 2
Views: 3401

CustomProtocolHandler query string

Hi, I have a customprotocolHandler implementation in which I need to read a number of values from the URL (web parameters). Example; - From http://server/oxygen-webapp/app/oxygen.html?url=connector:/test-200&author=user&accessType=AUTHOR&token=token - I need to capture user, accessType a...
by odovao
Wed Nov 09, 2016 3:30 am
Forum: SDK-API, Frameworks - Document Types
Topic: read-only attributes
Replies: 5
Views: 4892

Re: read-only attributes

Hi, I have implemented a CustomProtocolPlugin (this is working fine) and also an AuthorAttributesDisplayFilter, however how do I activate the filter? Looking at other threads in the forum, it seems that I need to do this via WSAuthorEditorPageBase. Where/how do I get an instance of WSAuthorEditorPag...
by odovao
Tue Nov 01, 2016 6:11 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Comments and track changes allow but rest read-only
Replies: 5
Views: 4239

Re: Comments and track changes allow but rest read-only

Thanks Cristian,

the combination of multiple toolbars with review mode works for us. Where can I find information about the different modes?

Oscar
by odovao
Mon Oct 31, 2016 4:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Comments and track changes allow but rest read-only
Replies: 5
Views: 4239

Re: Comments and track changes allow but rest read-only

Hi,

The mode review works, but it does not include the number of custom operations (JAVA) that are needed in our review mode.

How do we include our custom operations to the review mode?

Thanks,

Oscar
by odovao
Fri Oct 28, 2016 6:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Comments and track changes allow but rest read-only
Replies: 5
Views: 4239

Comments and track changes allow but rest read-only

Hi, We have a requirement of 2 types of users, author and reviewer. Authors can edit everything, whereas reviewers can only enter comments. I'm using the javascript API to achieve read-only mode with: editor.getActionsManager().invokeOperation('SetReadOnlyStatusOperation',{'read-only': true}); Howev...
by odovao
Fri Oct 14, 2016 12:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: read-only attributes
Replies: 5
Views: 4892

read-only attributes

Hi

Is is possible to mark a element's attributes read-only in CSS, but still be able to modify the element itself?

Version: Web author 18.0.0

Thanks
by odovao
Tue Oct 04, 2016 6:49 pm
Forum: Common Problems
Topic: Web author: hide processing instructions
Replies: 7
Views: 3787

Re: Web author: hide processing instructions

Thanks but it wasn't that,

It turns out that having comments '#comment' in the CSS breaks somehow the oxy|* references.
by odovao
Tue Oct 04, 2016 6:24 pm
Forum: Common Problems
Topic: Web author: hide processing instructions
Replies: 7
Views: 3787

Re: Web author: hide processing instructions

Hi,

background-color: red; works on all elements except for oxy|processing-instruction.

We have @namespace oxy "http://oxygenxml.com/extensions/author"; on the beginning of the CSS, do we need anything else to make the oxy/* elements work?

Thanks,
Oscar
by odovao
Tue Oct 04, 2016 5:08 pm
Forum: Common Problems
Topic: Web author: hide processing instructions
Replies: 7
Views: 3787

Re: Web author: hide processing instructions

Thanks Gabriel for you answer, However removing the selector [*] has not worked either. This is an example of the processing instructions we want to hide; <?diffStats guid=nulllangcountry=enUSAversion=000000creationdate=totalelements=2totalwords=9newelements=0changedelements=0deletedelements=0change...
by odovao
Tue Oct 04, 2016 12:33 pm
Forum: Common Problems
Topic: Web author: hide processing instructions
Replies: 7
Views: 3787

Web author: hide processing instructions

Hi, is it possible to hide processing instructions on oxygen web author 18.0.0? We have tried to do this via CSS and options.xml, however both attempts failed to remove processing instructions from display. - CSS solution: @namespace oxy "http://www.oxygenxml.com/extensions/author"; oxy|pr...