Search found 3 matches

by andygraham
Thu Feb 01, 2018 5:15 pm
Forum: SDK-API, Frameworks - Document Types
Topic: insertFragment in AuthorMode is pretty
Replies: 3
Views: 3997

Re: insertFragment in AuthorMode is pretty

Hi Alex Thanks a lot for your reply, that was really helpful. Apologies for the delay in responding, initially we found another workaround with our own content but we have now been forced to adopt the solution you suggested. We are now programatically setting the compatibility option in our plugin, ...
by andygraham
Wed Oct 12, 2016 4:48 pm
Forum: Common Problems
Topic: Selection by mouse drag not working in Author Mode
Replies: 1
Views: 1294

Selection by mouse drag not working in Author Mode

Hi We are experiencing a problem with Oxygen 18 (build 2016051118) where, if you try to select some text using left button click and drag in Author Mode, the selection stops when you select a tag, or at some arbitrary point after, and fails to respond any further to dragging. Looks like this is a bu...
by andygraham
Fri Sep 23, 2016 9:43 pm
Forum: SDK-API, Frameworks - Document Types
Topic: insertFragment in AuthorMode is pretty
Replies: 3
Views: 3997

insertFragment in AuthorMode is pretty

Hi I have a plugin which constructs a string containing XML with everything on one line. I insert it into a document using the following method: AuthorDocumentFragment fragment = documentController.createNewDocumentFragmentInContext( xmlString, selection); documentController.insertFragment(selection...