PHP 클래스 TbCollapse

또한 보기: http://twitter.github.com/bootstrap/javascript.html#collapse
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$events the Javascript event handlers.
$htmlOptions the HTML attributes for the widget container.
$options the options for the Bootstrap Javascript plugin.
$parent the CSS selector for element to collapse. Defaults to 'false'.
$tagName the name of the collapse element. Defaults to 'div'.
$toggle indicates whether to toggle the collapsible element on invocation.

공개 메소드들

메소드 설명
getNextContainerId ( ) : string ### .getNextContainerId()
init ( ) ### .init()
run ( ) ### .run()

메소드 상세

getNextContainerId() 공개 정적인 메소드

Returns the next collapse container ID.
public static getNextContainerId ( ) : string
리턴 string the id

init() 공개 메소드

Initializes the widget.
public init ( )

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$events 공개적으로 프로퍼티

the Javascript event handlers.
public $events

$htmlOptions 공개적으로 프로퍼티

the HTML attributes for the widget container.
public $htmlOptions

$options 공개적으로 프로퍼티

the options for the Bootstrap Javascript plugin.
public $options

$parent 공개적으로 프로퍼티

the CSS selector for element to collapse. Defaults to 'false'.
public $parent

$tagName 공개적으로 프로퍼티

the name of the collapse element. Defaults to 'div'.
public $tagName

$toggle 공개적으로 프로퍼티

indicates whether to toggle the collapsible element on invocation.
public $toggle