Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Container
        Panel
          AssetEditor

Class CQ.dam.AssetEditor

Package:CQ.dam
Class:AssetEditor
Extends:CQ.Ext.Panel
Clientlib:cq.dam
xtype:asseteditor
The Asset Editor used in DAM Admin.

Config Options

Config Options Defined By
  allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
  denyRenditionModifications : Boolean
True to hide the buttons "Upload Rendition" and "Delete Rendition" on the renditions tab (defaults to false). Added in CQ 5.4.
AssetEditor
  denyThumbnailUpload : Boolean
True to hide the button "Overwrite Thumbnails" on the renditions tab (defaults to false). Added in CQ 5.4.
AssetEditor
  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
  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
  readOnly : Boolean
If true the editor opens in read only mode. Defaults to false.
AssetEditor
  renditionsTimeout : Number
The interval time in ms to check for new renditions after the initial check. Defaults to 10000 (10 Sek.) Added in CQ 5.4.
AssetEditor
  scene7 : Boolean
True to show the link Upload to Scene7 in the information panel (defaults to false). Added in CQ 5.5.
AssetEditor
  thumbnailExtension : String
The extension of the thumbnail. Defaults to "png".
AssetEditor
  thumbnailServlet : String
The name of the servlet used for the request selector. Defaults to "thumb".
AssetEditor
  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
  AssetEditor.REFERENCES : String
<static> The value for tabs to create the References tab.
AssetEditor
  AssetEditor.REFRESH_INFO : String
<static> The value for bbarWest to create the refresh button.
AssetEditor
  AssetEditor.RENDITIONS : String
<static> The value for tabs to create the Renditions tab.
AssetEditor
  AssetEditor.RESET : String
<static> The value for bbar to create the Reset button.
AssetEditor
  AssetEditor.SAVE : String
<static> The value for bbar to create the Save button.
AssetEditor
  AssetEditor.SUBASSETS : String
<static> The value for tabs to create the Sub Assets tab.
AssetEditor
  AssetEditor.UPSTREAM_REFERENCES : String
<static> The value for tabs to create the upstream references tab.
AssetEditor
  AssetEditor.VERSIONS : String
<static> The value for tabs to create the Versions tab.
AssetEditor
  buttons : Array
This Panel's Array of buttons as created from the buttons config property. Read only.
Panel
  bwrap : CQ.Ext.Element
The Panel's bwrap Element used to contain other Panel elements (tbar, body, bbar, footer). See bodyCfg. Read-only.
Panel
  collapsed : Boolean
True if this panel is collapsed. Read-only.
Panel
  disabled : Boolean
True if this component is disabled. Read-only.
Component
  header : CQ.Ext.Element
The Panel's header Element. Read-only.

This Element is used to house the title and tools


Note: see the Note for el also.

Panel
  hidden : Boolean
True if this component is hidden. Read-only.
Component
  initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
  items : MixedCollection
The collection of components in this container as a CQ.Ext.util.MixedCollection
Container
  parentPath : Object
The path of the parent of the asset (the folder).
AssetEditor
  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