Tooltip

  1. #1

    Tooltip

    hi,

    i like to show login user name information as a tooltip in my portal page bottom right side every ten minutes. how to do it? how to display tooltip automatically in portal page bottom right side? please help me..

  2. #2

    RE: Tooltip

    Hi speedstep,

    I'm not sure what you mean? Can you link to a sample online that demonstrates this functionality? or provide an image mockup showing what this would look like?


    Geoffrey McGill
    Founder
  3. #3

    RE: Tooltip

    hi,

    Just i need to display the tooltip when i click the button. i dont want to show the tooltip when mouse over to the button. if i click the button , the tooltip will display. that is my requirement.

  4. #4

    RE: Tooltip

    hi
    How can i add tooltip to tabs.The aboove code is not working for me.

    Please Help



    
    
    
    
    <ext:Tab ID="tbJobDiscreption" runat="server" Title="JDS Details" Border="false"
    
    
    Height="200"
    
    
    Frame="true">
    <Body>
    </Body>
    
    
    
    <ext:ToolTip ID="ToolTip2" 
    
    
    runat="server"
    
    
    Target="tbJobDiscreption" 
    
    
    Html="This tip will follow the mouse while it is over the element" 
    
    
    Title="Mouse Track" 
    
    
    Width="200"
    
    
    TrackMouse="true"
    
    
    />
    
    
    </ToolTips>
    <ext:Tab>

Similar Threads

  1. Tabpanel tooltip
    By ozayExt in forum 1.x Help
    Replies: 1
    Last Post: Nov 15, 2011, 8:27 AM
  2. tooltip
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Nov 18, 2009, 4:44 AM
  3. tooltip html
    By [WP]joju in forum 1.x Help
    Replies: 1
    Last Post: Oct 02, 2009, 3:58 AM
  4. Tooltip
    By flaviodamaia in forum 1.x Help
    Replies: 2
    Last Post: Feb 26, 2009, 9:33 AM
  5. Checkbox with Tooltip?
    By Jack in forum 1.x Help
    Replies: 1
    Last Post: Jan 15, 2009, 7:50 PM

Posting Permissions