The following is the basic syntax of the root and node tags :
<ROOT|NODE name= name>
where name identifies the node programmatically.
The root and node tags can be expanded with the following elements:
<ROOT|NODE name=name> <TITLE>title</TITLE> <ICON>image</ICON> <ENABLE></ENABLE> <DISABLE></DISABLE> <SHOW></SHOW> <HIDE></HIDE> <REFRESH></REFRESH> <DISPLAY></DISPLAY> <NODE></NODE> </ROOT|NODE> | ||
ATTRIBUTE | VALUE | DESCRIPTION |
<TITLE> | title | Displays the
text string in a tree.
Title defines the key for loading the text string from the resource bundle. If the string is not found, the title string will appear as it does in the Panel Definition Markup Language (PDML) source file. This tag is required. |
<ICON> | image | Identifies the filename
of the image file to be displayed to the left of the item's text string. This tag is required. |
<ENABLE> | See the actions tag. | |
<DISABLE> | See the actions tag. | |
<SHOW> | See the actions tag. | |
<HIDE> | See the actions tag | |
<REFRESH> | See the actions tag. | |
<DISPLAY> | See the actions tag. | |
<NODE> | A child node that may be coded, and the nodes may be nested to any depth. |
When using the root tag, do not use gettor/settor methods.