PHP Class 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*
Inheritance: extends HtmlElement
Afficher le fichier Open project: atk4/atk4

Méthodes publiques

Свойство Type Description
$options Options to pass to buttonset JS widget
$vertical Buttonset direction (false = horizontal, true = vertical)

Méthodes publiques

Méthode Description
addButton ( string $label = null, array $options = [] ) : Button Add button to buttonset.
init ( ) Initialization
jsButtonSet ( )

Method Details

addButton() public méthode

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

init() public méthode

Initialization
public init ( )

jsButtonSet() public méthode

public jsButtonSet ( )

Property Details

$options public_oe property

Options to pass to buttonset JS widget
public $options

$vertical public_oe property

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