Calling a Java class from javascript framework
Post here questions and problems related to oXygen frameworks/document types.
-
- Posts: 17
- Joined: Fri Dec 29, 2017 11:16 am
Calling a Java class from javascript framework
Post by pramanikhimangshu »
Hi,
I have this java class:
ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation
doOperation signature of the java class::
The arguementmap has a argument
I want to give value to this cell fragment while calling it from javascript framework.js file for dita document.
Current call in java script:
Any help how to pass cellFragment argument value.
Thank You.
Regards,
Himangshu.
I have this java class:
ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation
doOperation signature of the java class::
Code: Select all
doOperation(AuthorAccess paramAuthorAccess, ArgumentsMap paramArgumentsMap)
Code: Select all
Object localObject1 = paramArgumentsMap.getArgumentValue("cellFragment");
Current call in java script:
Code: Select all
var insertTableAction = new sync.actions.InsertTable(
originalInsertTableAction,
"ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation",
editor,
[allowed types],
[allowed widths]);
actionsManager.registerAction('insert.table', insertTableAction);
Thank You.
Regards,
Himangshu.
-
- Posts: 517
- Joined: Thu Sep 04, 2014 4:22 pm
Re: Calling a Java class from javascript framework
Post by cristi_talau »
Hello,
In order to specify a cell fragment you can try one of the suggestions in this forum topic: topic15398.html .
Best,
Cristian
In order to specify a cell fragment you can try one of the suggestions in this forum topic: topic15398.html .
Best,
Cristian
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