<vgroup width="90%">
<tablePane
width="900px"
id="ContactTable"
tableName="ZenTutorial.Contact"
maxRows="1000"
pageSize="10"
showRowNumbers="true"
showZebra="true"
useSnapshot="true"
extraColumnWidth="5%"
caption="US Contacts">
<column colName="ID" hidden="true"/>
<column header="Name" width="20%" colName="Name" filterType="text"/>
<column header="Type" width="9%" colName="ContactType"/>
<column header="Street" width="20%" colName="Address1_Street"/>
<column header="City" width="12%" colName="Address1_City"/>
<column header="State" width="5%" colName="Address1_State"/>
<column header="Zip" width="7%" colName="Address1_Zip"/>
<column header="" width="5%" linkCaption="edit"
link="javascript:zenPage.showContactForm('#(%query.ID)#');"/>
<column header="" width="12%" linkCaption="view phones"
link="javascript:zenPage.displayPhones('#(%query.ID)#');"/>
</tablePane>
</vgroup>
| Copyright © 1997-2010, InterSystems Corp. |
|
Last updated: 2007-04-12 01:54:58 | Source: TZEN.xml |