Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Container
        Viewport
          ContentFinder

Class CQ.wcm.ContentFinder

Package:CQ.wcm
Class:ContentFinder
Extends:CQ.Ext.Viewport
Clientlib:cq.widgets
xtype:contentfinder

The ContentFinder is a specialized two column Viewport which contains the actual Content Finder on the left and the Content Frame on the right. It allows interaction between the search results of the Content Finder and the content page shown in the Content Frame.

The Content Finder on the left is a Tab Panel where the single tabs are CQ.wcm.ContentFinderTabs that usualy provide a specific search as e.g. image, document or page search.

The tabs are usualy provided by the ContentFinder's extensions property.

The Content Frame can be vertically split into two areas each showing a different content page. The additonally frame on the right side is called Side Bar. Call openSideBoard to open it.

The Content Finder also provides the Sidekick.

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
  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
  path : String
The path of the content page to be loaded into the Content Frame.
ContentFinder
  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
  ContentFinder.EXTENSIONS_TABS : String
<static> The name of the Content Finder's tab extension.
ContentFinder
  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
  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