Search found 144 matches

by vishwavaranasi
Mon Nov 02, 2020 3:59 pm
Forum: SDK-API, Frameworks - Document Types
Topic: hiding views
Replies: 3
Views: 1305

Re: hiding views

Thanks Radu ..that worked for me.

is this same applicable to hiding toolbar also?
pluginWorkspaceAccess.hideToolbar("Project");?


Thanks,
vishwa
by vishwavaranasi
Mon Nov 02, 2020 2:38 pm
Forum: SDK-API, Frameworks - Document Types
Topic: hiding views
Replies: 3
Views: 1305

hiding views

Hello team , am using the PAI to hide the views in Oxygen Editor , the following lines of code added to our xxxxxWorkspaceAccessPluginExtensionimplements WorkspaceAccessPluginExtension public void applicationStarted(StandalonePluginWorkspace pluginWorkspaceAccess) { //hiding views pluginWorkspaceAcc...
by vishwavaranasi
Wed Oct 28, 2020 4:30 pm
Forum: Common Problems
Topic: oXygen_XML_Editor22.0_Windows_x64_Named_setup
Replies: 1
Views: 781

oXygen_XML_Editor22.0_Windows_x64_Named_setup

install_error.jpg Hello team , i am trying to install the oXygen_XML_Editor22.0_Windows_x64_Named_setup , and after the preparing install screen ..it's showing up the next screen attached here and after that installation screen disappearing. would you please help us here to fix the same. Thanks, vi...
by vishwavaranasi
Wed Sep 16, 2020 4:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configuring the insert tag selector
Replies: 5
Views: 1691

Re: Configuring the insert tag selector

Thanks Radu , that worked for us.
by vishwavaranasi
Tue Sep 15, 2020 4:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: is there a way to avoid id attribute when inserting an image
Replies: 2
Views: 1218

is there a way to avoid id attribute when inserting an image

Hello team ,

is there a way to avoid id attribute when inserting an image,

<image href="../../../../test_path/oxygen/Oxygen128.png" id="image_u3c_x4d_1nb" />

i don't want "id" should be automatically inserted here , how to stop this.

Thanks,
vishwa
by vishwavaranasi
Thu Sep 10, 2020 8:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configuring the insert tag selector
Replies: 5
Views: 1691

Re: Configuring the insert tag selector

Hi Radu,

what is the parameter name for this "showAllPossibleElementsInCCList" to make "false" using pluginWorkspaceAccess.setGlobalObjectProperty?


Thanks,
vishwa
by vishwavaranasi
Tue Sep 01, 2020 3:27 pm
Forum: General XML Questions
Topic: schematron replace-curly-doublequotes
Replies: 1
Views: 1155

schematron replace-curly-doublequotes

Hello team , we have implemented a schematron rule for replacing curly double quotes. <sch:pattern id="isTopicContainsCurlyDoubleQuotes"> <sch:rule context="/*[contains(@class, ' topic/topic ')]"> <sch:let name="text" value="normalize-space(.)"/> <sch:report t...
by vishwavaranasi
Tue Aug 18, 2020 12:57 pm
Forum: SDK-API, Frameworks - Document Types
Topic: create a DITA "topic" from command line
Replies: 3
Views: 1388

Re: create a DITA "topic" from command line

Thanks Radu for your reply. I have tried copying our custom topic template xml to create a new topic and saved but our topic template uses custom variable customtoipcID to create a unique topic id for a newly created topic <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PU...
by vishwavaranasi
Tue Aug 18, 2020 11:09 am
Forum: SDK-API, Frameworks - Document Types
Topic: create a DITA "topic" from command line
Replies: 3
Views: 1388

create a DITA "topic" from command line

Hello Team , I want to create a DITA "topic" from command line or from java , instead from Editor File -> New , is there any way to create like this?

Thanks,
vishwa
by vishwavaranasi
Fri Jul 24, 2020 10:57 am
Forum: SDK-API, Frameworks - Document Types
Topic: is there a way to call schematron rules from plugin
Replies: 1
Views: 1257

is there a way to call schematron rules from plugin

hello team , is there a way to call our own schematron rules from a workspace plugin API ro.sync.exml.workspace.api.Plugin? from a swing component - on click of button like "Validate" - it should validate all the topics of the MAP and want to give the errors or warnings in a swing window b...
by vishwavaranasi
Fri Jun 19, 2020 12:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: want to fill automatically values for attributes Format , scope , type and Navigation title for topicref
Replies: 2
Views: 1729

want to fill automatically values for attributes Format , scope , type and Navigation title for topicref

Hello , i was trying to use api to set the global options pluginWorkspaceAccess.setGlobalObjectProperty(APIAccessibleOptionTags.DITA_FILL_TOPICREF_FORMAT_ATTR,Boolean.TRUE); but this giving error "can not be resolved or is not a field" the API available here https://www.oxygenxml.com/InstD...
by vishwavaranasi
Wed Jun 17, 2020 9:35 am
Forum: SDK-API, Frameworks - Document Types
Topic: ignore or filter DITA error messages
Replies: 2
Views: 1446

ignore or filter DITA error messages

Hi Team , we have a custom DITA doc types for the <topic> , so we have created a template file <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PUBLIC "-//COMPANY//DTD myCustom DITA Topic//EN" "myCustomTopic.dtd"> <topic id="${customUUID}" form...
by vishwavaranasi
Mon May 18, 2020 11:43 am
Forum: Common Problems
Topic: on insert of an image i need to show a custom swing to add more properties to image
Replies: 1
Views: 771

on insert of an image i need to show a custom swing to add more properties to image

Hi team , we have a requirement where we need to listen a user try to adds an image to xml document, and allows them to edit or some more options by shown a swing component where choose for more options and then insert the image? is there any listener API available and example to look in? Thanks, vi...
by vishwavaranasi
Thu May 07, 2020 9:54 am
Forum: Common Problems
Topic: how to fix the error The content of elements must consist of well-formed character data or markup for <codeblock>
Replies: 2
Views: 2955

how to fix the error The content of elements must consist of well-formed character data or markup for <codeblock>

Hello team , i am getting the following error when i try to insert the clipboardData content. my insert code is :fragment="<codeblock>"+clipboardData+"</codeblock>"; Error : The content of elements must consist of well-formed character data or markup. and the clipboardData is int...
by vishwavaranasi
Thu Apr 16, 2020 10:22 am
Forum: SDK-API, Frameworks - Document Types
Topic: want to set additional.frameworks.directories using plugin or vmoptions on starting of xml editor
Replies: 1
Views: 1021

want to set additional.frameworks.directories using plugin or vmoptions on starting of xml editor

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-javascript-sample-plugins/tree...
by vishwavaranasi
Fri Mar 20, 2020 2:40 pm
Forum: Other Issues
Topic: could not find the definition of key
Replies: 3
Views: 1576

Re: could not find the definition of key

Thanks Radu for the reply. here is the scenario and when i open the my_first_book.ditamap - we see the error "could not find the definition for key "title_conrefs" Keys are gathered from root map "my_first_book.ditamap" my_first_book.ditamap ======================= <bookmap ...
by vishwavaranasi
Fri Mar 20, 2020 7:20 am
Forum: Other Issues
Topic: could not find the definition of key
Replies: 3
Views: 1576

could not find the definition of key

Hello team, the background is we were moving from Arbortext editor to Oxygen tool. We have defined our conref and conkeyrefs in different ditamap lets say title_conrefs.ditamap where we have titles created. and we have our ditamaps created to create a book , but when we open the our dita map lets sa...
by vishwavaranasi
Fri Mar 06, 2020 2:42 pm
Forum: Other Issues
Topic: how to set css for custom framework doctypes in author mode
Replies: 2
Views: 1151

how to set css for custom framework doctypes in author mode

Hello team , we have a custom framework and i am try to use the same css files for author mode from the oxygen installation path "C:\Oxygen XML Editor 21\frameworks\dita\css in my custom framework. but the way the default DITA doc types opening in Oxygen Author mode , is not same with my custom...
by vishwavaranasi
Tue Mar 03, 2020 12:14 pm
Forum: Other Issues
Topic: com.oxygenxml.editor.frameworks.url
Replies: 2
Views: 1086

Re: com.oxygenxml.editor.frameworks.url

Thanks Radu , that's worked for me.
by vishwavaranasi
Fri Feb 28, 2020 4:14 pm
Forum: Other Issues
Topic: com.oxygenxml.editor.frameworks.url
Replies: 2
Views: 1086

com.oxygenxml.editor.frameworks.url

Hello team , i am on oxygen21.0 and am trying to set the com.oxygenxml.editor.frameworks.url inside the file oxygen21.0.vmoptions here is my file oxygen21.0.vmoptions has -Xmx4000m -Dcom.oxygenxml.language=English -Dcom.oxygenxml.editor.frameworks.url=C:\path1\Oxygen XML Editor 21\frameworks\dita\pa...