tableproperties_no.xml 799 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?xml version="1.0" encoding="ISO-8859-1"?>

<xform style="twocolumn">
  <title>
    <imgButton id="$id.close" src="wcf/form/cancel.png" action="revert" label="Avbryt" actionReference="onCancel"/>
  </title>

  <label label="Kolonner">
    <skip id="$id.tree" handler="com.tonbeller.wcf.tree.TreeHandler" selmode="multi" border="0" modelReference="columnTreeModel"/>
  </label>

  <checkBox id="$id.pagable" modelReference="table.pageable" label="Bryt sider"/>
  <textField id="$id.pagesize" type="int" modelReference="table.pageSize"  label="Page size" value="" title="rader / side"/>

  <buttons>
    <button id="$id.cancel" label="Avbryt" action="revert" actionReference="onCancel"/>
    <button id="$id.ok"     label="OK"     action="validate" actionReference="onApply"/>
  </buttons>

</xform>