蜜豆视频

Using xtypes (Classic UI) using-xtypes-classic-ui

CAUTION
AEM 6.4 has reached the end of extended support and this documentation is no longer updated. For further details, see our . Find the supported versions here.

This page describes all the xtypes that are available with 蜜豆视频 Experience Manager (AEM).

In the ExtJS language, an xtype is a symbolic name given to a class. You can read the 鈥淐omponent XTypes鈥 paragraph of the for a detailed explanation about what an xtype is and how it can be used.

For a complete information on all the available widgets in AEM refer to the .

To find out in which components a given xtype is used in AEM, you can use the following Xpath query in CRXDE by replacing 鈥榗heckbox鈥 with the xtype that you are interested in:

//element(*, cq:Widget)[@xtype='checkbox']

NOTE
This page describes the usage of ExtJS xtypes within the classic UI.
蜜豆视频 recommends that you leverage the standard, modern, touch-enabled UI based on Coral UI and Granite UI.

xtypes xtypes

Please find below a list of the available xtypes in 蜜豆视频 Experience Manager:

  • annotation

    The Dialog is a special kind of window with a form in the body and a button group in the footer. It is typically used to edit content, but can also just display information.

  • arraystore

    Formerly known as 鈥淪impleStore鈥.

    Small helper class to make creating s from Array data easier. An ArrayStore will be automatically configured with a .

  • asseteditor

    The Asset Editor used in DAM Admin.

  • assetreferencesearchdialog

    The AssetReferenceSearchDialog is a dialog that pops up in case a page references assets or tags.

  • blueprintconfig

    The BlueprintConfig provides a panel to view the Live Copies of a Blueprint and edit this Blueprint properties ( sync trigger and sync actions ).

  • blueprintstatus

    The BlueprintStatus provides a panel to view and edit a Blueprint and its Live Copies relationships. Browsing is done through a , edition through a and a a .

  • box

    Base class for any that is to be sized as a box, using width and height.

    BoxComponent provides automatic box model adjustments for sizing and positioning and will work correctly within the Component rendering model.

  • browsedialog

    The BrowseDialog lets the user browse the repository in order to select a path. It is typically used through a .

  • browsefield

    Deprecated: Use instead

  • 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 .

  • bulkeditorform

    The BulkEditorForm provides surrounded by a HTML form. This is the standalone version of the , HTML form is required for import button.

  • button

    Simple Button class

  • buttongroup

    Container for a group of buttons.

  • chart

    The CQ.Ext.chart package provides the capability to visualize data with flash based charting. Each chart binds directly to an CQ.Ext.data.Store enabling automatic updates of the chart. To change the look and feel of a chart, see the and config options.

  • checkbox

    Single checkbox field. Can be used as a direct replacement for traditional checkbox fields.

  • checkboxgroup

    A grouping container for controls.

  • clearcombo

    The ClearableComboBox is a non-editable combo box with a trigger to clear its value.

  • colorfield

    The ColorField lets the user enter a color hex value either directly or using a .

  • colorlist

    The ColorList lets the user choose a color from an editable list.

  • colormenu

    A menu containing a Component.

  • colorpalette

    Simple color palette class for choosing colors. The palette can be rendered to any container.

  • combo

    A combobox control with support for autocomplete, remote-loading, paging and many other features.

    A ComboBox works in a similar manner to a traditional HTML <select> field. The difference is that to submit the , you must specify a to create a hidden input.

  • component

    Base class for all Ext components. All subclasses of Component may participate in the automated Ext component lifecycle of creation, rendering and destruction which is provided by the class. Components may be added to a Container through the config option at the time the Container is created.

  • componentextractor

    The ComponentExtractor lets the user extract components from a website/page.

  • componentselector

    A grouped, ordered selection of available Components.

  • componentstyles

  • compositefield

    Base class for panel based, complex form fields which include one form field or a group of form fields.

  • container

    Base class for any that may contain other Components. Containers handle the basic behavior of containing items, namely adding, inserting and removing items.

    The most commonly used Container classes are , and .

  • contentfinder

    The ContentFinder is a specialized two column which contains the actual Content Finder on the left and the Content Frame on the right.

  • contentfindertab

    ContentFinderTab is a specialized panel providing features used in the tab panels of the . Typically it is featuring a search form - the Query Box - and a data view to display the search.

  • cq.workflow.model.combo

    The WorkflowModelCombo is a customized that shows a list of available workflow models.

  • cq.workflow.model.selector

    The WorkflowModelSelector combines a WorkflowModelCombo with a thumbnail image of the workflow, and buttons to create and edit workflow models.

  • createsitewizard

    The CreateSiteWizard is a step-by-step wizard to create (MSM) sites.

  • createversiondialog

    The CreateVersionDialog is a dialog that allows creating a new version of a page.

  • customcontentpanel

    The CustomContentPanel is a special kind of panel for use in : Its contents are retrieved from and submitted to a different URL than the other fields in the dialog.

  • cycle

    A specialized SplitButton that contains a menu of elements. The button automatically cycles through each menu item on click, raising the button鈥檚 event (or calling the button鈥檚 function, if supplied) for the active menu item.

  • dataview

    A mechanism for displaying data using custom layout templates and formatting. DataView uses an as its internal templating mechanism, and is bound to an so that as the data in the store changes the view is automatically updated to reflect the changes.

  • datefield

    Provides a date input field with a dropdown and automatic date validation.

  • datemenu

    A menu containing an Component.

  • datepicker

    A popup date picker. This class is used by the class to allow browsing and selection of valid dates.

  • datetime

    The DateTime lets the user enter a date and a time by combining and .

  • dialog

    The Dialog is a special kind of window with a form in the body and a button group in the footer. It is typically used to edit content, but can also just display information.

  • dialogfieldset

    The DialogFieldSet is a for use in .

  • directstore

    Small helper class to create an configured with an and to make interacting with an Server-side easier.

  • displayfield

    A display-only text field which is not validated and not submitted.

  • editbar

    The EditBar lets the user edit content using buttons on a bar.

    Although not listed here, EditBar has all the members of .

  • editor

    A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.

  • editorgrid

    This class extends the to provide cell editing on selected . The editable columns are specified by providing an in the .

  • editrollover

    The EditRollover lets the user edit content through double-click and provides more editing actions through a context menu. The editable area is indicated with a frame when the mouse is rolling over the content.

  • feedimporter

    The FeedImporter lets the user import RSS or Atom feeds and create pages for each feed entry.

  • field

    Base class for form fields that provides default event handling, sizing, value handling and other functionality.

  • fieldset

    Standard container used for grouping items within a . 鈥

  • fileuploaddialogbutton

    The FileUploadDialogButton creates a button that opens a new dialog for uploading a file via the FileUploadField. Can be used inside edit dialogs where the upload must happen in a separate form.

  • fileuploadfield

    The FileUploadField lets the user select a single file to be uploaded.

  • findreplacedialog

    The FindReplaceDialog is a dialog for finding and replacing tokens in a page and its child pages.

  • flash

  • grid

    This class represents the primary interface of a component based grid control to represent data in a tabular format of rows and columns.

  • groupingstore

    A specialized store implementation that provides for grouping records by one of the available fields. This is usually used in conjunction with an to prove the data model for a grouped GridPanel.

  • heavymovedialog

    The HeavyMoveDialog is a dialog for moving a page and its child pages, also considering reactivation of previously activated pages (鈥榟eavy鈥 move).

  • hidden

    A basic hidden field for storing hidden values in forms that need to be passed in the form submit.

  • historybutton

    The HistoryButton is a small helper class to easily provide back and forward buttons. Usually two related instances are required: The forward button instance is a simple button linked to the back button instance which handles the history.

  • htmleditor

    Provides a lightweight HTML Editor component. Some toolbar features are not supported by Safari and will be automatically hidden when needed. These are noted in the config options where appropriate.

    The editor鈥檚 toolbar buttons have tooltips defined in the property.

  • iframedialog

    A plain dialog showing the contents of an iframe and allowing for forms in iframes.

  • iframepanel

    A panel containing an iframe. Provides easy creation of iframes, an iframe load event and easy access to the iframe鈥檚 contents.

  • inlinetextfield

    The InlineField is a text field which is displayed as a label when not in focus.

  • jsonstore

    Small helper class to make creating s from JSON data easier. A JsonStore will be automatically configured with a .

  • label

    Basic Label field.

  • languagecopydialog

    The LanguageCopyDialog is a dialog for copying language trees.

  • linkchecker

    The LinkChecker is a tool to check external links in a site.

  • listview

    CQ.Ext.list.ListView is a fast and light-weight implementation of a like view.

  • livecopyproperties

    The LiveCopyProperties provides a panel to view and edit Live Copy properties ( relationship inheritance, sync trigger and sync actions ).

  • lvbooleancolumn

    A Column definition class which renders boolean data fields. See the config option of for more details.

  • lvcolumn

    This class encapsulates column configuration data to be used in the initialization of a .

  • lvdatecolumn

    A Column definition class which renders a passed date according to the default locale, or a configured . See the config option of for more details.

  • lvnumbercolumn

    A Column definition class which renders a numeric data field according to a string. See the config option of for more details.

  • mediabrowsedialog

    Deprecated: Use to browse media instead.

    The MediaBrowseDialog is a dialog for browsing the media library.

  • menu

    A menu object. This is the container to which you may add menu items. Menu can also serve as a base class when you want a specialized menu based off of another component (like for example).

    Menus may contain either , or general s.

  • menubaseitem

    The base class for all items that render into menus. BaseItem provides default rendering, activated state management and base configuration options shared by all menu components.

  • menucheckitem

    Adds a menu item that contains a checkbox by default, but can also be part of a radio group.

  • menuitem

    A base class for all menu items that require menu-related functionality (like sub-menus) and are not static display items. Item extends the base functionality of by adding menu-specific activation and click handling.

  • menuseparator

    Adds a separator bar to a menu, used to divide logical groups of menu items. Generally you will add one of these by using 鈥-鈥 in you call to add() or in your items config rather than creating one directly.

  • menutextitem

    Adds a static text string to a menu, usually used as either a heading or group separator.

  • metadata

    Metadata provides a set of fields to determine the information required for a metadata field as used e.g. on asset editor pages.

    It provides the following fields:

  • multifield

    The MultiField is an editable list of form fields for editing multi-value properties.

  • mvt

    The Multivariate testing component can be used to define and edit a set of images that are presented as alternating banners. Click through rate statistics are gathered per banner.

  • notificationinbox

    The NotificationInbox allows the user to subscribe to WCM actions and manage notifications.

  • numberfield

    Numeric text field that provides automatic keystroke filtering and numeric validation.

  • offlineimporter

    The OfflineImporter is a tool to import and convert Microsoft Word documents to AEM pages. This feature allows content to be edited offline using a word processor.

  • ownerdraw

    The OwnerDraw can contain custom HTML code (either entered directly or retrieved from a URL).

  • paging

    As the amount of records increases, the time required for the browser to render them increases. Paging is used to reduce the amount of data exchanged with the client.

  • panel

    Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.

    Panels are, by virtue of their inheritance from .

  • paragraphreference

    The paragraph refrence field allows to browse pages and select one of their paragraphs. It consists of a trigger field and a associated paragraph browse dialog.

  • password

    The Password is like a but keeps its value private, allowing users to enter sensitive data.

  • pathcompletion

    Deprecated: Use instead

  • pathfield

    The PathField is an input field designed for paths with path completion and a button to open a for browsing the server repository. It can also browse page paragraphs for advanced link generation.

  • progress

    An updateable progress bar component. The progress bar supports two different modes: manual and automatic.

    In manual mode, you are responsible for showing, updating (via ) and clearing the progress bar as needed from your own code. This method is most appropriate when you want to show progress.

  • propertygrid

    A specialized grid implementation intended to mimic the traditional property grid as typically seen in development IDEs. Each row in the grid represents a property of some object, and the data is stored as a set of name/value pairs in s.

  • propgrid

    The PropertyGrid is a generic grid used for displaying and editing properties of objects.

  • quicktip

    @xtype quicktip A specialized tooltip class for tooltips that can be specified in markup and automatically managed by the global instance. See the QuickTips class header for additional usage details and examples.

  • radio

    Single radio field. Same as Checkbox, but provided as a convenience for automatically setting the input type. Radio grouping is handled automatically by the browser if you give each radio in a group the same name.

  • radiogroup

    A grouping container for controls.

  • referencesdialog

    The ReferencesDialog is a dialog for displaying references on a page.

  • restoretreedialog

    The RestoreTreeDialog is a dialog for restoring a previous version of a tree.

  • restoreversiondialog

    The RestoreVersionDialog is a dialog for restoring a previous version of a page.

  • richtext

    The RichText provides a form field for editing styled text information (rich text).

    The RichText component currently provides the following features:

  • rolloutplan

    The RolloutPlan provides a dialog to watch a page rollout progress. RolloutPlan is started by a .

  • rolloutwizard

    The RolloutWizard provides a wizard for rolling out a page. RolloutWizard starts a .

  • searchfield

    The SearchField provides a search field that provides the results in a drop down list which can be used for searching the repository.

  • selection

    The Selection lets the user choose between several options. The options can be part of the configuration or loaded from a JSON reponse. The Selection can either be rendered as dropdown (select), or a combobox (select plus free text entry).

  • sidekick

    The Sidekick is a floating helper providing the user with common tools for page editing.

  • siteadmin

    The SiteAdmin is a console providing WCM administration functions.

  • siteimporter

    The SiteImporter lets the user import complete websites and create initial projects.

  • sizefield

    The SizeField lets the user enter the width and height (for example for an image).

  • slider

    Slider which supports vertical or horizontal orientation, keyboard adjustments, configurable snapping, axis clicking and animation. Can be added as an item to any container. Example usage: 鈥

  • slideshow

    The Slideshow provides a component that can be used to define and edit a set of images and image titles that may be viewed as a slideshow.

    The Slideshow component is based upon the component.

  • smartfile

    The SmartFile is an intelligent file uploader.

    If a Flash plugin (version >= 9) is installed, uploads are executed using the SWFupload library that provides a convenient way to handle uploads.

  • smartimage

    The SmartImage is an intelligent image uploader. It provides tools to process an uploaded image, for example a tool to define image maps and an image cropper.

    Note that the component is mainly designed for use on a separate dialog tab.

  • spacer

    Used to provide a sizable space in a layout.

  • spinner

    The Spinner is a trigger field for numeric, date or time values. The value can be increased and decreased by using the provided up and down triggers, the scroll wheel or keys.

  • splitbutton

    A split button that provides a built-in dropdown arrow that can fire an event separately from the default click event of the button. Typically this would be used to display a dropdown menu that provides additional options to the primary button action, but any custom handler can provide the arrowclick implementation.

  • static

    The Static can be used to display arbitrary text or HTML.

  • statistics

    The Statistics displays the page impressions as a chart. The widget allows to select a period, the statistics should be displayed for.

  • store

    The Store class encapsulates a client side cache of objects which provide input data for Components such as the , the , or the .

  • suggestfield

    The SuggestField provides the user with suggestions based on his entry.

  • switcher

    The Switcher provides a button group for the header bar in a console to switch between Websites, Digital Assets, Tools, Workflow, and Security.

  • tableedit

    Deprecated: Use instead.

  • tableedit2

    The TableEdit2 provides a widget for creating tables.

  • tabpanel

    A basic tab container. TabPanels can be used exactly like a standard for layout purposes, but also have special support for containing child Components ().

  • tags

    code language-none
    CQ.tagging.TagInputField
    

    is a form widget for entering tags. It has a popup menu for selecting from existing tags, includes auto-completion and many other features.

  • textarea

    Multiline text field. Can be used as a direct replacement for traditional textarea fields, plus adds support for auto-sizing.

  • textbutton

    The TextButton provides a text link with the capabilities of a .

  • textfield

    Basic text field. Can be used as a direct replacement for traditional text inputs, or as the base class for more sophisticated input controls (like and ).

  • thumbnail

  • timefield

    Provides a time input field with a time dropdown and automatic time validation. Example usage: 鈥

  • tip

    @xtype tip This is the base class for and that provides the basic layout and positioning that all tip-based classes require. This class can be used directly for simple, statically-positioned tips.

  • titleseparator

    Adds a separator bar to a menu, used to divide logical groups of menu items. The separator can additionally carry a title.

  • toolbar

    Basic Toolbar class. Although the for Toolbar is , Toolbar elements (child items for the Toolbar container) may be virtually any type of Component. Toolbar elements can be created explicitly via their constructors.

  • tooltip

    A standard tooltip implementation for providing additional information when hovering over a target element. @xtype tooltip.

  • treegrid

    @xtype treegrid

  • treepanel

    The TreePanel provides tree-structured UI representation of tree-structured data.

    s added to the TreePanel may each contain metadata used by your application in their property.

  • trigger

    Provides a convenient wrapper for TextFields that adds a clickable trigger button (looks like a combobox by default). The trigger has no default action, so you must assign a function to implement the trigger click handler by overriding . You can create a TriggerField directly, as it renders exactly like a combobox.

  • uploaddialog

    The UploadDialog lets the user upload files to the repository Creates a new UploadDialog.

  • userinfo

    Toolbar item to display the current user name and allow user actions like editing user properties and impersonation.

  • viewport

    A specialized container representing the viewable application area (the browser viewport).

    The Viewport renders itself to the document body, and automatically sizes itself to the size of the browser viewport and manages window resizing. There may only be one Viewport created.

  • window

    A specialized panel intended for use as an application window. Windows are floated, , and by default. Windows can be to fill the viewport, restored to their prior size, and can be d.

  • xmlstore

    Small helper class to make creating s from XML data easier. A XmlStore will be automatically configured with a .

    cqinclude Pseudo xtype that includes widget definitions from a different path in the repository. It is most commonly used in page dialogs. There is no actual JavaScript widget class for this xtype. It is processed by the formatData() function of the CQ.Util class. For more information, see this knowledge base article.

recommendation-more-help
2315f3f5-cb4a-4530-9999-30c8319c520e