X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.Tip.html diff --git a/docs/output/Ext.Tip.html b/docs/output/Ext.Tip.html index 69505d5d..59df8b51 100644 --- a/docs/output/Ext.Tip.html +++ b/docs/output/Ext.Tip.html @@ -1,458 +1,255 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    BoxComponent
-      Container
-        Panel
-          Tip
-

Class Ext.Tip

- - - - - - -
Package:Ext
Defined In:Tip.js
Class:Tip
Subclasses:ToolTip
Extends:Panel
-
- * -This is the base class for Ext.QuickTip and Ext.Tooltip that provides the basic layout and -positioning that all tip-based classes require. This class can be used directly for simple, statically-positioned -tips that are displayed programmatically, or it can be extended to provide custom tip implementations.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - allowDomMove : Boolean
- Whether the component can move the Dom node when rendering (defaults to true).
-
Component
  - - baseCls : String
- The base CSS class to apply to this panel's element (defaults to 'x-panel').
-
Panel
  - - buttonAlign : String
- The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').
-
Panel
  - - buttons : Array
- An array of Ext.Buttons or Ext.Button configs used to add buttons to the footer of this panel.
-
Panel
  - - closable : Boolean
- True to render a close tool button into the tooltip header (defaults to false).
-
Tip
  - - collapsed : Boolean
- True to render the panel collapsed, false to render it expanded (defaults to false).
-
Panel
  - - collapsedCls : String
- A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').
-
Panel
  - - disabled : Boolean
- Render this component disabled (default is false).
-
Component
  - - disabledClass : String
- CSS class added to the component when it is disabled (defaults to "x-item-disabled").
-
Component
\ No newline at end of file