1. #1
    Sencha User
    Join Date
    Apr 2012
    Posts
    19
    Vote Rating
    0
    technorodent is on a distinguished road

      0  

    Default Tooltip: How-to in Architect

    Tooltip: How-to in Architect


    I've spent several hours combing the documentation trying to figure out how to set a tooltip in Architect. Obviously, since I'm posting here, I've had no luck. I have a button, and I see where it says "tooltip" and I've clicked that and opened up the code. I took what it said at face value and wrote an object {"string"}; and that didn't work. I tried "string" and looked at the results after saving and rendering to the JS file, and it looks like it should work but when I hover the mouse over the button, nada. I've tried all sorts of combinations but nothing seems to work. I cannot find a single solitary example in the documentation.

    As always, any help at all would be appreciated.

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,191
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    You may have to initialize quicktips.

    http://docs.sencha.com/ext-js/4-1/#!...uickTipManager

    In your launch code put the following line:
    Ext.tip.QuickTipManager.init();
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha User
    Join Date
    Apr 2012
    Posts
    19
    Vote Rating
    0
    technorodent is on a distinguished road

      0  

    Default Thanks for the response

    Thanks for the response


    Thanks for the help!

Tags for this Thread