Properties Methods Events Direct Link

Class CQ.themes.Dialog

Package:CQ.themes
Class:Dialog
Extends:Object
Clientlib:cq.widgets
The theme-specific constants for CQ.Dialog.

This class is a singleton and cannot be created directly.

Public Properties

Property Defined By
  ANCHOR : String
<static> The width of the input fields (defaults to "94%"). See TAB_BODY_STYLE.
Dialog
  BODY_STYLE : String
<static> The bodyStyle value for dialogs (defaults to "padding:2px;").
Dialog
  BUTTON_ALIGN : String
<static> The button alignment of dialogs (defaults to "right").
Dialog
  CORNER_X : Number
<static> The horizontal offset in pixels to use when positioning the dialog in a corner (defaults to 50).
Dialog
  CORNER_Y : Number
<static> The vertical offset in pixels to use when positioning the dialog in a corner (defaults to 30).
Dialog
  HEIGHT : Number
<static> The height of dialogs in pixels (defaults to 360).
Dialog
  LABEL_WIDTH : Number
<static> The width of the field labels in pixels (defaults to 130).
Dialog
  LOCK_WIDTH : Number
<static> The width of the edit lock button (defaults to 16).
Dialog
  MIN_BUTTON_WIDTH : Number
<static> The minimum button width in pixels (defaults to 75).
Dialog
  MIN_HEIGHT : Number
<static> The minimum height of dialogs in pixels (defaults to 200).
Dialog
  MIN_WIDTH : Number
<static> The minimum width of dialogs in pixels (defaults to 360).
Dialog
  MSG_TARGET : String
<static> The msgTarget value for input fields (defaults to "qtip").
Dialog
  PLAIN : Boolean
<static> The plain value for dialogs (defaults to true).
Dialog
  TABPANEL_BORDER : Boolean
<static> The border value for tab panels inside dialogs.
Dialog
  TABPANEL_PLAIN : Boolean
<static> The plain value for tab panels inside dialogs (defaults to true).
Dialog
  WIDTH : Number
<static> The width of dialogs in pixels (defaults to 520).
Dialog

Public Methods

This class has no public methods.

Public Events

This class has no public events.