I am using the "generic, parametrizable, table editor command"[0] to
include some table editing functionality in a custom configuration
that I am developing. When I use this command to insert a row or a
column, the cell elements are being created with the simplest content
model allowed by the schema. Instead, I would like these cell
elements to be created with a different initial content model (which
is also allowed by the schema), so I added an element template (with
`selectable="override"`) to the configuration for the cell element.
This element template is now being used when I create a single cell
manually, but it is not used when creating whole rows or columns using
the table editor commands. Is there any way to cause the table editor
commands to take advantage of this template?
Thank you,
John L. Clark
[0] http://xmlmind.com/xmleditor/_distrib/doc/commands/tableEdit.html