Page 1 of 1

InsertTableOperation not found in oxygen 11.1

Posted: Tue Feb 02, 2010 12:44 am
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

Re: InsertTableOperation not found in oxygen 11.1

Posted: Tue Feb 02, 2010 10:35 am
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