DefaultAlign help for ext tooltip

  1. #1

    DefaultAlign help for ext tooltip

    Hello
    I need to show the tooltip on top right corner of the button. What should be the value of DefaultAlign of tooltip to show that?
    I set such value, but it is not working. Anybody, please take a look
    Here is the code
    <ext:Button ID="CounterButton" runat="server" Text="Available Downloads">
    <ToolTips>
    <ext:ToolTip runat="server" ID="countertp" DefaultAlign="t-r" TrackMouse="false" AutoWidth="true" AutoHeight="true" Title="Click for the number of stories that your current selection will produce.">
    </ext:ToolTip>
    </ToolTips>
    <Listeners>
    <Click Handler="showcounter();show_progress_bar()" />
    </Listeners>
    </ext:Button>
    thanks in advance
  2. #2
    DefaultAlign="tr-tr?"
  3. #3
    Its not working Vladirmir. I am using coolite 0.82 . Is it a problem?

Similar Threads

  1. [1.0] Tooltip Multiselect
    By SouthDeveloper in forum 1.x Help
    Replies: 1
    Last Post: Mar 20, 2010, 1:37 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 speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 17, 2009, 8:23 AM
  5. Tooltip
    By flaviodamaia in forum 1.x Help
    Replies: 2
    Last Post: Feb 26, 2009, 9:33 AM

Tags for this Thread

Posting Permissions