[1.0] Can tooltip be shown when mouse over the fieldlabel?

  1. #1

    [1.0] Can tooltip be shown when mouse over the fieldlabel?

    Hi all,

    Is there some way to do this? When mouse over the FieldLabel, show the tip.

    <%@ Page Language="C#" %>
    <!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 runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
            <ext:ResourceManager ID="ResourceManager1" runat="server" ScriptMode="Debug">
            </ext:ResourceManager>
            <ext:TextField ID="TextField1" runat="server" FieldLabel="Label" Note="Description about the field" LabelAlign="Right">
                <ToolTips>
                    <ext:ToolTip Html="Tip" />
                </ToolTips>
            </ext:TextField>
        </div>
        </form>
    </body>
    </html>
    Thanks in advance.
  2. #2
    I got the answer. Set the target with the label object.

    <ext:ToolTip Html="Tip" Target="#{TextField1}.label" />
  3. #3
    nice.

    good 'tip'.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Click right mouse
    By trieu.tran in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 30, 2012, 4:59 AM
  2. [CLOSED] change mouse cursor
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 09, 2011, 12:37 PM
  3. mouse over tooltip on radio button boxLabel
    By tjoklee in forum 1.x Help
    Replies: 0
    Last Post: Sep 21, 2010, 6:19 AM
  4. Mouse hover not disappearing in FireFox
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: May 17, 2009, 11:33 AM
  5. relaying mouse event
    By sz_146 in forum 1.x Help
    Replies: 0
    Last Post: Jan 27, 2009, 7:47 AM

Posting Permissions