2000-10-11 Christopher James Lahey <clahey@helixcode.com> * spec.xml: Example spec file. Not used. Just an example of what you can do. svn path=/trunk/; revision=5839
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
<ETableSpecification no-headers="false" click-to-add="false"
|
|
draw-grid="true" cursor-mode="simple"
|
|
_click-to-add-message="">
|
|
<ETableColumn model_col="0" _title="Email" expansion="1.0" minimum_width="20" resizable="true" cell="cell_left_just" compare="string"/>
|
|
<ETableColumn model_col="1" _title="Full Name" expansion="1.0" minimum_width="20" resizable="true" cell="cell_left_just" compare="string"/>
|
|
<ETableColumn model_col="2" _title="Address" expansion="1.0" minimum_width="20" resizable="true" cell="cell_left_just" compare="string"/>
|
|
<ETableColumn model_col="3" _title="Phone" expansion="1.0" minimum_width="20" resizable="true" cell="cell_left_just" compare="string"/>
|
|
<ETableState>
|
|
<column source="0"/>
|
|
<column source="3"/>
|
|
<column source="1"/>
|
|
<column source="2"/>
|
|
<grouping>
|
|
<group column="2" ascending="true">
|
|
<leaf column="1" ascending="true"/>
|
|
</group>
|
|
</grouping>
|
|
<!-- Column that's been added by hand. Not implemented yet.
|
|
<ETableColumn model_col="custom-string" _title="Custom" expansion="1.0" minimum_widgth="20" resizable="true" cell="string" compare="string"/> -->
|
|
</ETableState>
|
|
</ETableSpecification>
|