Search found 14 matches

by mitpatoliya
Tue Jun 07, 2016 11:33 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can we embed functionality of diffFiles.exe in oxygen webauthor?
Replies: 3
Views: 1674

Re: Can we embed functionality of diffFiles.exe in oxygen webauthor?

Hi Cristian, - Do your audience prefer to have a "text-mode" view of the XML document, or a "author-mode" similar with what you see in Web Author? Author Mode - Do you want this tool to be a diff viewer or you actually want it to be a merge tool in which you can merge changes in ...
by mitpatoliya
Mon Jun 06, 2016 3:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to I customize side panel and toolbar
Replies: 4
Views: 2140

Re: How to I customize side panel and toolbar

Hello Cristi,

Thanks again for one more quick response.
I tried with following code in my plugin.js but that attribute panel is still there.

Code: Select all

workspace.getViewManager().removeView('attributes-panel-table');
by mitpatoliya
Mon Jun 06, 2016 3:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can we embed functionality of diffFiles.exe in oxygen webauthor?
Replies: 3
Views: 1674

Can we embed functionality of diffFiles.exe in oxygen webauthor?

Hi We have a requirement where we will be using oxygen web author as editing tool. Now we also have requirement to see differences just like we can see in diffFiles tool. Issue is that tool is desktop application where as we wants to provide this capability to all users in one of our web application...
by mitpatoliya
Mon Jun 06, 2016 2:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can we restrict edit permissions?
Replies: 1
Views: 1051

Can we restrict edit permissions?

Hi I am using oxygen xml web author editor.
I have a requirement where I need to make file editable to few users and few other users should only able to add comments. Is it possible to manage this kind of permissions? How?

Thanks.
by mitpatoliya
Mon Jun 06, 2016 2:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Is it possible to make some part of dita topic read-only
Replies: 1
Views: 1162

Is it possible to make some part of dita topic read-only

Hi,
I want to check weather it is possible to make some part of dita file read-only?
For instance one dita file contains 3 to 5 paras and I want to make 2&3rd para as read only to protect it from editing. Is it possible to do that?

Thanks in advance.
by mitpatoliya
Fri Jun 03, 2016 1:43 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to I customize side panel and toolbar
Replies: 4
Views: 2140

How to I customize side panel and toolbar

Hi, I am using oxygen web author platform for dita editing. I want to remove "Attributes" section from side panel and want to get rid of dita toolbar appears on top with all dita editing options. How can I do that using plugin.js. I am already using plugin.js and able to disable few option...
by mitpatoliya
Thu Jun 02, 2016 6:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add transform to PDF option in oxygen web author
Replies: 5
Views: 2637

Re: Add transform to PDF option in oxygen web author

1. Do your topics contain conrefs or other types of references to other topics? No it will not contain references to other topic 2. Do you currently have a transformation that generates the PDF document from each DITA topic? No, I am planning to use DITA-OT transformer for that. 3. If yes, do you u...
by mitpatoliya
Thu Jun 02, 2016 6:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Change editing options for Dita in Oxygen web author
Replies: 9
Views: 5529

Re: Change editing options for Dita in Oxygen web author

Thanks again christian.

I was able to make tracking enabled by your solution.

Remaining actions are "Insert","Genrate ID","Link","Table".
by mitpatoliya
Thu Jun 02, 2016 4:55 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Change editing options for Dita in Oxygen web author
Replies: 9
Views: 5529

Re: Change editing options for Dita in Oxygen web author

Thanks a lot. I was able to disable most of the actions using following code //alert("hiiii"); goog.events.listen(workspace, sync.api.Workspace.EventType.EDITOR_LOADED, function(e) { var editor = e.editor; // Register the newly created action. //editor.getActionsManager().registerAction('i...
by mitpatoliya
Thu Jun 02, 2016 2:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Change editing options for Dita in Oxygen web author
Replies: 9
Views: 5529

Re: Change editing options for Dita in Oxygen web author

Thanks Cristian for you prompt response. Could you please point me to proper API which I should use to remove editing options? I have created new plugin.js and placed in my app folder. It is loaded correctly. Now I need logic to remove those existing edit actions.I am checking this but now sure whic...
by mitpatoliya
Tue May 31, 2016 6:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Change editing options for Dita in Oxygen web author
Replies: 9
Views: 5529

Re: Change editing options for Dita in Oxygen web author

Thanks a lot for quick response. I want to basically remove most of those options which are visible when you right click on dita xml file because those users will not have much idea on dita. For them important document will be pdf which will be generated as output from that xml. Hope this gives more...
by mitpatoliya
Tue May 31, 2016 4:17 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Change editing options for Dita in Oxygen web author
Replies: 9
Views: 5529

Change editing options for Dita in Oxygen web author

Hi I am newbie to oxygenxml I am using oxygen web author as dita editing platform. I also have requirement where I want to customize options which are available when we right click on dita file during edit. Now I am not sure what all steps I need to do. I understand I need to use Oxygen SDK to do th...
by mitpatoliya
Tue May 31, 2016 4:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add transform to PDF option in oxygen web author
Replies: 5
Views: 2637

Add transform to PDF option in oxygen web author

Hi I am newbie to oxygenxml

I am using oxygen web author as dita editing platform.
I also have requirement where I want to export them as PDF but I do not see those action on UI.
Am I missing something?

Thanks in advance.