Copy of ExtJS 200 - ExtJS customized QuickTip example

ExtJS customized QuickTip example

Posted on

Copy of ExtJS 200 - ExtJS customized QuickTip example

ExtJS comes with a singleton class Ext.QuickTips (alternate name: Ext.tip.QuickTipManager) which provides attractive and customizable tooltips for any element. The QuickTips singleton is used to configure and manage tooltips globally for multiple elements in a generic manner.

Today I am going to demonstrate how we can use this QuickTips to create a customized instruction text which will help our user to enter valid form data in form text field.

To demonstrate this, I am creating a simple login form and n this form we will place a instruction text with image (displayfield component of Ext library), on click or hover of that image we will display a customized Ext.QuickTip with field validation instructions.

Click of mouseover to question image and you will see following output.

Output:

extjs quicltip - ExtJS customized QuickTip example

Download Source

Source techzoo.org