Categories | Question details Back To List | ||
tooltip for list items Is it possible to have individual tooltip for each of the list items in a combo box. Is it possible to modify API to have this functionality? Answer posted by Support on Mar 31, 2008 04:51 There is no such native functionality, and it will require some modification in core functionality to achieve native support of such feature. If you need to have samples only for some specific elements you can use HTML as item label combo.addOption("value","<span title='any tooltip text here'>label<span>") |