Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Static

Class CQ.Static

Package:CQ
Class:Static
Subclasses:HomeLink
Extends:CQ.Ext.BoxComponent
Clientlib:cq.widgets
xtype:static
The Static can be used to display arbitrary text or HTML.

Config Options

Config Options Defined By
  allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
  bold : Boolean
True to use bold font (defaults to false).
Static
  bottommargin : Boolean
True to use the default bottom margin of Static (defaults to false).
Static
  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
  href : String
The hypertext reference for links. Added in CQ 5.4.
Static
  noWrap : Boolean
True to avoid wrapping at any white space (defaults to false). Added in CQ 5.4.
Static
  pageX : Number
The page level x coordinate for this component if contained within a positioning container.
BoxComponent
  pageY : Number
The page level y coordinate for this component if contained within a positioning container.
BoxComponent
  small : Boolean
True to use a small font (defaults to false).
Static
  target : String
The target for links. Added in CQ 5.4.
Static
  text : String
The text to display. It will be HTML encoded before displayed.
Static
  topmargin : Boolean
True to use the default top margin of Static (defaults to false).
Static
  x : Number
The local x (left) coordinate for this component if contained within a positioning container.
BoxComponent
  y : Number
The local y (top) coordinate for this component if contained within a positioning container.
BoxComponent

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

Public Methods

Method Defined By

Public Events

Event Defined By