maxInsertSize

The <maxInsertSize> element specifies the size of table insert dialog.

<x:tableEditor>
  <x:maxInsertSize rows="5" columns="5"/>   
</x:tableEditor>

maxInsertSize element

Namespace: http://www.xopus.com/xmlns/config

Attributes

columns
Specifies the number of columns to show in the "Insert Table" menu.
rows
Specifies the number of rows to show in the "Insert Table" menu.

Parent Elements

tableEditor

History

version event
Xopus 3 Introduction. The rows attribute replaces Application.setMaxInsertRows(). The columns attribute replaces Application.setMaxInsertColumns().