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
Show file Open project: atk4/atk4

Public Properties

Property Type Description
$options Options to pass to buttonset JS widget
$vertical Buttonset direction (false = horizontal, true = vertical)

Public Methods

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

Method Details

addButton() public method

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

init() public method

Initialization
public init ( )

jsButtonSet() public method

public jsButtonSet ( )

Property Details

$options public property

Options to pass to buttonset JS widget
public $options

$vertical public property

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