X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.QuickTips.html diff --git a/docs/output/Ext.QuickTips.html b/docs/output/Ext.QuickTips.html index b7cb83db..be3b8432 100644 --- a/docs/output/Ext.QuickTips.html +++ b/docs/output/Ext.QuickTips.html @@ -1,31 +1,15 @@ -
-
- Properties - Methods - Events - Direct Link -
-

Class Ext.QuickTips

- - - - - -
Package:Ext
Defined In:QuickTips.js
Class:QuickTips
Extends:Object
-
- * -

Provides attractive and customizable tooltips for any element. The QuickTips +

Class Ext.QuickTips

Package:Ext
Defined In:QuickTips.js
Class:QuickTips
Extends:Object

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. To create individual tooltips with maximum customizability, -you should consider either Ext.Tip or Ext.ToolTip.

+you should consider either Ext.Tip or Ext.ToolTip.

Quicktips can be configured via tag attributes directly in markup, or by -registering quick tips programmatically via the register method.

-

The singleton's instance of Ext.QuickTip is available via -getQuickTip, and supports all the methods, and all the all the +registering quick tips programmatically via the register method.

+

The singleton's instance of Ext.QuickTip is available via +getQuickTip, and supports all the methods, and all the all the configuration properties of Ext.QuickTip. These settings will apply to all tooltips shown by the singleton.

Below is the summary of the configuration properties which can be used. -For detailed descriptions see getQuickTip

+For detailed descriptions see the config options for the QuickTip class

QuickTips singleton configs (all are optional)

  • dismissDelay
  • hideDelay
  • @@ -49,7 +33,7 @@ Ext.QuickTips.init(); Ext.apply(Ext.QuickTips.getQuickTip(), { maxWidth: 200, minWidth: 100, - showDelay: 50, + showDelay: 50, // Show 50ms after entering target trackMouse: true }); @@ -59,7 +43,7 @@ Ext.QuickTips.register({ title: 'My Tooltip', text: 'This tooltip was added in code', width: 100, - dismissDelay: 20 + dismissDelay: 10000 // Hide after 10 seconds hover });

    To register a quick tip in markup, you simply add one or more of the valid QuickTip attributes prefixed with the ext: namespace. The HTML element itself is automatically set as the quick tip target. Here is the summary @@ -73,182 +57,22 @@ same as autoHide = true.

    Here is an example of configuring an HTML element to display a tooltip from markup:

    // Add a quick tip to an HTML button
     <input type="button" value="OK" ext:qtitle="OK Button" ext:qwidth="100"
    -     ext:qtip="This is a quick tip from markup!"></input>


    This class is a singleton and cannot be created directly.
- -
- -

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
- -

Public Events

-
This class has no public events.
-
\ No newline at end of file + ext:qtip="This is a quick tip from markup!"></input>

This class is a singleton and cannot be created directly.

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file