want to set additional.frameworks.directories using plugin or vmoptions on starting of xml editor
Post here questions and problems related to oXygen frameworks/document types.
-
- Posts: 168
- Joined: Fri Feb 28, 2020 4:02 pm
want to set additional.frameworks.directories using plugin or vmoptions on starting of xml editor
Post by vishwavaranasi »
Hello team ,
and we want the below preferences
additional.frameworks.directories
dita.ot.directory
to be set to custom values , and these values to be configured using plugin or vmoptions ?
i was referring to the sample plugin here https://github.com/oxygenxml/wsaccess-j ... se-options , this looks like with javascript , does we can implement the same using java ?
please help us here?
Thanks,
vishwa
and we want the below preferences
additional.frameworks.directories
dita.ot.directory
to be set to custom values , and these values to be configured using plugin or vmoptions ?
i was referring to the sample plugin here https://github.com/oxygenxml/wsaccess-j ... se-options , this looks like with javascript , does we can implement the same using java ?
please help us here?
Thanks,
vishwa
Thanks,
vishwa
vishwa
-
- Posts: 9431
- Joined: Fri Jul 09, 2004 5:18 pm
Re: want to set additional.frameworks.directories using plugin or vmoptions on starting of xml editor
Hi,
Sure, from a workspace access Java plugin extension you can also import options when Oxygen starts:;
https://www.oxygenxml.com/doc/versions/ ... lugin.html
Regards,
Radu
Sure, from a workspace access Java plugin extension you can also import options when Oxygen starts:;
Code: Select all
/**
* @see ro.sync.exml.plugin.workspace.WorkspaceAccessPluginExtension#applicationStarted(ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace)
*/
@Override
public void applicationStarted(final StandalonePluginWorkspace pluginWorkspaceAccess) {
pluginWorkspaceAccess.importGlobalOptions(optionsFile);
....
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
Return to “SDK-API, Frameworks - Document Types”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service