Tree Schema Definition Reference
Element
This element defines a simple element or folder. It has the following attributes:
- Id
- Label
- ToolTip
- BrowserUrl
- Icon
- OpenedIcon
It can contain the Children and Actions elements.
A unique string in the tree to identify the element. Required.
Changing its value will render any security settings set on the element invalid.
The label of the element. Required.
Use “${C1:Data:[TypeName]:[FieldName]}” to get a field value of a parent (or self) data element.
The tool tip of the element. Optional. Defaults to the Label’s value.
Use “${C1:Data:[TypeName]:[FieldName]}” to get a field value of a parent (or self) data element.
A custom URL for each data element to display in the C1 Console browser when the element is focused. Optional.
Use “${C1:Data:[TypeName]:[FieldName]}” to get a field value of a parent (or self) data element.
The icon of the element when collapsed. Optional.
The names of C1 CMS standard icons you can use in your application are listed in ~\Composite\images\icons\StandardIcons.xml
The icon of the element when expanded. Optional.
The names of C1 CMS standard icons you can use in your application are listed in ~\Composite\images\icons\StandardIcons.xml