Chico UI

ch.Tab (Class)

Documentation updated on Fri May 18 2012 12:47:10 GMT-0300 (GMT-03:00), generated by JsDoc Toolkit 2.4.0

Overview

Simple unit of content for TabNavigators.

Summary

Visibility Name Description
<protected>  
The component's content.
<protected>  
Reference to the trigger element.
<protected>  
This callback is triggered when async data is loaded into component's content, when ajax content comes back.
<public>  
Content configuration property.
<private>  
Reference to a internal component instance, saves all the information and configuration properties.

Fields borrowed from class ch.Navs: active

Fields borrowed from class ch.Uiobject: DOMParent,originalContent,position,staticContent

Visibility Name Description
<private>  
Creates the basic structure for the tab's content.
<protected>  
Hides component's content.
<protected>  
Shows component's content.

Methods borrowed from class ch.Navs: configBehavior, hide, isActive, show

Methods borrowed from class ch.Uiobject: content, prevent

Methods borrowed from class ch.Object: callbacks, off, on, once, trigger

Events borrowed from class ch.Navs: hide, onHide, onShow, show

Classdetail

Parameters

  • conf: object. Object with configuration properties

Returns

  • itself

Properties detail

$content (protected, jQuery)

The component's content.

$trigger (protected, jQuery)

Reference to the trigger element.

contentCallback (protected)

This callback is triggered when async data is loaded into component's content, when ajax content comes back.

source (public, string)

Content configuration property.

that (private, object)

Reference to a internal component instance, saves all the information and configuration properties.

Methods detail

createContent (private)

Creates the basic structure for the tab's content.

innerHide (protected)

Hides component's content.

Returns
  • itself

innerShow (protected)

Shows component's content.

Returns
  • itself