cancel
Showing results for 
Search instead for 
Did you mean: 

TREE_ITEM_TYPE

Former Member
0 Kudos

can u tell me in TREE_ITEM_TYPE when event on drop will trigger

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ravi,

Tree item type is the leaf node of a tree and it does not contain any child elements, the tree item type only

has on select event which is triggered when you select the value in tree item type.

Tree node type can have further child elements and the events it has are 'onloadchildren' and 'onselect'

onload children is triggered when you select the arrow mark to expand the node and the onselect triggers

when you select the value.

Answers (0)