Search found 6 matches

by krishna
Tue Jul 16, 2019 11:13 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Opening Dita map with deeply nested submaps
Replies: 2
Views: 1261

Opening Dita map with deeply nested submaps

Hi, We have created a plugin for Oxygen and in that, we are trying to open a DITA Map having deeply nested submaps and Oxygen opens the map in the editor only after all the deeply nested submaps have been resolved. We actually want to open the map in the editor by resolving only the first level subm...
by krishna
Thu Jun 06, 2019 11:09 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Unresolved Keyref
Replies: 1
Views: 1416

Unresolved Keyref

Hi, I have created a plugin for Oxygen XML Editor and in that, I have created a custom Author extension state listener class by overriding the activated and deactivated methods and tried to extend the DITA Map framework in the following way : 1) Go to Options > Preferences > Document Type Associatio...
by krishna
Fri May 24, 2019 12:43 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with DITA Extension Bundle
Replies: 7
Views: 3119

Re: Issue with DITA Extension Bundle

Hi Alex, Actually, there is an issue with our code i.e we have to choose our Custom Extension Bundle in place of default DITAExtensionBundle provided by oxygen. So, we are trying to create the custom extension bundle by extending the DITAExtensionBundle and in order to do this, we need to import the...
by krishna
Fri May 24, 2019 8:25 am
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with DITA Extension Bundle
Replies: 7
Views: 3119

Re: Issue with DITA Extension Bundle

Thanks, Alex.
We will try to debug if there is an issue with our code and will email support@oxygenxml.com if we require the test plugin.
by krishna
Thu May 23, 2019 9:26 am
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with DITA Extension Bundle
Replies: 7
Views: 3119

Re: Issue with DITA Extension Bundle

Hi Alex, Thanks for the help. For Approach 1, what do you mean by "edited my framework" in step 2? Can you elaborate on this? I don't think we have created/modified any framework file. If you're talking about the Storage option in Document Type dialog we chose it as "Internal" Re...
by krishna
Mon May 20, 2019 8:11 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with DITA Extension Bundle
Replies: 7
Views: 3119

Issue with DITA Extension Bundle

Hi, I have created a plugin for Oxygen XML Editor and in that, I have created a custom attribute value editor class and tried to add it to Oxygen in the following way : Approach 1 : 1) Go to Options > Preferences > Document Type Association and extend the DITA Document type. 2) In this DITA Extensio...