Possible to Enable Show XML Action?
Having trouble accessing the Oxygen Content Fusion platform or installing the server solution? Got a bug to report? Post it all here.
-
- Posts: 131
- Joined: Thu Aug 30, 2018 10:06 pm
Possible to Enable Show XML Action?
Post by dreifsnider »
Hi,
Is it possible to enable the Show XML action in Content Fusion? We're hoping to use this to quickly copy over the XML contents of a topic.
I've tried to register it as an action, but it doesn't seem to have any effect and I still cannot see the Show XML action:
Thanks!
Daniel
Is it possible to enable the Show XML action in Content Fusion? We're hoping to use this to quickly copy over the XML contents of a topic.
I've tried to register it as an action, but it doesn't seem to have any effect and I still cannot see the Show XML action:
Code: Select all
workspace.listen(sync.api.Workspace.EventType.BEFORE_EDITOR_LOADED, function(e) {
var editor = e.editor;
editor.listen(sync.api.Editor.EventTypes.ACTIONS_LOADED, function () {
const actionIds = [
'Author/ShowXML',
];
for (const registerAction of actionIds) {
editor.getActionsManager().registerAction(registerAction);
}
});
});
Daniel
Re: Possible to Enable Show XML Action?
Cosmin Eftenie
www.oxygenxml.com
www.oxygenxml.com
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