How to Give toolTip for the Selected value in the combox...

  1. #1

    How to Give toolTip for the Selected value in the combox...

    hi
    How to show tooltip for selected item(after selecting) in the comboBox.

    Required because the selected item has long text and i cannot increase the comboBox width

    I tryed but it will not showing toolTip for selected item(after selecting)

    Regards
    Praveen Nampally
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title>Ext.Net Example</title>
    </head>
    <body>
        <form id="Form1" runat="server">
        <ext:ResourceManager ID="ResourceManager1" runat="server" />
        <table style="padding: 5px; margin: 5px">
            <tr>
                <td>
                    <ext:ComboBox ID="ComboBox1" runat="server" LazyInit="false">
                        <Items>
                            <ext:ListItem Text="Program Name 1001" Value="1" />
                            <ext:ListItem Text="Program Name 1002" Value="2" />
                        </Items>
                    </ext:ComboBox>
                    <ext:ToolTip ID="ToolTip1" runat="server" Target="={#{ComboBox1}.list}" Delegate=".x-combo-list-item"
                        TrackMouse="true">
                        <Listeners>
                            <Show Handler="this.body.update(this.triggerElement.innerHTML);" />
                        </Listeners>
                    </ext:ToolTip>
                </td>
            </tr>
        </table>
        </form>
    </body>
    </html>
    Last edited by praveencat123; Mar 05, 2012 at 4:28 AM.

Similar Threads

  1. Ext.net Combox Selected item.value in Ext2.0
    By OSSAGHO in forum 2.x Help
    Replies: 5
    Last Post: Aug 08, 2012, 11:04 AM
  2. Can you give me Mvc Razor support detail?
    By programmerist in forum 1.x Help
    Replies: 1
    Last Post: Jul 02, 2012, 6:17 PM
  3. How to give a converted object from an json ?
    By marcelorosait in forum 1.x Help
    Replies: 4
    Last Post: Feb 20, 2012, 11:41 AM
  4. [CLOSED] Combox items - Tooltip
    By sadaf in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 29, 2010, 12:16 PM
  5. combox
    By sunmooncm in forum 1.x Help
    Replies: 0
    Last Post: Apr 14, 2009, 2:36 PM

Tags for this Thread

Posting Permissions