-
14 Nov 2012 1:48 PM #1
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.
-
15 Nov 2012 10:48 AM #2
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
-
15 Nov 2012 2:52 PM #3
Thanks for the response
Thanks for the response
Thanks for the help!


Reply With Quote