PhpExt : [ class tree ] [ index ] [ all elements ]

Class: PhpExt_QuickTips

Source Location: /PhpExt/QuickTips.php

Class PhpExt_QuickTips

Class Overview

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.

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 configuration properties of Ext.QuickTip. These settings will apply to all tooltips shown by the singleton.

Located in /PhpExt/QuickTips.php [line 24]

PhpExt_Object
   |
   --PhpExt_QuickTips

Methods

[ Top ]
Method Summary
static void   disable()  
static void   enable()  
static void   getQuickTip()  
static void   init()  
static void   isEnabled()  
static void   register()  
static void   tips()  
static void   unregister()  
PhpExt_QuickTips   __construct()  

[ Top ]
Methods
static method disable  [line 32]

  static void disable( )


API Tags:
Access:  public


[ Top ]
static method enable  [line 37]

  static void enable( )


API Tags:
Access:  public


[ Top ]
static method getQuickTip  [line 42]

  static void getQuickTip( )


API Tags:
Access:  public


[ Top ]
static method init  [line 47]

  static void init( )


API Tags:
Access:  public


[ Top ]
static method isEnabled  [line 52]

  static void isEnabled( )


API Tags:
Access:  public


[ Top ]
static method register  [line 57]

  static void register( )


API Tags:
Access:  public


[ Top ]
static method tips  [line 62]

  static void tips( )


API Tags:
Access:  public


[ Top ]
static method unregister  [line 67]

  static void unregister( )


API Tags:
Access:  public


[ Top ]
Constructor __construct  [line 26]

  PhpExt_QuickTips __construct( )


API Tags:
Access:  protected


Redefinition of:
PhpExt_Object::__construct()

[ Top ]

Documentation generated on Fri, 08 Aug 2008 15:58:31 -0500 by phpDocumentor 1.4.0