Class Index | File Index

Classes


Class AC.widget.TBox


Extends Ext.Container.
T-box widget
Defined in: tool.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
AC.widget.TBox(config)
Default constructor.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.widget.TBox.afterRender()
After-render handler.
<static>  
AC.widget.TBox.beforeDestroy()
Before-destroy handler.
<static>  
AC.widget.TBox.createTemplate()
Creates the HTML template.
<static>  
AC.widget.TBox.fetchFibuId()
Fetches the FIBU contribution's id.
<static>  
AC.widget.TBox.initComponent()
Initializes this component.
<static>  
AC.widget.TBox.initEvents()
Initializes the events.
<static>  
AC.widget.TBox.onFIBUUpdate(msg)
FIBU update handler.
<static>  
AC.widget.TBox.onRender(ct, position)
On-render handler.
<static>  
AC.widget.TBox.setFibuId(msg)
Call back from fetching the FIBU contribution.
<static>  
AC.widget.TBox.setInternalTpl()
Sets the internal template.
Class Detail
AC.widget.TBox(config)
Default constructor.
Parameters:
config
the configuration
Method Detail
<static> AC.widget.TBox.afterRender()
After-render handler.
Returns:
void

<static> AC.widget.TBox.beforeDestroy()
Before-destroy handler.
Returns:
void

<static> AC.widget.TBox.createTemplate()
Creates the HTML template.
Returns:
void

<static> AC.widget.TBox.fetchFibuId()
Fetches the FIBU contribution's id.
Returns:
void

<static> AC.widget.TBox.initComponent()
Initializes this component.
Returns:
void

<static> AC.widget.TBox.initEvents()
Initializes the events.
Returns:
void

<static> AC.widget.TBox.onFIBUUpdate(msg)
FIBU update handler.
Parameters:
msg
the message
Returns:
void

<static> AC.widget.TBox.onRender(ct, position)
On-render handler.
Parameters:
ct
the component
position
the position

<static> AC.widget.TBox.setFibuId(msg)
Call back from fetching the FIBU contribution.
Parameters:
msg
the message
Returns:
void

<static> AC.widget.TBox.setInternalTpl()
Sets the internal template.
Returns:
void

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