Properties Methods Events Config Options Direct Link
Element
  Layer

Class CQ.Ext.Layer

Package:CQ.Ext
Class:Layer
Extends:CQ.Ext.Element
Clientlib:cq.widgets
An extended CQ.Ext.Element object that supports a shadow and shim, constrain to viewport and automatic maintaining of shadow/shim positions.

Config Options

Config Options Defined 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
  zindex : Number
Starting z-index (defaults to 11000)
Layer

Public Properties

This class has no public properties.

Public Methods

Method Defined By

Public Events

This class has no public events.