PHP 클래스 View_ButtonSet, atk4

Reference: http://agiletoolkit.org/doc/ref *ATK4***************************************************** This file is part of Agile Toolkit 4 http://agiletoolkit.org (c) 2008-2011 Agile Technologies Ireland Limited Distributed under Affero General Public License v3 If you are using this file in YOUR web software, you must make your make source code for YOUR web software public. See LICENSE.txt for more information You can obtain non-public copy of Agile Toolkit 4 at http://agiletoolkit.org/commercial ****************************************************ATK4*
상속: extends HtmlElement
파일 보기 프로젝트 열기: atk4/atk4

공개 프로퍼티들

프로퍼티 타입 설명
$options Options to pass to buttonset JS widget
$vertical Buttonset direction (false = horizontal, true = vertical)

공개 메소드들

메소드 설명
addButton ( string $label = null, array $options = [] ) : Button Add button to buttonset.
init ( ) Initialization
jsButtonSet ( )

메소드 상세

addButton() 공개 메소드

Add button to buttonset.
public addButton ( string $label = null, array $options = [] ) : Button
$label string Label of button
$options array Options to pass to button
리턴 Button

init() 공개 메소드

Initialization
public init ( )

jsButtonSet() 공개 메소드

public jsButtonSet ( )

프로퍼티 상세

$options 공개적으로 프로퍼티

Options to pass to buttonset JS widget
public $options

$vertical 공개적으로 프로퍼티

Buttonset direction (false = horizontal, true = vertical)
public $vertical