- id: An identity value bind to the node.
- text: Text to be showed.
- iconCls: The css class to display icon.
- checked: Whether the node is checked.
- state: The node state, 'open' or 'closed'.
- attributes: Custom attributes bind to the node.
- target: Target DOM object.
<style>
cssclass: background:url('test.png') no-repeat center center;
cssclass1: background:url('test1.png') no-repeat center center;
</style>
Hope it will help you
