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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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