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

Class CQ.wcm.BulkEditor

Package:CQ.wcm
Class:BulkEditor
Extends:CQ.Ext.Panel
Clientlib:cq.widgets
xtype:bulkeditor
The BulkEditor provides a search engine and a grid to edit search results.

The BulkEditor must be inserted in a HTML form (required by import functionality). This works perfectly with a CQ.Dialog. For the standalone version, see CQ.wcm.BulkEditorForm.

Config Options

Config Options Defined By
  allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
  bulkEditDialogPath : String
Path to the bulk edit dialog. Default content is loaded from dialogPath +"_default_content"
BulkEditor
  colsSelection : String[]
The searched properties selection, displayed as checkboxes.
BulkEditor
  contentMode : Boolean
True to enable content mode: properties are read on jcr:content node and not on search result node (default is false).
BulkEditor
  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
  exportURL : String
The URL to get export results
BulkEditor
  extraCols : String[]
Some extra searched properties, displayed in a textfield comma separated.
BulkEditor
  hideBulkEditButton : Boolean
True to hide bulk edit button (default is true).
BulkEditor
  hideColsSelection : Boolean
True to hide columns selection field (default is false).
BulkEditor
  hideContentMode : Boolean
True to hide content mode field (default is false).
BulkEditor
  hideDeleteButton : Boolean
True to hide grid delete row button (default is false).
BulkEditor
  hideExportButton : Boolean
True to hide export button (default is false).
BulkEditor
  hideExtraCols : Boolean
True to hide extra columns field (default is false).
BulkEditor
  hideGImportButton : Boolean
True to hide grid import button (default is true).
BulkEditor
  hideImportButton : Boolean
True to hide import button (default is true).
BulkEditor
  hideInsertButton : Boolean
True to hide grid insert row button (default is false).
BulkEditor
  hideMoveButtons : Boolean
True to hide move buttons - move up and move down - (default is true).
BulkEditor
  hidePathCol : Boolean
True to hide grid jcr:path column (default is false).
BulkEditor
  hideQueryParams : Boolean
True to hide query field (default is false).
BulkEditor
  hideResultNumber : Boolean
True to hide grid search result number text (default is false).
BulkEditor
  hideRootPath : Boolean
True to hide root path field (default is false).
BulkEditor
  hideSaveButton : Boolean
True to hide save button (default is false).
BulkEditor
  hideSearchButton : Boolean
True to hide search button (default is false).
BulkEditor
  importURL : String
The URL to post imported file
BulkEditor
  initialSearch : Boolean
True to perform query on load (default is false).
BulkEditor
  insertedResourceType : String
The resource type of the created nodes (inserted rows and save).
BulkEditor
  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
  queryParams : String
The search query.
BulkEditor
  queryURL : String
The URL to get the query results.
BulkEditor
  rootPath : String
The search root path.
BulkEditor
  saveURL : String
The URL to post modifications done to the grid
BulkEditor
  searchPanelCollapsed : Boolean
True to collapse search panel on load (default is false).
BulkEditor
  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
  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
  encoding : Object
BulkEditor
  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
  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