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 5

Konfiguration:

  • Auf der Ebene des Wurzelknoten wird kein Öffnen- bzw. Schließ-Symbol gezeichnet (linesAtRoot="false").
  • Die Instanz des TreeControls wird in dem der Action zugeordneten Formbean gesucht. Statt des Name-Attributes wird daher das Property-Attribute angegeben.
  • Weitere Einstellungen vergleiche Konfigurationsbeispiel A.

<html:form action="/sample201/productBrowse">

<ctrl:tree
        id="prod1"
        property="products"
        root="true"
        linesAtRoot="false"
        labelProperty="name"
        imageProperty="type"
        expandMode="multiple"
        groupselect="true"
        checkboxes="false"/>

</html:form>

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