1 | <?php |
||
12 | class HtmlSemDoubleElement extends HtmlDoubleElement { |
||
13 | protected $_popup=NULL; |
||
14 | |||
15 | public function __construct($identifier, $tagName="p") { |
||
18 | |||
19 | /** |
||
20 | * {@inheritDoc} |
||
21 | * @see \Ajax\common\html\HtmlSingleElement::setSize() |
||
22 | */ |
||
23 | public function setSize($size){ |
||
26 | |||
27 | /** |
||
28 | * show it is currently unable to be interacted with |
||
29 | * @return \Ajax\semantic\html\elements\HtmlSemDoubleElement |
||
30 | */ |
||
31 | public function setDisabled(){ |
||
34 | |||
35 | /** |
||
36 | * @param string $color |
||
37 | * @return \Ajax\semantic\html\base\HtmlSemDoubleElement |
||
38 | */ |
||
39 | public function setColor($color){ |
||
42 | |||
43 | public function setPopupAttributes($variation=NULL,$popupEvent=NULL){ |
||
47 | |||
48 | public function addPopup($title="",$content="",$variation=NULL,$params=array()){ |
||
52 | |||
53 | public function addPopupHtml($html="",$variation=NULL,$params=array()){ |
||
59 | |||
60 | public function setFluid(){ |
||
63 | |||
64 | /** |
||
65 | * Adds an icon before or after |
||
66 | * @param string|HtmlIcon $icon |
||
67 | * @param boolean $before |
||
68 | * @param boolean $labeled |
||
69 | * @return \Ajax\semantic\html\elements\HtmlIcon |
||
70 | */ |
||
71 | public function addIcon($icon,$before=true,$labeled=false){ |
||
83 | |||
84 | /** |
||
85 | * show a loading indicator |
||
86 | * @return \Ajax\semantic\html\base\HtmlSemDoubleElement |
||
87 | */ |
||
88 | public function asLoader(){ |
||
91 | |||
92 | public function compile(JsUtils $js=NULL, View $view=NULL){ |
||
105 | } |