X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.slider.Tip.html diff --git a/docs/output/Ext.slider.Tip.html b/docs/output/Ext.slider.Tip.html index 35c4d3a6..632fa6cd 100644 --- a/docs/output/Ext.slider.Tip.html +++ b/docs/output/Ext.slider.Tip.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Container
        Panel
          Tip
            Tip

Class Ext.slider.Tip

Package:Ext.slider
Defined In:SliderTip.js
Class:Tip
Extends:Tip
Simple plugin for using an Ext.Tip with a slider to show the slider value. Example usage: +
Observable
  Component
    BoxComponent
      Container
        Panel
          Tip
            Tip

Class Ext.slider.Tip

Package:Ext.slider
Defined In:SliderTip.js
Class:Tip
Extends:Tip
Simple plugin for using an Ext.Tip with a slider to show the slider value. Example usage:
 new Ext.Slider({
     width: 214,
@@ -146,7 +146,7 @@ element:

}, footerCfg: { tag: 'h2', - cls: 'x-panel-footer' // same as the Default class + cls: 'x-panel-footer', // same as the Default class html: 'footer html' }, footerCssClass: 'custom-footer', // additional css class, see addClass @@ -1098,9 +1098,7 @@ Note: see the Note for el al...
The Panel's header

Note: see the Note for el also.

Panel hidden : Boolean
True if this component is hidden. Read-only.
Component initialConfig : Object
This Component's initial configuration specification. Read-only.
Component items : MixedCollection
The collection of components in this container as a Ext.util.MixedCollection
Container ownerCt : Ext.Container
This Component's owner Container (defaults to undefined, and is set automatically when this Component is added to a C...
This Component's owner Container (defaults to undefined, and is set automatically when this Component is added to a Container). Read-only. -

Note: to access items within the Container see itemId.

Component private : Object
We can only lay out if there is a view area in which to layout. -display:none on the layout target, *or any of its par...
We can only lay out if there is a view area in which to layout. -display:none on the layout target, *or any of its parent elements* will mean it has no view area.
Container refOwner : Ext.Container
The ancestor Container into which the ref reference was inserted if this Component +

Note: to access items within the Container see itemId.

Component refOwner : Ext.Container
The ancestor Container into which the ref reference was inserted if this Component is a child of a Container, and has...
The ancestor Container into which the ref reference was inserted if this Component is a child of a Container, and has been configured with a ref.
Component rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By