82. resizeTableTemplate

Parameter syntax:

cell_name[ '|' cell_name]* S command S parameter

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:

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.