X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.QuickTips.html diff --git a/docs/output/Ext.QuickTips.html b/docs/output/Ext.QuickTips.html index 4cd089aa..be3b8432 100644 --- a/docs/output/Ext.QuickTips.html +++ b/docs/output/Ext.QuickTips.html @@ -1,4 +1,4 @@ -
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.

@@ -9,7 +9,7 @@ registering quick tips programmatically via the getQuickTip

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

QuickTips singleton configs (all are optional)

  • dismissDelay
  • hideDelay
  • @@ -33,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 }); @@ -43,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 @@ -63,7 +63,7 @@ same as autoHide = true. : void

    Enable quick tips globally.
    Enable quick tips globally.
    Parameters:
    • None.
    Returns:
    • void
    QuickTips getQuickTip() : - void
    Gets the global QuickTips instance.
    Gets the global QuickTips instance.
    Parameters:
    • None.
    Returns:
    • void
    QuickTips initBoolean autoRender ) + Ext.QuickTip
    Gets the single QuickTip instance used to show tips from all registered elements.
    Gets the single QuickTip instance used to show tips from all registered elements.
    Parameters:
    • None.
    Returns:
    • Ext.QuickTip
    QuickTips initBoolean autoRender ) : void
    Initialize the global QuickTips instance and prepare any quick tips.
    Initialize the global QuickTips instance and prepare any quick tips.
    Parameters:
    • autoRender : Boolean
      True to render the QuickTips container immediately to preload images. (Defaults to true)
    Returns:
    • void
    QuickTips isEnabled() :