InsertTableOperation not found in oxygen 11.1

Oxygen general issues.
guna@ebscohost.com
Posts: 27
Joined: Tue Nov 17, 2009 10:16 pm

InsertTableOperation not found in oxygen 11.1

Post by guna@ebscohost.com »

Hi,

We are trying to use
ro.sync.ecss.extensions.docbook.table.InsertTableOperation

to insert table, we are finding this in api document , but not on frameworks > actions.

can you help us to implement insert table, insert row , columns menu operations
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Re: InsertTableOperation not found in oxygen 11.1

Post by Radu »

Hello,

I assume you want create an insert table operation which shows a dialog to configure the number of rows and columns of the table.
There is no sample in the SimpleDocumentationFramework for this but there is a sample in the Docbook framework operations.
Just copy the entire content of the package ro.sync.ecss.extensions.docbook.table from the distributed AuthorSDK sources to your package and customize the InsertTableOperation operation to suit your needs.

Then in the Oxygen Preferences->Document Types you can edit the Docbook 4 document type, go to the Author, search for the Insert Table action and see how the operation is called.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply