Class actioncenter.acElementCategoryEditor
Extends
Ext.Panel.
The AC element category editor sub-panel.
Defined in: elementeditor.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Default constructor.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
actioncenter.acElementCategoryEditor.autoHeight
Auto-height.
|
| <static> |
actioncenter.acElementCategoryEditor.bodyBorder
The body border.
|
| <static> |
actioncenter.acElementCategoryEditor.collapsible
Collapsible.
|
| <static> |
actioncenter.acElementCategoryEditor.layout
The layout
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
actioncenter.acElementCategoryEditor.beforeDestroy()
Executes prior to destruction.
|
| <static> |
actioncenter.acElementCategoryEditor.cleanUp()
Cleans up.
|
| <static> |
actioncenter.acElementCategoryEditor.createField(msg)
Creates a child node.
|
| <static> |
actioncenter.acElementCategoryEditor.onResize(w, h)
Invoked on resizing.
|
| <static> |
actioncenter.acElementCategoryEditor.unsubscribeAllChannels()
Unsubscribes from all channels.
|
Field Detail
<static>
actioncenter.acElementCategoryEditor.autoHeight
Auto-height.
- Default Value:
- true
<static>
actioncenter.acElementCategoryEditor.bodyBorder
The body border.
- Default Value:
- false
<static>
actioncenter.acElementCategoryEditor.collapsible
Collapsible.
- Default Value:
- true
<static>
actioncenter.acElementCategoryEditor.layout
The layout
- Default Value:
- 'form'
Method Detail
<static>
actioncenter.acElementCategoryEditor.beforeDestroy()
Executes prior to destruction.
- Returns:
- void
<static>
actioncenter.acElementCategoryEditor.cleanUp()
Cleans up.
- Returns:
- void
<static>
actioncenter.acElementCategoryEditor.createField(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.acElementCategoryEditor.onResize(w, h)
Invoked on resizing.
- Parameters:
- w
- the width
- h
- the height
- Returns:
- void
<static>
actioncenter.acElementCategoryEditor.unsubscribeAllChannels()
Unsubscribes from all channels.
- Returns:
- void