ObservableComponent
BoxComponent
Field
RichText
TableEdit2
| Package: | CQ.form |
| Class: | TableEdit2 |
| Extends: | CQ.form.RichText |
| Clientlib: | cq.widgets |
| xtype: | tableedit2 |
The TableEdit2 provides a widget for creating tables.
| Config Options | Defined By | |
|---|---|---|
|
adjustEditorToToolbarHeight : Boolean True if the editing area's height should be adjusted to the actual (line-wrapped) height of the toolbar(s) (defaults ...
True if the editing area's height should be adjusted to the actual (line-wrapped) height of the toolbar(s) (defaults to true). If set to true, the editing area will grow smaller if more estate is required for the toolbar, hence keeping the total height of the component constant over time.
Added in CQ 5.3.
|
RichText | |
|
alignmentButtons : Object Deprecated: Use rtePlugins instead.
Configuration (optional) of the alignment buttons (defaults to null). Valid sub-properties are: left, center, right (...
Configuration (optional) of the alignment buttons (defaults to null). Valid sub-properties are: left, center, right (each of type Boolean, enabling or disabling the corresponding button). Note that enableAlignments must be set to true for this configuration to take effect.
|
RichText | |
|
allowBlank : Boolean
False to validate that the value length > 0 (defaults to true)
|
RichText | |
|
allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
|
Component | |
|
anchor : String Note: this config is only used when this Component is rendered by a Container which has been configured to use an Anc...
Note: this config is only used when this Component is rendered by a Container which has been configured to use an AnchorLayout (or subclass thereof). based layout manager, for example:
See CQ.Ext.layout.AnchorLayout.anchor also. |
BoxComponent | |
|
anchordialogConfig : Object Deprecated: Use the corresponding plugin configuration instead
Configuration of the anchor dialog (defaults to null). You may specify the same config options as for CQ.Dialog. Note...
Configuration of the anchor dialog (defaults to null). You may specify the same config options as for CQ.Dialog. Note that the default value of null implies using a default dialog. Also note that the anchor feature must have been enabled through the "links" plugin for this configuration to take effect.
|
RichText | |
|
applyTo : Mixed Specify the id of the element, a DOM element or an existing Element corresponding to a DIV that is already present in...
Specify the id of the element, a DOM element or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component.
|
Component | |
|
autoCreate : String/Object A DomHelper element spec, or true for a default element spec. Used to create the Element which will encapsulate this ...
|
Field | |
|
autoEl : Mixed A tag name or DomHelper spec used to create the Element which will encapsulate this Component. You do not normally ne...
A tag name or DomHelper spec used to create the Element which will encapsulate this Component. You do not normally need to specify this. For the base classes CQ.Ext.Component, CQ.Ext.BoxComponent, and CQ.Ext.Container, this defaults to 'div'. The more complex Ext classes use a more complex DOM structure created by their own onRender methods. This is intended to allow the developer to create application-specific utility Components encapsulated by different DOM elements. Example usage: |
Component | |
|
autoHeight : Boolean True to use height:'auto', false to use fixed height (or allow it to be managed by its parent Container's layout mana...
True to use height:'auto', false to use fixed height (or allow it to be managed by its parent Container's layout manager. Defaults to false. Note: Although many components inherit this config option, not all will function as expected with a height of 'auto'. Setting autoHeight:true means that the browser will manage height based on the element's contents, and that Ext will not manage it at all. If the browser is managing the height, be aware that resizes performed by the browser in response to changes within the structure of the Component cannot be detected. Therefore changes to the height might result in elements needing to be synchronized with the new height. Example: |
BoxComponent | |
|
autoScroll : Boolean true to use overflow:'auto' on the components layout element and show scroll bars automatically when necessary, false...
true to use overflow:'auto' on the components layout element and show scroll bars automatically when necessary, false to clip any overflowing content (defaults to false). |
BoxComponent | |
|
autoShow : Boolean True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...
True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).
|
Component | |
|
autoWidth : Boolean True to use width:'auto', false to use fixed width (or allow it to be managed by its parent Container's layout manage...
True to use width:'auto', false to use fixed width (or allow it to be managed by its parent Container's layout manager. Defaults to false. Note: Although many components inherit this config option, not all will function as expected with a width of 'auto'. Setting autoWidth:true means that the browser will manage width based on the element's contents, and that Ext will not manage it at all. If the browser is managing the width, be aware that resizes performed by the browser in response to changes within the structure of the Component cannot be detected. Therefore changes to the width might result in elements needing to be synchronized with the new width. For example, where the target element is: A Panel rendered into that target element must listen for browser window resize in order to relay its child items when the browser changes its width: |
BoxComponent | |
|
boxMaxHeight : Number The maximum value in pixels which this BoxComponent will set its height to. Warning: This will override any size mana...
The maximum value in pixels which this BoxComponent will set its height to. Warning: This will override any size management applied by layout managers. |
BoxComponent | |
|
boxMaxWidth : Number The maximum value in pixels which this BoxComponent will set its width to. Warning: This will override any size manag...
The maximum value in pixels which this BoxComponent will set its width to. Warning: This will override any size management applied by layout managers. |
BoxComponent | |
|
boxMinHeight : Number The minimum value in pixels which this BoxComponent will set its height to. Warning: This will override any size mana...
The minimum value in pixels which this BoxComponent will set its height to. Warning: This will override any size management applied by layout managers. |
BoxComponent | |
|
boxMinWidth : Number The minimum value in pixels which this BoxComponent will set its width to. Warning: This will override any size manag...
The minimum value in pixels which this BoxComponent will set its width to. Warning: This will override any size management applied by layout managers. |
BoxComponent | |
|
bubbleEvents : Array An array of events that, when fired, should be bubbled to any parent container. See CQ.Ext.util.Observable.enableBubb...
An array of events that, when fired, should be bubbled to any parent container. See CQ.Ext.util.Observable.enableBubble. Defaults to []. |
Component | |
|
clearCls : String The CSS class used to to apply to the special clearing div rendered directly after each form field wrapper to provide...
The CSS class used to to apply to the special clearing div rendered directly after each form field wrapper to provide field clearing (defaults to 'x-form-clear-left'). Note: this config is only used when this Component is rendered by a Container which has been configured to use the FormLayout layout manager (e.g. CQ.Ext.form.FormPanel or specifying layout:'form') and either a fieldLabel is specified or isFormField=true is specified. See CQ.Ext.layout.FormLayout.fieldTpl also. |
Component | |
|
cls : String An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...
An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.
|
Component | |
|
contentEl : String Optional. Specify an existing HTML element, or the id of an existing HTML element to use as the content for this comp...
Optional. Specify an existing HTML element, or the
|
Component | |
|
cssStyles : Object/Object[] Deprecated: Use the corresponding plugin configuration instead
Defines CSS classes that are available to the user for formatting text fragments (defaults to null). There are two wa...
Defines CSS classes that are available to the user for formatting text fragments (defaults to null). There are two ways of specifying the CSS classes:
Formatting is done by adding "span" elements with corresponding "class" attributes appropriately. Note that the "styles" plugin must be activated (or the deprecated enableStyle property must be set to true) for this configuration to take effect. |
RichText | |
|
ctCls : String An optional extra CSS class that will be added to this component's container. This can be useful for adding customize...
An optional extra CSS class that will be added to this component's container. This can be useful for adding customized styles to the container or any of its children using standard CSS rules. See CQ.Ext.layout.ContainerLayout.extraCls also. Note: ctCls defaults to '' except for the following class which assigns a value by default:
|
Component | |
|
data : Mixed The initial set of data to apply to the tpl to update the content area of the Component.
The initial set of data to apply to the
tpl to update the content area of the Component. |
Component | |
|
defaultPasteMode : String Deprecated: Use the corresponding plugin setting instead
Default mode when pasting is executed using the Ctrl + V key or the main paste button (defaults to "wordhtml"). Valid...
Default mode when pasting is executed using the Ctrl + V key or the main paste button (defaults to "wordhtml"). Valid values are:
|
RichText | |
|
defaultValue : String The default value is set on processRecord when the record does not contain an according value.
The default value is set on processRecord when the record does not contain an according value.
|
Field | |
|
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 | |
|
editToolButtons : Object Deprecated: Use rtePlugins instead.
Configuration (optional) of the edit tools (cut, copy, paste) buttons (defaults to null). Valid sub-properties are: c...
Configuration (optional) of the edit tools (cut, copy, paste) buttons (defaults to null). Valid sub-properties are: cut, copy, paste-default, paste-plaintext, paste-wordhtml (each of type Boolean, enabling or disabling the corresponding button). Note that enableEditTools must be set to true for this configuration to take effect.
|
RichText | |
|
enableEditTools : Boolean Deprecated: Use rtePlugins instead
True if the editor toolbar (cut/copy/paste) is enabled (defaults to false) |
RichText | |
|
enableParagraphFormat : Boolean Deprecated: Use rtePlugins instead
True if the format selector component is enabled (defaults to false) |
RichText | |
|
enableSourceEdit : Boolean Deprecated: Use rtePlugins instead
Enable the switch to source edit button (defaults to false) |
RichText | |
|
enableSpecialChars : Boolean Deprecated: Use rtePlugins instead
True if the special characters feature is enabled (defaults to false). Use specialCharsConfig to configure the dialog...
True if the special characters feature is enabled (defaults to false). Use specialCharsConfig to configure the dialog used by this feature.
|
RichText | |
|
enableStyle : Boolean Deprecated: Use rtePlugins instead
True if the style selector component is enabled (defaults to false) |
RichText | |
|
enableSubSuperScript : Boolean Deprecated: Use rtePlugins instead.
True if sub/superscript is enabled (defaults to false). |
RichText | |
|
externalStyleSheets : String[]|String Array that contains paths to stylesheet files that will be included for RichText editing (defaults to null). Styleshe...
Array that contains paths to stylesheet files that will be included for RichText editing (defaults to null). Stylesheets that are referenced here may for example contain basic style definitions to adjust the appearance of the text being edited to custom requirements. They may also be used to provide a WYSIWYG experience for applying CSS classes to text fragments through the "styles" plugin. All paths should be provided without the webapp's context prefix.
|
RichText | |
|
fieldClass : String
The default CSS class for the field (defaults to 'x-form-field')
|
Field | |
|
fieldDescription : String The text to display below this component (defaults to ''). Note: this config is only used when this Component is rend...
The text to display below this component (defaults to ''). Note: this config is only used when this Component is rendered by a Container which has been configured to use the FormLayout layout manager. See also fieldLabel. |
Component | |
|
fieldLabel : String The label text to display next to this Component (defaults to ''). Note: this config is only used when this Component...
The label text to display next to this Component (defaults to ''). Note: this config is only used when this Component is rendered by a Container which has been configured to use the FormLayout layout manager (e.g. CQ.Ext.form.FormPanel or specifying layout:'form'). Also see hideLabel and CQ.Ext.layout.FormLayout.fieldTpl. Example use: |
Component | |
|
fieldSubLabel : String The text to display below the fieldLabel (defaults to ''). Note: this config is only used when this Component is rend...
The text to display below the fieldLabel (defaults to ''). Note: this config is only used when this Component is rendered by a Container which has been configured to use the FormLayout layout manager. See also fieldLabel. |
Component | |
|
flex : Number Note: this config is only used when this Component is rendered by a Container which has been configured to use a BoxL...
Note: this config is only used when this Component is rendered by a Container which has been configured to use a BoxLayout. Each child Component with a |
BoxComponent | |
|
focusClass : String
The CSS class to use when the field receives focus (defaults to 'x-form-focus')
|
Field | |
|
formatButtons : Object Deprecated: Use rtePlugins instead.
Configuration (optional) of the format buttons (defaults to null). Valid sub-properties are: bold, italic, underline ...
Configuration (optional) of the format buttons (defaults to null). Valid sub-properties are: bold, italic, underline (each of type Boolean, enabling or disabling the corresponding button). Note that enableFormat must be set to true for this configuration to take effect.
|
RichText | |
|
formats : Object/Object[] Deprecated: Use the corresponding plugin configuration instead
Defines the block formats (p, h1, h2, h3, ...) that are applicable to paragraphs. You can choose a deliberate (but u...
Defines the block formats (p, h1, h2, h3, ...) that are applicable to paragraphs. You can choose a deliberate (but unique) property name for each format, if you chosoe to provide an Object rather than a Object[]. Each element (of the Array) or property value (if choosing the Object representation) must have the following properties:
Note that this configuration only takes effect if the "paraformat" plugin is enabled. Also note that you can't set additional DOM attributes using the "paraformat" plugin. Defaults to: {
"paragraph": {
"tag": "p",
"description": CQ.I18n.getMessage("Paragraph")
},
"heading1": {
"tag": "h1",
"description": CQ.I18n.getMessage("Heading 1")
},
"heading2": {
"tag": "h2",
"description": CQ.I18n.getMessage("Heading 2")
},
"heading3": {
"tag": "h3",
"description": CQ.I18n.getMessage("Heading 3")
}
} |
RichText | |
|
height : Number The height of this component in pixels (defaults to auto). Note to express this dimension as a percentage or offset s...
The height of this component in pixels (defaults to auto). Note to express this dimension as a percentage or offset see anchor.
|
BoxComponent | |
|
hidden : Boolean Render this component hidden (default is false). If true, the hide method will be called internally.
Render this component hidden (default is false). If true, the hide method will be called internally.
|
Component | |
|
hideLabel : Boolean true to completely hide the label element (label and separator). Defaults to false. By default, even if you do not sp...
true to completely hide the label element (label and separator). Defaults to false. By default, even if you do not specify a fieldLabel the space will still be reserved so that the field will line up with other fields that do have labels. Setting this to true will cause the field to not reserve that space. Note: see the note for clearCls. Example use: |
Component | |
|
hideMode : String How this component should be hidden. Supported values are 'visibility' (css visibility), 'offsets' (negative offset p...
How this component should be hidden. Supported values are 'visibility' (css visibility), 'offsets' (negative offset position) and 'display' (css display). Note: the default of 'display' is generally preferred since items are automatically laid out when they are first shown (no sizing is done while hidden). |
Component | |
|
hideParent : Boolean True to hide and show the component's container when hide/show is called on the component, false to hide and show the...
True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.
|
Component | |
|
html : String/Object An HTML fragment, or a DomHelper specification to use as the layout element content (defaults to ''). The HTML conten...
An HTML fragment, or a DomHelper specification to use as the layout element content (defaults to ''). The HTML content is added after the component is rendered, so the document will not contain this HTML at the time the render event is fired. This content is inserted into the body before any configured contentEl is appended.
|
Component | |
|
htmlRules : CUI.rte.HtmlRules
This object defines how to create/process HTML. Defaults to null (uses default HTML rules). Added in CQ 5.3.
|
RichText | |
|
id : String The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to ...
The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to access the component later and you do not have an object reference available (e.g., using CQ.getCmp). Note that this id will also be used as the element id for the containing HTML element that is rendered to the page for this component. This allows you to write id-based CSS rules to style the specific instance of this component uniquely, and also to select sub-elements using this component's id as the parent. Note: to avoid complications imposed by a unique id also see Note: to access the container of an item see |
Component | |
|
ignoreData : Boolean True to avoid processing data on CQ.Dialog.loadContent (defaults to false).
True to avoid processing data on CQ.Dialog.loadContent (defaults to false).
|
Field | |
|
indentSize : Number Deprecated: Use the corresponding plugin config instead
The size of an indent level in pixels (defaults to 40). Note that this setting only takes effect if the "indent"/"out...
The size of an indent level in pixels (defaults to 40). Note that this setting only takes effect if the "indent"/"outdent" features of the "lists" plugin are enabled and if the indent is applied outside a list.
|
RichText | |
|
inputType : String The type attribute for input fields -- e.g. radio, text, password, file (defaults to 'text'). The types 'file' and 'p...
The type attribute for input fields -- e.g. radio, text, password, file (defaults to 'text'). The types 'file' and 'password' must be used to render those field types currently -- there are no separate Ext components for those. Note that if you use inputType:'file', emptyText is not supported and should be avoided.
|
Field | |
|
invalidClass : String
The CSS class to use when marking a field invalid (defaults to 'x-form-invalid')
|
Field | |
|
invalidText : String The error text to use when marking a field invalid and no message is provided (defaults to 'The value in this field i...
The error text to use when marking a field invalid and no message is provided (defaults to 'The value in this field is invalid')
|
Field | |
|
itemCls : String Note: this config is only used when this Component is rendered by a Container which has been configured to use the Fo...
Note: this config is only used when this Component is rendered by a Container which has been configured to use the FormLayout layout manager (e.g. CQ.Ext.form.FormPanel or specifying layout:'form'). An additional CSS class to apply to the div wrapping the form item element of this field. If supplied, itemCls at the field level will override the default itemCls supplied at the container level. The value specified for itemCls will be added to the default class ('x-form-item'). Since it is applied to the item wrapper (see CQ.Ext.layout.FormLayout.fieldTpl), it allows you to write standard CSS rules that can apply to the field, the label (if specified), or any other element within the markup for the field. Note: see the note for fieldLabel. Example use: |
Component | |
|
itemId : String An itemId can be used as an alternative way to get a reference to a component when no object reference is available. ...
An itemId can be used as an alternative way to get a reference to a component when no object reference is available. Instead of using an Note: to access the container of an item see ownerCt. |
Component | |
|
keepSourceEditMode : Boolean Flag that determines if source edit mode should be preserved when the dialog containing the widget is reopened. Can b...
Flag that determines if source edit mode should be preserved when the dialog containing the widget is reopened. Can be used to restore the behavior of CQ prior to version 6.0. Defaults to false
Added in CQ 5.7.
|
RichText | |
|
labelSeparator : String The separator to display after the text of each fieldLabel. This property may be configured at various levels. The or...
The separator to display after the text of each fieldLabel. This property may be configured at various levels. The order of precedence is:
Note: see the note for clearCls. Also see hideLabel and CQ.Ext.layout.FormLayout.fieldTpl. Example use: |
Component | |
|
labelStyle : String A CSS style specification string to apply directly to this field's label. Defaults to the container's labelStyle valu...
A CSS style specification string to apply directly to this field's label. Defaults to the container's labelStyle value if set (e.g., CQ.Ext.layout.FormLayout.labelStyle , or ''). Note: see the note for Also see |
Component | |
|
linkButtons : Object Deprecated: Use rtePlugins instead.
Configuration (optional) of the link buttons (defaults to null). Valid sub-properties are: createlink, unlink, anchor...
Configuration (optional) of the link buttons (defaults to null). Valid sub-properties are: createlink, unlink, anchor (each of type Boolean, enabling or disabling the corresponding button). Note that enableLinks must be set to true for this configuration to take effect.
|
RichText | |
|
linkInternalize : Object[] Defines a list of attributes for which link internalizing has to be applied. Link internalizing is necessary as the b...
Defines a list of attributes for which link internalizing has to be applied. Link internalizing is necessary as the browser usually stores entire URLs in the DOM, not relative links. Hence internal links must be rewritten to be "internal" before submitting the text. For example, the "href" attribute of a link might be created as something like "http://localhost:4502/cq5/content/geometrixx/en.html", which has to be stored as "/content/geometrixx/en.html". Each element of the Array must have the following properties:
Defaults to: [
{
"tag": "a",
"attribute": "href"
}, {
"tag": "img",
"attribute": "src"
}
] |
RichText | |
|
linkbrowseConfig : Object Deprecated: Use the corresponding plugin configuration instead.
Configuration of the linkbrowse dialog. You may use the following properties: protocols : String[] A list of availab...
Configuration of the linkbrowse dialog. You may use the following properties:
Note that the link feature must be enabled through the "links" plugin for this configuration to take effect. Defaults to: {
"protocols": [
"http://",
"ftp://",
"mailto:"
],
"targetConfig": {
"mode": "manual"
},
"cssExternal": null,
"cssInternal": null
} |
RichText | |
|
listButtons : Object Deprecated: Use rtePlugins instead.
Configuration (optional) of the alignment buttons (defaults to null). Valid sub-properties are: ordered, unordered, i...
Configuration (optional) of the alignment buttons (defaults to null). Valid sub-properties are: ordered, unordered, indent, outdent (each of type Boolean, enabling or disabling the corresponding button). Note that enableLists must be set to true for this configuration to take effect.
|
RichText | |
|
margins : Object Note: this config is only used when this BoxComponent is rendered by a Container which has been configured to use the...
Note: this config is only used when this BoxComponent is rendered by a Container which has been configured to use the BorderLayout or one of the two BoxLayout subclasses. An object containing margins to apply to this BoxComponent in the format: May also be a string containing space-separated, numeric margin values. The order of the sides associated with each value matches the way CSS processes margin values:
Defaults to: |
BoxComponent | |
|
msgFx : String Experimental The effect used when displaying a validation message under the field (defaults to 'normal').
Experimental The effect used when displaying a validation message under the field (defaults to 'normal').
|
Field | |
|
msgTarget : String The location where the message text set through markInvalid should display. Must be one of the following values: qti...
The location where the message text set through markInvalid should display. Must be one of the following values:
|
Field | |
|
name : String The field's HTML name attribute (defaults to ''). Note: this property must be set if this field is to be automaticall...
The field's HTML name attribute (defaults to ''). Note: this property must be set if this field is to be automatically included with form submit().
|
Field | |
|
overCls : String An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...
An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized 'active' or 'hover' styles to the component or any of its children using standard CSS rules.
|
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 | |
|
plugins : Object/Array An object or array of objects that will provide custom functionality for this component. The only requirement for a v...
An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type CQ.Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.
|
Component | |
|
preventMark : Boolean true to disable marking the field invalid. Defaults to false.
true to disable marking the field invalid. Defaults to false.
|
Field | |
|
ptype : String The registered ptype to create. This config option is not used when passing a config object into a constructor. This ...
The registered ptype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a Plugin is being specified not as a fully instantiated Component, but as a Component config object. The ptype will be looked up at render time up to determine what type of Plugin to create.
If you create your own Plugins, you may register them using CQ.Ext.ComponentMgr.registerPlugin in order to be able to take advantage of lazy instantiation and rendering. |
Component | |
|
readOnly : Boolean true to mark the field as readOnly in HTML (defaults to false). Note: this only sets the element's readOnly DOM attri...
true to mark the field as readOnly in HTML (defaults to false).
Note: this only sets the element's readOnly DOM attribute. Setting |
Field | |
|
ref : String A path specification, relative to the Component's ownerCt specifying into which ancestor Container to place a named r...
A path specification, relative to the Component's The ancestor axis can be traversed by using '/' characters in the path. For example, to put a reference to a Toolbar Button into the Panel which owns the Toolbar: In the code above, if the |
Component | |
|
region : String Note: this config is only used when this BoxComponent is rendered by a Container which has been configured to use the...
Note: this config is only used when this BoxComponent is rendered by a Container which has been configured to use the BorderLayout layout manager (e.g. specifying layout:'border'). See CQ.Ext.layout.BorderLayout also. |
BoxComponent | |
|
removeSingleParagraphContainer : Boolean True if the paragraph element of texts that consist only of a single paragraph should be removed on getValue/syncValu...
True if the paragraph element of texts that consist only of a single paragraph should be removed on getValue/syncValue (defaults to false). For example, if a text is <p>Single paragraph text</p>, the surrounding "p" tag would get removed if this option was set to true. This option is mainly for backward compatibility with CQ 5.1, where container tags had not yet been available. Hence texts that were created by a CQ 5.1 instance will be surrounded by a single "p" element before they are edited in a CQ 5.2 instance. By setting this option to true, this automatically added "p" tag will get removed before the text is saved, at least if no other paragraphs or containers were added.
|
RichText | |
|
renderTo : Mixed Specify the id of the element, a DOM element or an existing Element that this component will be rendered into. Notes ...
Specify the id of the element, a DOM element or an existing Element that this component will be rendered into.
See render also. |
Component | |
|
requiredCssPath : String Path prefix for accessing required external stylesheets (defaults to CQ.themes.RichText.DEFAULT_REQCSS_PATH). The pat...
Path prefix for accessing required external stylesheets (defaults to CQ.themes.RichText.DEFAULT_REQCSS_PATH). The path should not include the webapp's context path. You shouldn't change this unless you're fully aware of what you are doing!
|
RichText | |
|
rtePlugins : Object This is the root of all plugin-specific configuration. You must provide a config element for each plugin you are abou...
This is the root of all plugin-specific configuration. You must provide a config element for each plugin you are about to configure. Use the plugin's ID (see class documentation) as the property name for the corresponding config element. Each config element has config options that are used by all plugins, and plugin-specific options. Commonly used options are:
Plugin-specific options are documented at the respective plugin. Note that this object is null after constructing the RichText object has finished, as the configuration is transferred to the respective plugin. |
RichText | |
|
singleParagraphContainerReplacement : String Specifies the name of the tag that has to be used if a paragraph container cannot be simply removed because it carrie...
Specifies the name of the tag that has to be used if a paragraph container cannot be simply removed because it carries additional info (for example, alignment and/or CSS classes; defaults to "div"). Note that this setting only takes effect if removeSingleParagraphContainer is set to true.
|
RichText | |
|
specialCharsConfig : Object Deprecated: Use the corresponding plugin configuration instead
Configuration of the special characters component. Valid config properties are: chars : Object Table of characters ...
Configuration of the special characters component. Valid config properties are:
Defaults to: {
"tableCls": "cq-rte-scd-table",
"cellCls": "cq-rte-scd-cell",
"overCls": "cq-rte-scd-cell-over",
"magnifyCls": "cq-rte-scd-magnify",
"chars": {
"copyright": {
"entity": "©"
},
"registered": {
"entity": "®"
},
"trademark": {
"entity": "™"
}
}
} |
RichText | |
|
stateEvents : Array An array of events that, when fired, should trigger this component to save its state (defaults to none). stateEvents ...
An array of events that, when fired, should trigger this component to save its state (defaults to none). See |
Component | |
|
stateId : String The unique id for this component to use for state management purposes (defaults to the component id if one was set, o...
The unique id for this component to use for state management purposes (defaults to the component id if one was set, otherwise null if the component is using a generated id).
See |
Component | |
|
stateful : Boolean A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startu...
A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup. The component must have either a
For state saving to work, the state manager's provider must have been set to an implementation of CQ.Ext.state.Provider which overrides the set and get methods to save and recall name/value pairs. A built-in implementation, CQ.Ext.state.CookieProvider is available. To set the state provider for the current page: A stateful Component attempts to save state when one of the events listed in the To save state, a stateful Component first serializes its state by calling The value yielded by getState is passed to CQ.Ext.state.Manager.set which uses the configured CQ.Ext.state.Provider to save the object keyed by the Component's During construction, a stateful Component attempts to restore its state by calling CQ.Ext.state.Manager.get passing the The resulting object is passed to You can perform extra processing on state save and restore by attaching handlers to the beforestaterestore, staterestore, beforestatesave and statesave events. |
Component | |
|
stripHtmlTags : Boolean Deprecated: Use the corresponding plugin configuration instead
True if HTML tags should be stripped off before inserting it on paste (defaults to true). The use-case for this optio...
True if HTML tags should be stripped off before inserting it on paste (defaults to true). The use-case for this option is a bit hard to explain: The system clipboard works MIME type-based. If you select text from a web page directly, the clipboard will usually contain a text/plain and a text/html variant of the selected text. The plain text variant will contain no HTML tags at all, the text/html variant will contain HTML as we would expect it. On the other hand, if you copy HTML code from any source view, you will get at least get a text/plain variant, containing all tags. In some cases (for example if you are using Firefox' "View source"), you will get an additional text/html variant, that will contain the HTML-tags in an entitiy encoded way (<b>bold text</b>). On paste, the browser will paste the text/html variant if available, the text/plain variant otherwise. Given the second use-case, the HTML tags will appear in the pasted content, as they get either entity encoded by the browser (text/plain) or are already entity-encoded (text/html) on paste. This is where this option kicks in: By setting it to true, the HTML tags from such a source code paste get removed before the pasted content is inserted in the text being edited. Note that this optiion will only work if defaultPasteMode is set to "plaintext". |
RichText | |
|
style : String A custom style specification to be applied to this component's Element. Should be a valid argument to CQ.Ext.Element....
A custom style specification to be applied to this component's Element. Should be a valid argument to CQ.Ext.Element.applyStyles.
|
Component | |
|
submitValue : Boolean False to clear the name attribute on the field so that it is not submitted during a form post. Defaults to true.
False to clear the name attribute on the field so that it is not submitted during a form post. Defaults to true.
|
Field | |
|
tabIndex : Number The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyT...
The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyTo (defaults to undefined).
|
Field | |
|
tabSize : Number Deprecated: Use corresponding plugin configuration instead
Number of -s to be inserted if the tab key is hit (defaults to 4). Note that the tab key works as a navigat...
Number of -s to be inserted if the tab key is hit (defaults to 4). Note that the tab key works as a navigation aid when used inside a table, so this option will only take effect outside a table.
|
RichText | |
|
tabTip : String Note: this config is only used when this BoxComponent is a child item of a TabPanel. A string to be used as innerHTML...
Note: this config is only used when this BoxComponent is a child item of a TabPanel. A string to be used as innerHTML (html tags are accepted) to show in a tooltip when mousing over the associated tab selector element. CQ.Ext.QuickTips.init() must be called in order for the tips to render. |
BoxComponent | |
|
tagReplace : Object Deprecated: Use htmlRules.docType instead
A table with definitions of tags that must be replaced by another tag to ensure correct editing. Each property name d...
A table with definitions of tags that must be replaced by another tag to ensure correct editing. Each property name defines the tag name to replace, the corresponding value defines the tag name of the replacement. This is necessary because each browser creates markup "at will". For example, hitting the "bold" button may result in surrounding the selected text with a "strong" tag or a "b" tag, depending on the browser you are using. Worse, browser A may create markup that is not editable by browser B. Hence this table provides means to ensure that markup is reduced to a subset that is suitable for all supported browsers. Note that this option currently cannot handle attributes. Defaults to { "strong": "b", "em": "i" } (CQ 5.2) resp. null (CQ 5.3). |
RichText | |
|
tpl : Mixed An CQ.Ext.Template, CQ.Ext.XTemplate or an array of strings to form an CQ.Ext.XTemplate. Used in conjunction with the...
An
data and tplWriteMode configurations. |
Component | |
|
tplWriteMode : String The CQ.Ext.(X)Template method to use when updating the content area of the Component. Defaults to 'overwrite' (see CQ...
The CQ.Ext.(X)Template method to use when updating the content area of the Component. Defaults to 'overwrite' (see
CQ.Ext.XTemplate.overwrite). |
Component | |
|
trimLinkSelection : Boolean Deprecated: Use corresponding plugin configuration instead
True if leading and trailing whitespace should removed from the selection (not from the actual text/content!) before ...
True if leading and trailing whitespace should removed from the selection (not from the actual text/content!) before creating a new link (defaults to true). Note that the link feature must be enabled through the "links" plugin for this configuration to take effect.
|
RichText | |
|
useColPercentage : Boolean
True if percentages must be used to manage columns width (defaults to false)
|
TableEdit2 | |
|
validateOnBlur : Boolean
Whether the field should validate when it loses focus (defaults to true).
|
Field | |
|
validationDelay : Number
The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)
|
Field | |
|
validationEvent : String/Boolean
The event that should initiate field validation. Set to false to disable automatic validation (defaults to 'keyup').
|
Field | |
|
value : Mixed
A value to initialize this field with (defaults to undefined).
|
Field | |
|
width : Number The width of this component in pixels (defaults to auto). Note to express this dimension as a percentage or offset se...
The width of this component in pixels (defaults to auto). Note to express this dimension as a percentage or offset see anchor.
|
BoxComponent | |
|
x : Number
The local x (left) coordinate for this component if contained within a positioning container.
|
BoxComponent | |
|
xtype : String The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...
The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a Component config object. The xtype will be looked up at render time up to determine what type of child Component to create.
The predefined xtypes are listed here. If you subclass Components to create your own Components, you may register them using CQ.Ext.ComponentMgr.registerType in order to be able to take advantage of lazy instantiation and rendering. |
Component | |
|
y : Number
The local y (top) coordinate for this component if contained within a positioning container.
|
BoxComponent | |
| Property | Defined By | |
|---|---|---|
|
dataPath : String
Content path of the currently edited text Added in CQ 5.3.
|
RichText | |
|
disabled : Boolean
True if this component is disabled. Read-only.
|
Component | |
|
el : CQ.Ext.Element The CQ.Ext.Element which encapsulates this Component. Read-only.
This will usually be a <DIV> element created by t...
The CQ.Ext.Element which encapsulates this Component. Read-only. This will usually be a <DIV> element created by the class's onRender method, but
that may be overridden using the Note: this element will not be available until this Component has been rendered. To add listeners for DOM events to this Component (as opposed to listeners for this Component's own Observable events), see the listeners config for a suggestion, or use a render listener directly:
See also getEl |
Component | |
|
hidden : Boolean
True if this component is hidden. Read-only.
|
Component | |
|
initialConfig : Object
This Component's initial configuration specification. Read-only.
|
Component | |
|
label : CQ.Ext.Element The label Element associated with this Field. Only available after this Field has been rendered by a
form layout mana...
The label Element associated with this Field. Only available after this Field has been rendered by a form layout manager. |
Field | |
|
originalValue : mixed The original value of the field as configured in the value configuration, or
as loaded by the last form load operatio...
The original value of the field as configured in the value configuration, or
as loaded by the last form load operation if the form's trackResetOnLoad
setting is
true. |
Field | |
|
ownerCt : CQ.Ext.Container
This Component's owner Container (defaults to undefined, and is set automatically when
this Component is added to a ...
|
Component | |
|
refOwner : CQ.Ext.Container
The |
Component | |
|
rendered : Boolean
True if this component has been rendered. Read-only.
|
Component | |
|
startValue : mixed The value that the Field had at the time it was last focused. This is the value that is passed
to the change event wh...
The value that the Field had at the time it was last focused. This is the value that is passed to the change event which is fired if the value has been changed when the Field is blurred. This will be undefined until the Field has been visited. Compare originalValue. |
Field | |
| Method | Defined By | |
|---|---|---|
TableEdit2( Object config ) Creates a new TableEdit2.
Creates a new TableEdit2.
Added in CQ 5.3.
Parameters:
|
TableEdit2 | |
addClass( string cls ) : CQ.Ext.Component Adds a CSS class to the component's underlying element.
Adds a CSS class to the component's underlying element.
Parameters:
|
Component | |
addColumns( Number n ) : void Adds n new empty columns to the table
Adds n new empty columns to the table
Parameters:
|
TableEdit2 | |
addRows( Number n ) : void Adds n new empty rows to the end of the table.
Adds n new empty rows to the end of the table.
Parameters:
|
TableEdit2 | |
applyToMarkup( String/HTMLElement el ) : void Apply this component to existing markup that is valid. With this function, no call to render() is required.
Apply this component to existing markup that is valid. With this function, no call to render() is required.
Parameters:
|
Component | |
bubble( Function fn, [Object scope], [Array args] ) : CQ.Ext.Component Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of...
Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of
function call will be the scope provided or the current component. The arguments to the function
will be the args provided or the current component. If the function returns false at any point,
the bubble is stopped.
Parameters:
|
Component | |
|
clearInvalid() : void Clear any invalid styles/messages for this field
Clear any invalid styles/messages for this field
Parameters:
|
Field | |
cloneConfig( Object overrides ) : CQ.Ext.Component Clone the current component using the original config values passed into this instance by default.
Clone the current component using the original config values passed into this instance by default.
Parameters:
|
Component | |
|
createEditContext() : void Creates a suitable edit context for this instance.
Creates a suitable edit context for this instance.
Parameters:
|
RichText | |
|
deleteColumn() : void Deletes the column of the currently selected cell.
Deletes the column of the currently selected cell.
Parameters:
|
TableEdit2 | |
|
deleteRow() : void Deletes the row of the currently selected cell.
Deletes the row of the currently selected cell.
Parameters:
|
TableEdit2 | |
|
destroy() : void Destroys this component by purging any event listeners, removing the component's element from the DOM,
removing the c...
Destroys this component by purging any event listeners, removing the component's element from the DOM,
removing the component from its CQ.Ext.Container (if applicable) and unregistering it from
CQ.Ext.ComponentMgr. Destruction is generally handled automatically by the framework and this method
should usually not need to be called directly.
Parameters:
|
Component | |
|
disable() : CQ.Ext.Component Disable this component and fire the 'disable' event.
Disable this component and fire the 'disable' event.
Parameters:
|
Component | |
|
disableDropping() : void Enables dropping for the editor kernel.
Enables dropping for the editor kernel.
Parameters:
|
RichText | |
|
enable() : CQ.Ext.Component Enable this component and fire the 'enable' event.
Enable this component and fire the 'enable' event.
Parameters:
|
Component | |
enableBubble( String/Array events ) : void Enables events fired by this Observable to bubble up an owner hierarchy by calling
this.getBubbleTarget() if present....
Enables events fired by this Observable to bubble up an owner hierarchy by calling
This is commonly used by CQ.Ext.Components to bubble events to owner Containers. See CQ.Ext.Component.getBubbleTarget. The default implementation in CQ.Ext.Component returns the Component's immediate owner. But if a known target is required, this can be overridden to access the required target more quickly. Example:
Parameters:
|
Observable | |
|
enableDropping() : void Enables dropping for the editor kernel.
Enables dropping for the editor kernel.
Parameters:
|
RichText | |
findParentBy( Function fn ) : CQ.Ext.Container Find a container above this component at any level by a custom function. If the passed function returns
true, the con...
Find a container above this component at any level by a custom function. If the passed function returns
true, the container will be returned.
Parameters:
|
Component | |
findParentByType( String/CQ.Ext.Component/Class xtype, [Boolean shallow] ) : CQ.Ext.Container Find a container above this component at any level by xtype or class
Find a container above this component at any level by xtype or class
Parameters:
|
Component | |
focus( [Boolean selectText], [Boolean/Number delay] ) : CQ.Ext.Component Try to focus this component.
Try to focus this component.
Parameters:
|
Component | |
|
getActiveError() : String Gets the active error message for this field.
Gets the active error message for this field.
Parameters:
|
Field | |
getBox( [Boolean local] ) : Object Gets the current box measurements of the component's underlying element.
Gets the current box measurements of the component's underlying element.
Parameters:
|
BoxComponent | |
|
getBubbleTarget() : CQ.Ext.Container Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.
Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.
Parameters:
|
Component | |
|
getDropTargets() : CQ.Ext.dd.DropTarget[] Returns the drop targets of this field.
Returns the drop targets of this field.
Parameters:
|
Field | |
|
getEl() : CQ.Ext.Element Returns the CQ.Ext.Element which encapsulates this Component.
This will usually be a <DIV> element created by the ...
Returns the CQ.Ext.Element which encapsulates this Component. This will usually be a <DIV> element created by the class's onRender method, but that may be overridden using the autoEl config. Note: this element will not be available until this Component has been rendered. To add listeners for DOM events to this Component (as opposed to listeners for this Component's own Observable events), see the listeners config for a suggestion, or use a render listener directly:
Parameters:
|
Component | |
|
getErrors() : Array Runs this field's validators and returns an array of error messages for any validation failures.
This is called inter...
Runs this field's validators and returns an array of error messages for any validation failures.
This is called internally during validation and would not usually need to be used manually.
Each subclass should override or augment the return value to provide their own errors
Parameters:
|
Field | |
|
getHeight() : Number Gets the current height of the component's underlying element.
Gets the current height of the component's underlying element.
Parameters:
|
BoxComponent | |
|
getId() : String Returns the id of this component or automatically generates and
returns an id if an id is not defined yet:'ext-comp-'...
Returns the
id of this component or automatically generates and
returns an id if an id is not defined yet:
Parameters:
|
Component | |
| getItemId() : String | Component | |
|
getName() : String Returns the name or hiddenName
attribute of the field if available.
Returns the name or hiddenName
attribute of the field if available.
Parameters:
|
Field | |
|
getOuterSize() : Object Gets the current size of the component's underlying element, including space taken by its margins.
Gets the current size of the component's underlying element, including space taken by its margins.
Parameters:
|
BoxComponent | |
getPosition( [Boolean local] ) : Array Gets the current XY position of the component's underlying element.
Gets the current XY position of the component's underlying element.
Parameters:
|
BoxComponent | |
| getRawValue() : Mixed | Field | |
|
getResizeEl() : CQ.Ext.Element Returns the outermost Element of this Component which defines the Components overall size.
Usually this will return t...
Returns the outermost Element of this Component which defines the Components overall size. Usually this will return the same Element as An example is a ComboBox. It is encased in a wrapping Element which
contains both the
Parameters:
|
BoxComponent | |
|
getSize() : Object Gets the current size of the component's underlying element.
Gets the current size of the component's underlying element.
Parameters:
|
BoxComponent | |
getTableDom( HTMLElement dom ) : HTMLElement Gets the table that is currently being edited.
Gets the table that is currently being edited.
Parameters:
|
TableEdit2 | |
|
getValue() : Mixed Returns the normalized data value (undefined or emptyText will be returned as ''). To return the raw value see getRa...
Returns the normalized data value (undefined or emptyText will be returned as ''). To return the raw value see getRawValue.
Parameters:
|
Field | |
|
getWidth() : Number Gets the current width of the component's underlying element.
Gets the current width of the component's underlying element.
Parameters:
|
BoxComponent | |
|
getXType() : String Gets the xtype for this component as registered with CQ.Ext.ComponentMgr. For a list of all
available xtypes, see the...
Gets the xtype for this component as registered with CQ.Ext.ComponentMgr. For a list of all
available xtypes, see the CQ.Ext.Component header. Example usage:
Parameters:
|
Component | |
|
getXTypes() : String Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
available xtypes, see the CQ....
Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all available xtypes, see the CQ.Ext.Component header. If using your own subclasses, be aware that a Component must register its own xtype to participate in determination of inherited xtypes. Example usage:
Parameters:
|
Component | |
handleDrop( Object dragData ) : void Handler that reacts on objects that were dropped on the component.
Handler that reacts on objects that were dropped on the component.
Added in CQ 5.3.
Parameters:
|
RichText | |
hasClass( String cls ) : Boolean Checks if the component's underlying element has the specified CSS class.
Checks if the component's underlying element has the specified CSS class.
Parameters:
|
Component | |
|
hide() : CQ.Ext.Component Hide this component. Listen to the 'beforehide' event and return
false to cancel hiding the component. Fires the 'h...
Hide this component. Listen to the 'beforehide' event and return
false to cancel hiding the component. Fires the 'hide'
event after hiding the component. Note this method is called internally if
the component is configured to be
hidden.
Parameters:
|
Component | |
|
isDirty() : Boolean Returns true if the value of this Field has been changed from its original value.
Will return false if the field is d...
Returns true if the value of this Field has been changed from its original value. Will return false if the field is disabled or has not been rendered yet. Note that if the owning form was configured with CQ.Ext.form.BasicForm.trackResetOnLoad then the original value is updated when the values are loaded by CQ.Ext.form.BasicForm.setValues.
Parameters:
|
Field | |
isValid( Boolean preventMark ) : Boolean Returns whether or not the field value is currently valid by
validating the processed value
of the field. Note: disab...
Returns whether or not the field value is currently valid by
validating the processed value
of the field. Note: disabled fields are ignored.
Parameters:
|
Field | |
|
isVisible() : Boolean Returns true if this component is visible.
Returns true if this component is visible.
Parameters:
|
Component | |
isXType( String/CQ.Ext.Component/Class xtype, [Boolean shallow] ) : Boolean Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
from th...
Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended from the xtype (default) or whether it is directly of the xtype specified (shallow = true). If using your own subclasses, be aware that a Component must register its own xtype to participate in determination of inherited xtypes. For a list of all available xtypes, see the CQ.Ext.Component header. Example usage:
Parameters:
|
Component | |
markInvalid( [String msg] ) : void Display an error message associated with this field, using msgTarget to determine how to
display the message and appl...
Display an error message associated with this field, using msgTarget to determine how to display the message and applying invalidClass to the field's UI element. Note: this method does not cause the Field's validate method to return
Parameters:
|
Field | |
mon( Observable|Element item, Object|String ename, Function fn, Object scope, Object opt ) : void Adds listeners to any Observable object (or Elements) which are automatically removed when this Component
is destroye...
Adds listeners to any Observable object (or Elements) which are automatically removed when this Component is destroyed. Usage:
or:
Parameters:
|
Component | |
mun( Observable|Element item, Object|String ename, Function fn, Object scope ) : void Removes listeners that were added by the mon method.
Removes listeners that were added by the mon method.
Parameters:
|
Component | |
|
nextSibling() : CQ.Ext.Component Returns the next component in the owning container
Returns the next component in the owning container
Parameters:
|
Component | |
|
preventDrop() : void Prevents dropping on the RichText component.
Dropping may be re-enabled using reactivateDrop. This method can be
used...
Prevents dropping on the RichText component. Dropping may be re-enabled using reactivateDrop. This method can be used to temporarily disable dropping, for example during working on a plugin dialog that has its own drop targets.
Parameters:
|
RichText | |
|
previousSibling() : CQ.Ext.Component Returns the previous component in the owning container
Returns the previous component in the owning container
Parameters:
|
Component | |
processParentRecord( CQ.Ext.data.Record parent, String path ) : void Sets the value of the field using the parent record specified. If no according value
exists the default value is set....
Sets the value of the field using the parent record specified. If no according value
exists the default value is set. This method is usually executed by
CQ.Dialog.loadContent.
Parameters:
|
Field | |
processPath( String path, Boolean ignoreData ) : void Initializes the field. If ignoreData is true processRecord
will not be called afterwards. This method is usually exec...
Initializes the field. If
ignoreData is true processRecord
will not be called afterwards. This method is usually executed by
CQ.Dialog.loadContent.
Parameters:
|
Field | |
processRecord( CQ.Ext.data.Record record, String path ) : void Sets the value of the field using the record specified. If no according value
exists the default value is set. This m...
Sets the value of the field using the record specified. If no according value
exists the default value is set. This method is usually executed by
CQ.Dialog.loadContent.
Parameters:
|
Field | |
processValue( Mixed value ) : void This method should only be overridden if necessary to prepare raw values
for validation (see validate and isValid). ...
|
Field | |
|
reactivateDrop() : void Re-activates dropping on the RichText component after it was temporarily disabled
using preventDrop.
This method can ...
Re-activates dropping on the RichText component after it was temporarily disabled using preventDrop. This method can be used to temporarily disable dropping, for example during working on a plugin dialog that has its own drop targets.
Parameters:
|
RichText | |
relayEvents( Object o, Array events ) : void Relays selected events from the specified Observable as if the events were fired by this.
Relays selected events from the specified Observable as if the events were fired by this.
Parameters:
|
Observable | |
removeClass( string cls ) : CQ.Ext.Component Removes a CSS class from the component's underlying element.
Removes a CSS class from the component's underlying element.
Parameters:
|
Component | |
render( [Element/HTMLElement/String container], [String/Number position] ) : void Render this Component into the passed HTML element.
If you are using a Container object to house this Component, then...
Render this Component into the passed HTML element. If you are using a Container object to house this Component, then do not use the render method. A Container's child Components are rendered by that Container's layout manager when the Container is first rendered. Certain layout managers allow dynamic addition of child components. Those that do include CQ.Ext.layout.CardLayout, CQ.Ext.layout.AnchorLayout, CQ.Ext.layout.FormLayout, CQ.Ext.layout.TableLayout. If the Container is already rendered when a new child Component is added, you may need to call the Container's doLayout to refresh the view which causes any unrendered child Components to be rendered. This is required so that you can add multiple child components if needed while only refreshing the layout once. When creating complex UIs, it is important to remember that sizing and positioning of child items is the responsibility of the Container's layout manager. If you expect child items to be sized in response to user interactions, you must configure the Container with a layout manager which creates and manages the type of layout you have in mind. Omitting the Container's layout config means that a basic layout manager is used which does nothing but render child components sequentially into the Container. No sizing or positioning will be performed in this situation.
Parameters:
|
Component | |
|
reset() : void Resets the current field value to the originally loaded value and clears any validation messages.
See CQ.Ext.form.Bas...
Resets the current field value to the originally loaded value and clears any validation messages.
See CQ.Ext.form.BasicForm.trackResetOnLoad
Parameters:
|
Field | |
setActiveError( String msg, Boolean suppressEvent ) : void Sets the current activeError to the given string. Fires the 'invalid' event.
This does not set up the error icon, onl...
Sets the current activeError to the given string. Fires the 'invalid' event.
This does not set up the error icon, only sets the message and fires the event. To show the error icon,
use markInvalid instead, which calls this method internally
Parameters:
|
Field | |
setAutoScroll( Boolean scroll ) : CQ.Ext.BoxComponent Sets the overflow on the content element of the component.
Sets the overflow on the content element of the component.
Parameters:
|
BoxComponent | |
setDisabled( Boolean disabled ) : CQ.Ext.Component Convenience function for setting disabled/enabled by boolean.
Convenience function for setting disabled/enabled by boolean.
Parameters:
|
Component | |
setHeight( Mixed height ) : CQ.Ext.BoxComponent Sets the height of the component. This method fires the resize event.
Sets the height of the component. This method fires the resize event.
Parameters:
|
BoxComponent | |
setPagePosition( Number x, Number y ) : CQ.Ext.BoxComponent Sets the page XY position of the component. To set the left and top instead, use setPosition.
This method fires the ...
Sets the page XY position of the component. To set the left and top instead, use setPosition.
This method fires the move event.
Parameters:
|
BoxComponent | |
setPosition( Number left, Number top ) : CQ.Ext.BoxComponent Sets the left and top of the component. To set the page XY position instead, use setPagePosition.
This method fires ...
Sets the left and top of the component. To set the page XY position instead, use setPagePosition.
This method fires the move event.
Parameters:
|
BoxComponent | |
setRawValue( Mixed value ) : Mixed Sets the underlying DOM field's value directly, bypassing validation. To set the value with validation see setValue.
Sets the underlying DOM field's value directly, bypassing validation. To set the value with validation see setValue.
Parameters:
|
Field | |
setReadOnly( Boolean readOnly ) : void Sets the read only state of this field.
Sets the read only state of this field.
Parameters:
|
Field | |
setSize( Mixed width, Mixed height ) : CQ.Ext.BoxComponent Sets the width and height of this BoxComponent. This method fires the resize event. This method can accept
either wid...
Sets the width and height of this BoxComponent. This method fires the resize event. This method can accept
either width and height as separate arguments, or you can pass a size object like
{width:10, height:20}.
Parameters:
|
BoxComponent | |
setValue( Mixed value ) : CQ.Ext.form.Field Sets a data value into the field and validates it. To set the value directly without validation see setRawValue.
Sets a data value into the field and validates it. To set the value directly without validation see setRawValue.
Parameters:
|
Field | |
setVisible( Boolean visible ) : CQ.Ext.Component Convenience function to hide or show this component by boolean.
Convenience function to hide or show this component by boolean.
Parameters:
|
Component | |
setWidth( Mixed width ) : CQ.Ext.BoxComponent Sets the width of the component. This method fires the resize event.
Sets the width of the component. This method fires the resize event.
Parameters:
|
BoxComponent | |
|
show() : CQ.Ext.Component Show this component. Listen to the 'beforeshow' event and return
false to cancel showing the component. Fires the '...
Show this component. Listen to the 'beforeshow' event and return
false to cancel showing the component. Fires the 'show'
event after showing the component.
Parameters:
|
Component | |
|
syncSize() : CQ.Ext.BoxComponent Force the component's size to recalculate based on the underlying element's current height and width.
Force the component's size to recalculate based on the underlying element's current height and width.
Parameters:
|
BoxComponent | |
unsetActiveError( Boolean suppressEvent ) : void Clears the activeError and fires the 'valid' event. This is called internally by clearInvalid and would not
usually n...
Clears the activeError and fires the 'valid' event. This is called internally by clearInvalid and would not
usually need to be called manually
Parameters:
|
Field | |
update( Mixed htmlOrData
If, Boolean loadScripts
(optional), Function callback
(optional) ) : void Update the content area of a component.
Update the content area of a component.
Parameters:
|
Component | |
updateBox( Object box ) : CQ.Ext.BoxComponent Sets the current box measurements of the component's underlying element.
Sets the current box measurements of the component's underlying element.
Parameters:
|
BoxComponent | |
|
validate() : Boolean Validates the field value
Validates the field value
Parameters:
|
Field | |
validateValue( Mixed The ) : Boolean Uses getErrors to build an array of validation errors. If any errors are found, markInvalid is called
with the first ...
Uses getErrors to build an array of validation errors. If any errors are found, markInvalid is called
with the first and false is returned, otherwise true is returned. Previously, subclasses were invited
to provide an implementation of this to process validations - from 3.2 onwards getErrors should be
overridden instead.
Parameters:
|
Field | |
| Event | Defined By | |
|---|---|---|
activate : ( CQ.form.RichText this ) Fires when the editor is first receives the focus. Any insertion must wait
until after this event.
Fires when the editor is first receives the focus. Any insertion must wait
until after this event.
Listeners will be called with the following arguments:
|
RichText | |
added : ( CQ.Ext.Component this, CQ.Ext.Container ownerCt, number index ) Fires when a component is added to an CQ.Ext.Container
Fires when a component is added to an CQ.Ext.Container
Listeners will be called with the following arguments:
|
Component | |
afterrender : ( CQ.Ext.Component this ) Fires after the component rendering is finished.
The afterrender event is fired after this Component has been rendere...
Fires after the component rendering is finished. The afterrender event is fired after this Component has been rendered, been postprocesed by any afterRender method defined for the Component, and, if stateful, after state has been restored.
Listeners will be called with the following arguments:
|
Component | |
beforedestroy : ( CQ.Ext.Component this )
|
Component | |
beforehide : ( CQ.Ext.Component this ) Fires before the component is hidden by calling the hide method.
Return false from an event handler to stop the hide.
Fires before the component is hidden by calling the hide method.
Return false from an event handler to stop the hide.
Listeners will be called with the following arguments:
|
Component | |
beforeloadcontent : ( CQ.form.CompositeField field, CQ.Ext.data.Record record, String path ) Fires before the content is loaded. Return false to cancel loading content.
Fires before the content is loaded. Return false to cancel loading content.
Added in CQ 5.3.
Listeners will be called with the following arguments:
|
Field | |
beforepush : ( CQ.form.RichText this, String html ) Fires before the iframe editor is updated with content from the textarea. Return false
to cancel the push.
Fires before the iframe editor is updated with content from the textarea. Return false
to cancel the push.
Listeners will be called with the following arguments:
|
RichText | |
beforerender : ( CQ.Ext.Component this )
|
Component | |
beforeshow : ( CQ.Ext.Component this ) Fires before the component is shown by calling the show method.
Return false from an event handler to stop the show.
Fires before the component is shown by calling the show method.
Return false from an event handler to stop the show.
Listeners will be called with the following arguments:
|
Component | |
beforestaterestore : ( CQ.Ext.Component this, Object state ) Fires before the state of the component is restored. Return false from an event handler to stop the restore.
Fires before the state of the component is restored. Return false from an event handler to stop the restore.
Listeners will be called with the following arguments:
|
Component | |
beforestatesave : ( CQ.Ext.Component this, Object state ) Fires before the state of the component is saved to the configured state provider. Return false to stop the save.
Fires before the state of the component is saved to the configured state provider. Return false to stop the save.
Listeners will be called with the following arguments:
|
Component | |
beforesync : ( CQ.form.RichText this, String html ) Fires before the textarea is updated with content from the editor iframe. Return false
to cancel the sync.
Fires before the textarea is updated with content from the editor iframe. Return false
to cancel the sync.
Listeners will be called with the following arguments:
|
RichText | |
blur : ( CQ.Ext.form.Field this ) Fires when this field loses input focus.
Fires when this field loses input focus.
Listeners will be called with the following arguments:
|
Field | |
change : ( CQ.Ext.form.Field this, Mixed newValue, Mixed oldValue ) Fires just before the field blurs if the field value has changed.
Fires just before the field blurs if the field value has changed.
Listeners will be called with the following arguments:
|
Field | |
destroy : ( CQ.Ext.Component this )
|
Component | |
disable : ( CQ.Ext.Component this ) Fires after the component is disabled.
Fires after the component is disabled.
Listeners will be called with the following arguments:
|
Component | |
editmodechange : ( CQ.form.RichText this, Boolean sourceEdit ) Fires when the editor switches edit modes
Fires when the editor switches edit modes
Listeners will be called with the following arguments:
|
RichText | |
enable : ( CQ.Ext.Component this ) Fires after the component is enabled.
Fires after the component is enabled.
Listeners will be called with the following arguments:
|
Component | |
focus : ( CQ.Ext.form.Field this ) Fires when this field receives input focus.
Fires when this field receives input focus.
Listeners will be called with the following arguments:
|
Field | |
hide : ( CQ.Ext.Component this )
|
Component | |
initialize : ( CQ.form.RichText this ) Fires when the editor is fully initialized (including the iframe)
Fires when the editor is fully initialized (including the iframe)
Listeners will be called with the following arguments:
|
RichText | |
invalid : ( CQ.Ext.form.Field this, String msg ) Fires after the field has been marked as invalid.
Fires after the field has been marked as invalid.
Listeners will be called with the following arguments:
|
Field | |
loadcontent : ( CQ.form.CompositeField field, CQ.Ext.data.Record record, String path )
Fires when the content has been loaded.
Fires when the content has been loaded.
Added in CQ 5.3.
Listeners will be called with the following arguments:
|
Field | |
move : ( CQ.Ext.Component this, Number x, Number y ) Fires after the component is moved.
Fires after the component is moved.
Listeners will be called with the following arguments:
|
BoxComponent | |
push : ( CQ.form.RichText this, String html ) Fires when the iframe editor is updated with content from the textarea.
Fires when the iframe editor is updated with content from the textarea.
Listeners will be called with the following arguments:
|
RichText | |
removed : ( CQ.Ext.Component this, CQ.Ext.Container ownerCt ) Fires when a component is removed from an CQ.Ext.Container
Fires when a component is removed from an CQ.Ext.Container
Listeners will be called with the following arguments:
|
Component | |
render : ( CQ.Ext.Component this )
|
Component | |
resize : ( CQ.Ext.Component this, Number adjWidth, Number adjHeight, Number rawWidth, Number rawHeight ) Fires after the component is resized.
Fires after the component is resized.
Listeners will be called with the following arguments:
|
BoxComponent | |
show : ( CQ.Ext.Component this )
|
Component | |
specialkey : ( CQ.Ext.form.Field this, CQ.Ext.EventObject e ) Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.
To handle other keys see CQ.Ext....
Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.
To handle other keys see CQ.Ext.Panel.keys or CQ.Ext.KeyMap.
You can check CQ.Ext.EventObject.getKey to determine which key was pressed.
For example:
Listeners will be called with the following arguments:
|
Field | |
staterestore : ( CQ.Ext.Component this, Object state ) Fires after the state of the component is restored.
Fires after the state of the component is restored.
Listeners will be called with the following arguments:
|
Component | |
statesave : ( CQ.Ext.Component this, Object state ) Fires after the state of the component is saved to the configured state provider.
Fires after the state of the component is saved to the configured state provider.
Listeners will be called with the following arguments:
|
Component | |
sync : ( CQ.form.RichText this, String html ) Fires when the textarea is updated with content from the editor iframe.
Fires when the textarea is updated with content from the editor iframe.
Listeners will be called with the following arguments:
|
RichText | |
valid : ( CQ.Ext.form.Field this ) Fires after the field has been validated with no errors.
Fires after the field has been validated with no errors.
Listeners will be called with the following arguments:
|
Field | |