TextArea and Checkbox Alternate Text

  1. #1

    TextArea and Checkbox Alternate Text



    Is there a way to provide alternate text on a mouseover for a TextArea and a Checkbox?

    James
  2. #2

    RE: TextArea and Checkbox Alternate Text

    How about setting a ToolTip?

    Example

    <ext:TextArea runat="server">
        <ToolTips>
            <ext:ToolTip runat="server" Title="Message" Html="Hello World" />
        </ToolTips>
    </ext:TextArea>
    Hope this helps.

    Geoffrey McGill
    Founder
  3. #3

    RE: TextArea and Checkbox Alternate Text

    The ToolTips do not seem to work for the Checkbox. Am I missing something?

    <ext:Checkbox ID="chkActive" runat="server" FieldLabel="Active" >
      <ToolTips>
        <ext:ToolTip runat="server" Title="Warning" Html="See Instructions" />
      </ToolTips> 
    </ext:Checkbox>
  4. #4

    RE: TextArea and Checkbox Alternate Text

    Yeah. I am having the same problem. Any ideas?

Similar Threads

  1. TextArea.Text
    By paual in forum 1.x Help
    Replies: 0
    Last Post: May 18, 2012, 3:30 AM
  2. Text of Checkbox and Checkbox in RTL mode
    By mono in forum 1.x Help
    Replies: 1
    Last Post: May 17, 2012, 12:34 PM
  3. Replies: 6
    Last Post: Nov 08, 2011, 12:01 PM
  4. Text counter for a textarea
    By jmilton in forum 1.x Help
    Replies: 1
    Last Post: Oct 11, 2010, 5:06 PM
  5. Replies: 0
    Last Post: Feb 08, 2010, 1:12 PM

Posting Permissions