X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.Layer.html diff --git a/docs/output/Ext.Layer.html b/docs/output/Ext.Layer.html index c91aa82b..a9bc8455 100644 --- a/docs/output/Ext.Layer.html +++ b/docs/output/Ext.Layer.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Element
  Layer

Class Ext.Layer

Package:Ext
Defined In:Layer.js
Class:Layer
Extends:Element
An extended Ext.Element object that supports a shadow and shim, constrain to viewport and +
Element
  Layer

Class Ext.Layer

Package:Ext
Defined In:Layer.js
Class:Layer
Extends:Element
An extended Ext.Element object that supports a shadow and shim, constrain to viewport and automatic maintaining of shadow/shim positions.

Config Options

Config OptionsDefined By
 cls : String
CSS class to add to the element
Layer
 constrain : Boolean
False to disable constrain to viewport (defaults to true)
Layer
 dh : Object
DomHelper object config to create element with (defaults to {tag: 'div', cls: 'x-layer'}).
Layer
 shadowOffset : Number
Number of pixels to offset the shadow (defaults to 4)
Layer
 shim : Boolean
False to disable the iframe shim in browsers which need one (defaults to true)
Layer
 useDisplay : Boolean
Defaults to use css offsets to hide the Layer. Specify true @@ -13,295 +13,295 @@ to use css style 'display:none;' to hide the Layer.
Sets up event handlers to add and remove a css class when the mouse is over this element
Sets up event handlers to add and remove a css class when the mouse is over this element
Parameters:
  • className : String
Returns:
  • Ext.Element
    this
Element