[CLOSED] Tooltip position

  1. #1

    [CLOSED] Tooltip position

    Hi,
    I have an image and I want to place buttons inside the image on mouse hover.
    To do this, I use the tooltip.

    I have two questions:
    1- Is there any solution other than the tooltip?
    2- How can I adjust the position of the tooltip in order to place it at the bottom right corner, inside the picture.
    Note that I try the code posted by geoffrey.mcgill but it does not work (http://forums.ext.net/showthread.php...within-a-Panel)

    Please find attached a picture that illustrates what I want to do.
    Attached Thumbnails Click image for larger version. 

Name:	Tooltip.jpg 
Views:	48 
Size:	10.2 KB 
ID:	4929  
    Last edited by Daniil; Oct 22, 2012 at 1:04 PM. Reason: [CLOSED]
  2. #2
    Hi @FpNetWorth,

    I would not use ToolTip for this task.

    Personally, I would configure a hidden Panel with Floating="true" option.
    http://docs.sencha.com/ext-js/3-4/#!...l-cfg-floating

    Then show and position this Panel on image mouse over.

    Also these examples are worth to look at.
    https://examples1.ext.net/#/Miscella..._Sensor/Basic/
    https://examples1.ext.net/#/Miscella...Sensor/Events/

Similar Threads

  1. Center Position
    By Kipetcoff in forum 1.x Help
    Replies: 2
    Last Post: Mar 23, 2012, 10:02 AM
  2. Ext.Msg.Confirm Position
    By megha in forum 1.x Help
    Replies: 3
    Last Post: Jan 28, 2011, 3:32 PM
  3. GridFilter Position
    By sachin.munot in forum 1.x Help
    Replies: 14
    Last Post: Aug 16, 2010, 12:13 PM
  4. Position as percentage
    By kpcrash in forum 1.x Help
    Replies: 2
    Last Post: Nov 17, 2009, 3:07 PM
  5. Tooltip position within a Panel
    By mirzasa in forum 1.x Help
    Replies: 1
    Last Post: Jun 18, 2009, 12:21 AM

Posting Permissions