Class Index | File Index

Classes


Class actioncenter.acElementCategoryEditor


Extends Ext.Panel.
The AC element category editor sub-panel.
Defined in: elementeditor.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
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 Summary
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.
Class Detail
actioncenter.acElementCategoryEditor()
Default constructor.
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

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)