Products
About Guided Tour Online Demo Trial Version Requirements
Resources
Documents Configuration examples TagLib Reference Useful Links
Customer Support
Updates Forums Contact Services
Sales
Licensing Sales FAQ Buy Online
 
 
 
buy online   |   about us   |   german version  

» Configuration examples ListControl

Examples: 1 | 2 | 3 | 4

Configuration example 2

Configuration:

  • List without Refresh and Add button.
  • Display of maximum 15 lines per page.
  • Drilldown column (for going to the detail view of the data record).
  • Two text columns.

<ctrl:list
        id="userlist1"
        action="sample101/userBrowse"
        name="users"
        title="User List"
        width="500"
        rows="15">

        <ctrl:columndrilldown
                title="Name"
                property="name"
                width="350"/>

        <ctrl:columntext
                title="Id"
                property="userId"
                width="65"/>

        <ctrl:columntext
                title="Role"
                property="role.value"
                width="150"/>
</ctrl:list>

Impressum | This product includes software developed by the Java Apache Project
Configuration examples ListControl TreeControl TreeListControl TabSetControl Forms