Properties Methods Events Config Options Direct Link
Observable
  Component
    Highlight

Class CQ.Highlight

Package:CQ
Class:Highlight
Extends:CQ.Ext.Component
Clientlib:cq.widgets
The Highlight draws a frame around a component or an element.

Config Options

Config Options Defined By
  allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
  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
  frameCls : String
The CSS class of the frame
Highlight
  framePadding : String
The padding of the frame
Highlight
  frameWidth : String
The width of the frame
Highlight
  zIndex : Number
Overrides the z-index value from the CSS class.
Highlight

Public Properties

Property Defined By
  disabled : Boolean
True if this component is disabled. Read-only.
Component
  hidden : Boolean
True if this component is hidden. Read-only.
Component
  initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
  refOwner : CQ.Ext.Container The
Component
  rendered : Boolean
True if this component has been rendered. Read-only.
Component
  zIndex : Object
The z-index of the highlight.
Highlight

Public Methods

Method Defined By

Public Events

Event Defined By