Class AC.widget.TBox
				
Extends
					Ext.Container.
				
			
				T-box widget
				
				
					
Defined in:  tool.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
								AC.widget.TBox(config)
							 Default constructor. | 
| 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. | 
					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