Class Index | File Index

Classes


Class actioncenter.acToolEditor


Extends Ext.Panel.
The Tool Editor panel.
Defined in: tool.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static>  
actioncenter.acToolEditor.bodyBorder
The body border.
<static>  
actioncenter.acToolEditor.columns
The columns.
<static>  
actioncenter.acToolEditor.contributionId
The contribution id.
<static>  
actioncenter.acToolEditor.layout
The layout.
<static>  
actioncenter.acToolEditor.name
The name.
<static>  
actioncenter.acToolEditor.order
The order.
<static>  
actioncenter.acToolEditor.subscription
The subscription.
<static>  
actioncenter.acToolEditor.title
The title.
Method Summary
Method Attributes Method Name and Description
<static>  
actioncenter.acToolEditor.afterRender()
After-render handler.
<static>  
actioncenter.acToolEditor.beforeDestroy(msg)
Before-destroy processing.
<static>  
actioncenter.acToolEditor.createTreeGrid()
Creates the tree grid.
<static>  
actioncenter.acToolEditor.initComponent()
Initializes this component.
<static>  
actioncenter.acToolEditor.onTabActive(tabName)
Handler of tab activation.
<static>  
actioncenter.acToolEditor.setInfoValue(msg)
Sets the info value.
<static>  
actioncenter.acToolEditor.showColumns(tabName)
This function show the columns in the innertreegrid (the maintreegrid) corresponding to the active bottom tab.
Class Detail
actioncenter.acToolEditor()
Default constructor.
Field Detail
<static> actioncenter.acToolEditor.bodyBorder
The body border.
Default Value:
false

<static> actioncenter.acToolEditor.columns
The columns.
Default Value:
null

<static> actioncenter.acToolEditor.contributionId
The contribution id.
Default Value:
''

<static> actioncenter.acToolEditor.layout
The layout.
Default Value:
'fit'

<static> actioncenter.acToolEditor.name
The name.
Default Value:
''

<static> actioncenter.acToolEditor.order
The order.
Default Value:
''

<static> actioncenter.acToolEditor.subscription
The subscription.
Default Value:
null

<static> actioncenter.acToolEditor.title
The title.
Default Value:
'Action Center Tool Editor'
Method Detail
<static> actioncenter.acToolEditor.afterRender()
After-render handler.
Returns:
void

<static> actioncenter.acToolEditor.beforeDestroy(msg)
Before-destroy processing.
Parameters:
msg
the message
Returns:
void

<static> actioncenter.acToolEditor.createTreeGrid()
Creates the tree grid.
Returns:
void

<static> actioncenter.acToolEditor.initComponent()
Initializes this component.
Returns:
void

<static> actioncenter.acToolEditor.onTabActive(tabName)
Handler of tab activation.
Parameters:
tabName
the tab name
Returns:
void

<static> actioncenter.acToolEditor.setInfoValue(msg)
Sets the info value.
Parameters:
msg
the message
Returns:
void

<static> actioncenter.acToolEditor.showColumns(tabName)
This function show the columns in the innertreegrid (the maintreegrid) corresponding to the active bottom tab.
Parameters:
tabName
the name of the active bottom tab
Returns:
void

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