1 | <?php |
||
13 | class HtmlButtontoolbar extends HtmlButtongroups { |
||
14 | |||
15 | public function __construct($identifier, $elements=array(), $cssStyle=NULL, $size=NULL, $tagName="div") { |
||
19 | |||
20 | /* |
||
21 | * (non-PHPdoc) |
||
22 | * @see \Ajax\bootstrap\html\HtmlButtongroups::addElement() |
||
23 | */ |
||
24 | public function addElement($element) { |
||
31 | |||
32 | /** |
||
33 | * Add and return a new buttongroup |
||
34 | * @return \Ajax\bootstrap\html\HtmlButtongroups |
||
35 | */ |
||
36 | public function addGroup() { |
||
42 | |||
43 | /** |
||
44 | * |
||
45 | * @return HtmlButtongroups |
||
46 | */ |
||
47 | private function getLastButtonGroup() { |
||
57 | |||
58 | /** |
||
59 | * return the Buttongroups at position $index |
||
60 | * @return \Ajax\bootstrap\html\HtmlButtongroups |
||
61 | */ |
||
62 | public function getGroup($index) { |
||
65 | |||
66 | public function getLastGroup() { |
||
73 | |||
74 | /* |
||
75 | * (non-PHPdoc) |
||
76 | * @see \Ajax\bootstrap\html\HtmlButtongroups::getElement() |
||
77 | */ |
||
78 | public function getElement($index) { |
||
97 | } |