Class actioncenter.acElementEditor
Extends
Ext.Panel.
The AC element editor panel.
Defined in: elementeditor.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
actioncenter.acElementEditor.actionCenterListener
The AC listener.
|
<static> |
actioncenter.acElementEditor.autoScroll
Auto-scroll.
|
<static> |
actioncenter.acElementEditor.bodyBorder
The body border
|
<static> |
actioncenter.acElementEditor.componentId
The component id.
|
<static> |
actioncenter.acElementEditor.componentProperties
The component properties.
|
<static> |
actioncenter.acElementEditor.name
The name.
|
<static> |
actioncenter.acElementEditor.order
The order.
|
<static> |
actioncenter.acElementEditor.subscription
The subscription.
|
<static> |
actioncenter.acElementEditor.title
The title.
|
<static> |
actioncenter.acElementEditor.type
The type
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.acElementEditor.afterRender()
Executes after rendering.
|
<static> |
actioncenter.acElementEditor.beforeDestroy()
Executes prior to destruction of this component.
|
<static> |
actioncenter.acElementEditor.buildEditor(msg)
Registers to listen for children updates.
|
<static> |
actioncenter.acElementEditor.cleanUp()
Performs the clean-up.
|
<static> |
actioncenter.acElementEditor.createCategory(msg)
Creates a child node.
|
<static> |
actioncenter.acElementEditor.initComponent()
Initializes the component.
|
<static> |
actioncenter.acElementEditor.setProperties(msg)
Sets the properties.
|
<static> |
actioncenter.acElementEditor.unsubscribeAllChannels()
Unsubcribes from all channels.
|
Field Detail
<static>
actioncenter.acElementEditor.actionCenterListener
The AC listener.
- Default Value:
- null
<static>
actioncenter.acElementEditor.autoScroll
Auto-scroll.
- Default Value:
- true
<static>
actioncenter.acElementEditor.bodyBorder
The body border
- Default Value:
- false
<static>
actioncenter.acElementEditor.componentId
The component id.
- Default Value:
- ''
<static>
actioncenter.acElementEditor.componentProperties
The component properties.
- Default Value:
- null
<static>
actioncenter.acElementEditor.name
The name.
- Default Value:
- ''
<static>
actioncenter.acElementEditor.order
The order.
- Default Value:
- ''
<static>
actioncenter.acElementEditor.subscription
The subscription.
- Default Value:
- null
<static>
actioncenter.acElementEditor.title
The title.
- Default Value:
- 'Element Editor'
<static>
actioncenter.acElementEditor.type
The type
- Default Value:
- ''
Method Detail
<static>
actioncenter.acElementEditor.afterRender()
Executes after rendering.
- Returns:
- void
<static>
actioncenter.acElementEditor.beforeDestroy()
Executes prior to destruction of this component.
- Returns:
- void
<static>
actioncenter.acElementEditor.buildEditor(msg)
Registers to listen for children updates.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.acElementEditor.cleanUp()
Performs the clean-up.
- Returns:
- void
<static>
actioncenter.acElementEditor.createCategory(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.acElementEditor.initComponent()
Initializes the component.
- Returns:
- void
<static>
actioncenter.acElementEditor.setProperties(msg)
Sets the properties.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.acElementEditor.unsubscribeAllChannels()
Unsubcribes from all channels.
- Returns:
- void