Products
About Guided Tour Online Demo Download Trial Version Requirements
Resources
Dokumente Konfigurationsbeispiele TagLib-Referenz Useful Links
Customer Support
Updates Foren Contact Services
Sales
Licensing Sales FAQ Buy Online
 
 
 
buy online   |   about us   |   english version  

» Konfigurationsbeispiele TreeControl

Beispiele: 1 | 2 | 3 | 4 | 5

Konfigurationsbeispiel 3

Konfiguration:

  • Siehe Konfigurationsbeispiel A.
  • Verwendung von Checkboxen (checkboxes="true").
  • Es wird nur ein Knoten aufgeklappt gezeichnet (expandMode="single").

<util:imagemap name="im_products">
        <util:imagemapping
                rule="group.open"
                src="app/images/imgBoxOpen.gif"
                width="16"
                height="16"/>
        <util:imagemapping
                rule="group.closed"
                src="app/images/imgBoxClosed.gif"
                width="16"
                height="16"/>
        <util:imagemapping
                rule="single"
                src="app/images/imgItem.gif"
                width="16"
                height="16"/>
</util:imagemap>

<ctrl:tree
        id="prod2"
        name="hardware"
        action="sample202/hardwareBrowse"
        root="true"
        linesAtRoot="true"
        labelProperty="name"
        imageProperty="type"
        imagemap="im_products"
        expandMode="single"
        groupselect="true"
        checkboxes="true"/>

Impressum | This product includes software developed by the Java Apache Project
Konfigurationsbeispiele
 ListControl  TreeControl  TreeListControl  TabSetControl  Formulare