Parameter syntax:
cell_name[ '|'cell_name]* ScommandSparameter
This commands displays a dialog box allowing to quickly specify the number of rows and the number of columns of the new table to be inserted in the document.
More precisely:
This command executes command command with parameter parameter.
Command command is expected to insert a new table in the document.
Parameter parameter is expected to contain a table template specification (syntax: #template().element_name,template_title)
If the table size specified using the dialog box differs from the size of the template table, then this command replaces in parameter parameter the original template specification by a custom one prior to executing command command.
The effect of this custom template specification in parameter parameter is that the newly inserted table has the size interactively specified by the user.
DITA simpletable example:
resizeTableTemplate stentry dita.addBlock #template(simpletable,head)
XHTML example (notice "td|th"):
resizeTableTemplate¬
{http://www.w3.org/1999/xhtml}td|{http://www.w3.org/1999/xhtml}th¬
addBlockInFlow¬
#template({http://www.w3.org/1999/xhtml}table,simplest)See also resizeCALSTableTemplate.