Hi experts ..
What are the Events for the above .
I've found only the answer for ItemListBox -:
ItemListBox
An ItemListbox provides different values for selection, similar to the DropDownBox. You can vary the number of displayed values and, in contrast to a DropDownBox, multiple selection is possible.
- onLeadSelect (int index)This event is triggered when the user selects an element of the ItemListBox.
- onDrop (String data, int index, String mimeType, int offset, String tags)This event is triggered when the user drops an object onto this ItemListBox. The parameters are:
- data : The data specified for the drag source.
- index : The index of the element the user has dropped the object onto.
- mimeType : the mime type specified for the drag source.
- offset : the position relative to the index, the user has dropped the object onto.
- -1: just above the item specified by the index
- 0: right onto the item specified by the index
- +1: just below the item specified by the index.
- tags
- : the tags defined for the drag source
Plz help me with the rest i.e. Table, DDBK, DDBI .
thanks in Adv.
Bunty.