Page History
...
Field | Tree View Property | Description |
|---|---|---|
ID | A unique ID string to identify the entry. | |
Parent ID | The ID string of the parent entry. An empty string indicates a top level entry. | |
Caption | The text to display for the entry. |
...
Field | Tree View Property | Description |
|---|---|---|
Image | Specifies a path, relative to the images directory, to an image to be used for the entry's icon. | |
Open image | Specifies a path, relative to the images directory, to an image to be used for the entry's icon when the entry is expanded. | |
Is Selected | Indicates that the initial state of the entry is selected. This should be a string field that will contain either nothing (not selected) or one of two values: 'true' or 'freeze'. Both values indicate that the entry is selected but differ in how the Tree View behaves. If the value is 'true' the Tree View will perform whatever action it is configured to perform when a user clicks on the entry. In other words, it simulates the user selecting the entry. If the value is 'freeze' then the Tree View draws the item as selected but performs no other action. | |
Is Expanded | Indicates that the initial state of the entry is expanded. This is ignored if the entry does not have children. This field can be a string or a numeric. Values of 'true', 'y' or 1 are treated as true, all other values are treated as false. | |
OnSelect WAM OnSelect Webroutine | The name of a WAM/Webroutine that will be run when the item is clicked. If no value is supplied in these fields, the defaults specified by the onselect_wamname and onselect_wrname properties will be used. |