Attributes |
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | Standard html 'id' attribute |
cl | false | true | java.lang.String | CSS class name ( same as html 'class' attribute ) |
style | false | true | java.lang.String | Standard html 'style' attribute ( for CSS ) |
txt | false | true | java.lang.String | The text of the tree node |
value | false | true | java.lang.String | The value associated with the node |
type | false | true | java.lang.String | Force the type of the node : 'branch' or 'leaf' |
open | false | true | java.lang.String | State flag : branch open if 'true' or not open if 'false' |
onclick | false | true | java.lang.String | No Description |