ComboBox basically contains List (or ListBase), so you can get the reference of list in combobox and do the same, as I posted in previous mail
comboBoxInstance.dropdown gives you the reference of the list.
-abdul
On 9/6/06, Nate Hardt <[EMAIL PROTECTED]> wrote:
Is there a recommended way to do this for the dropdown of a combobox? I can think of some round about ways but there may be a simple way that I'm unfamiliar with.Thanks,NateOn Sep 6, 2006, at 11:36 AM, Abdul Qabiz wrote:If you set
showDataTips = "true" on List component, it should show tool-tip for each row. By default "label" field of dataProvider is shown as tool-tip. In case you want to show something different, you can use either of following based on your requirement:
dataTipField or dataTipFunction
-abdulOn 9/6/06, Yasovardhan Babu < [EMAIL PROTECTED] > wrote:Hi,
I have a problem in displaying ToolTip for List Items.
I need to display Tooltip for each item in the list as and when the
user roll over the items.
Please help me with a sample code to do this.
Thanks and Regards,
Yasovardhan.
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- Re: [flexcoders] Tool Tip for the each item in the list Abdul Qabiz
- Re: [flexcoders] Tool Tip for the each item in the list Nate Hardt
- Re: [flexcoders] Tool Tip for the each item in the li... Abdul Qabiz
Reply via email to

