@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | public function __construct($identifier, $brand="Brand", $brandHref="#") { |
| 33 | 33 | parent::__construct($identifier); |
| 34 | 34 | $this->_template=include 'templates/tplNavbar.php'; |
| 35 | - $this->navZones=array (); |
|
| 35 | + $this->navZones=array(); |
|
| 36 | 36 | $this->class="navbar-default"; |
| 37 | 37 | $this->brand=$brand; |
| 38 | 38 | $this->brandHref=$brandHref; |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | public function setBrandImage($imageSrc) { |
| 63 | - $this->brandImage=new HtmlImg("brand-img-".$this->_identifier,$imageSrc,$this->brand); |
|
| 63 | + $this->brandImage=new HtmlImg("brand-img-".$this->_identifier, $imageSrc, $this->brand); |
|
| 64 | 64 | $this->brand=""; |
| 65 | 65 | return $this; |
| 66 | 66 | } |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | |
| 105 | 105 | public function setNavZones($navZones) { |
| 106 | 106 | if (\is_array($navZones)) { |
| 107 | - foreach ( $navZones as $zoneType => $zoneArray ) { |
|
| 107 | + foreach ($navZones as $zoneType => $zoneArray) { |
|
| 108 | 108 | if (is_string($zoneType)) { |
| 109 | 109 | $zone=$this->addZone($zoneType); |
| 110 | 110 | $zone->fromArray($zoneArray); |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | if ($index<$nb) |
| 145 | 145 | $zone=$this->navZones [$index]; |
| 146 | 146 | } else { |
| 147 | - for($i=0; $i<$nb; $i++) { |
|
| 147 | + for ($i=0; $i<$nb; $i++) { |
|
| 148 | 148 | if ($this->navZones [$i]->getIdentifier()===$index) { |
| 149 | 149 | $zone=$this->navZones [$i]; |
| 150 | 150 | break; |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | } |
| 156 | 156 | |
| 157 | 157 | public function run(JsUtils $js) { |
| 158 | - foreach ( $this->navZones as $zone ) { |
|
| 158 | + foreach ($this->navZones as $zone) { |
|
| 159 | 159 | $zone->run($js); |
| 160 | 160 | } |
| 161 | 161 | if ($this->hasScrollspy) { |
@@ -177,9 +177,9 @@ discard block |
||
| 177 | 177 | } |
| 178 | 178 | |
| 179 | 179 | public function setFluid($fluid) { |
| 180 | - if($fluid===true){ |
|
| 180 | + if ($fluid===true) { |
|
| 181 | 181 | $this->fluid="container-fluid"; |
| 182 | - }else{ |
|
| 182 | + } else { |
|
| 183 | 183 | $this->fluid="container"; |
| 184 | 184 | } |
| 185 | 185 | return $this; |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | $this->startIndex=$startIndex; |
| 53 | 53 | $this->autoActive=$autoActive; |
| 54 | 54 | $this->_contentSeparator="<div class='divider'> / </div>"; |
| 55 | - $this->_hrefFunction=function (HtmlSemDoubleElement $e) { |
|
| 55 | + $this->_hrefFunction=function(HtmlSemDoubleElement $e) { |
|
| 56 | 56 | return $e->getContent(); |
| 57 | 57 | }; |
| 58 | 58 | if (isset($hrefFunction)) { |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | * @return HtmlBreadcrumb |
| 69 | 69 | */ |
| 70 | 70 | public function autoGetOnClick($targetSelector) { |
| 71 | - return $this->getOnClick($this->root, $targetSelector, array ("attr" => $this->attr )); |
|
| 71 | + return $this->getOnClick($this->root, $targetSelector, array("attr" => $this->attr)); |
|
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | public function contentAsString() { |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | */ |
| 84 | 84 | public function setActive($index=null) { |
| 85 | 85 | if (!isset($index)) { |
| 86 | - $index=sizeof($this->content) - 1; |
|
| 86 | + $index=sizeof($this->content)-1; |
|
| 87 | 87 | } |
| 88 | 88 | $activeItem=$this->content[$index]; |
| 89 | 89 | $activeItem->addToProperty("class", "active"); |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * @param object $dispatcher the request dispatcher |
| 97 | 97 | * @return HtmlBreadcrumb |
| 98 | 98 | */ |
| 99 | - public function fromDispatcher(JsUtils $js,$dispatcher, $startIndex=0) { |
|
| 99 | + public function fromDispatcher(JsUtils $js, $dispatcher, $startIndex=0) { |
|
| 100 | 100 | $this->startIndex=$startIndex; |
| 101 | 101 | return $this->addItems($js->fromDispatcher($dispatcher)); |
| 102 | 102 | } |
@@ -111,12 +111,12 @@ discard block |
||
| 111 | 111 | if (!isset($index)) { |
| 112 | 112 | $index=sizeof($this->content); |
| 113 | 113 | } |
| 114 | - if ($this->absolutePaths === true) { |
|
| 114 | + if ($this->absolutePaths===true) { |
|
| 115 | 115 | return $this->_hrefFunction($this->content[$index]); |
| 116 | 116 | } else { |
| 117 | - return $this->root . implode($separator, array_slice(array_map(function ($e) { |
|
| 117 | + return $this->root.implode($separator, array_slice(array_map(function($e) { |
|
| 118 | 118 | return $this->_hrefFunction($e); |
| 119 | - }, $this->content), $this->startIndex, $index + 1)); |
|
| 119 | + }, $this->content), $this->startIndex, $index+1)); |
|
| 120 | 120 | } |
| 121 | 121 | } |
| 122 | 122 | |
@@ -150,8 +150,8 @@ discard block |
||
| 150 | 150 | $this->setActive(); |
| 151 | 151 | } |
| 152 | 152 | $count=$this->count(); |
| 153 | - for($i=1; $i < $count; $i++) { |
|
| 154 | - $this->content[$i]->wrap($this->getContentDivider($i - 1)); |
|
| 153 | + for ($i=1; $i<$count; $i++) { |
|
| 154 | + $this->content[$i]->wrap($this->getContentDivider($i-1)); |
|
| 155 | 155 | } |
| 156 | 156 | return parent::compile($js, $view); |
| 157 | 157 | } |
@@ -161,15 +161,15 @@ discard block |
||
| 161 | 161 | * @see \Ajax\bootstrap\html\base\BaseHtml::on() |
| 162 | 162 | */ |
| 163 | 163 | public function on($event, $jsCode, $stopPropagation=false, $preventDefault=false) { |
| 164 | - foreach ( $this->content as $element ) { |
|
| 164 | + foreach ($this->content as $element) { |
|
| 165 | 165 | $element->on($event, $jsCode, $stopPropagation, $preventDefault); |
| 166 | 166 | } |
| 167 | 167 | return $this; |
| 168 | 168 | } |
| 169 | 169 | |
| 170 | 170 | public function _ajaxOn($operation, $event, $url, $responseElement="", $parameters=array()) { |
| 171 | - foreach ( $this->content as $element ) { |
|
| 172 | - if ($element->getProperty($this->attr) != NULL){ |
|
| 171 | + foreach ($this->content as $element) { |
|
| 172 | + if ($element->getProperty($this->attr)!=NULL) { |
|
| 173 | 173 | $element->_ajaxOn($operation, $event, $url, $responseElement, $parameters); |
| 174 | 174 | } |
| 175 | 175 | } |
@@ -184,7 +184,7 @@ discard block |
||
| 184 | 184 | */ |
| 185 | 185 | protected function createItem($value) { |
| 186 | 186 | $count=$this->count(); |
| 187 | - $itemO=new HtmlSemDoubleElement("item-" . $this->identifier . "-" . $count, "a", "section"); |
|
| 187 | + $itemO=new HtmlSemDoubleElement("item-".$this->identifier."-".$count, "a", "section"); |
|
| 188 | 188 | if (\is_array($value)) |
| 189 | 189 | $itemO->fromArray($value); |
| 190 | 190 | else { |
@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | public function addIconAt($icon, $index) { |
| 197 | 197 | $item=$this->getItem($index); |
| 198 | 198 | if (isset($item)) { |
| 199 | - $icon=new HtmlIcon("icon-" . $this->identifier, $icon); |
|
| 199 | + $icon=new HtmlIcon("icon-".$this->identifier, $icon); |
|
| 200 | 200 | $item->wrapContent($icon); |
| 201 | 201 | } |
| 202 | 202 | } |
@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | public function addItem($item) { |
| 205 | 205 | $count=$this->count(); |
| 206 | 206 | $itemO=parent::addItem($item); |
| 207 | - $this->addToPropertyCtrl("class", "section", array ("section" )); |
|
| 207 | + $this->addToPropertyCtrl("class", "section", array("section")); |
|
| 208 | 208 | $itemO->setProperty($this->attr, $this->getHref($count)); |
| 209 | 209 | return $itemO; |
| 210 | 210 | } |
@@ -220,7 +220,7 @@ discard block |
||
| 220 | 220 | public function setAbsolutePaths($absolutePaths) { |
| 221 | 221 | $this->absolutePaths=$absolutePaths; |
| 222 | 222 | $size=\sizeof($this->content); |
| 223 | - for($i=0;$i<$size;$i++){ |
|
| 223 | + for ($i=0; $i<$size; $i++) { |
|
| 224 | 224 | $this->content[$i]->setProperty($this->attr, $this->getHref($i)); |
| 225 | 225 | } |
| 226 | 226 | return $this; |
@@ -16,14 +16,14 @@ discard block |
||
| 16 | 16 | abstract class HtmlViewItem extends HtmlSemDoubleElement { |
| 17 | 17 | use ContentPartTrait; |
| 18 | 18 | |
| 19 | - public function __construct($identifier,$baseClass,$content=NULL) { |
|
| 19 | + public function __construct($identifier, $baseClass, $content=NULL) { |
|
| 20 | 20 | parent::__construct($identifier, "div", $baseClass); |
| 21 | 21 | $this->content=["content"=>new HtmlViewContent("content-".$this->identifier)]; |
| 22 | - if(isset($content)) |
|
| 22 | + if (isset($content)) |
|
| 23 | 23 | $this->setContent($content); |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | - public function setContent($value){ |
|
| 26 | + public function setContent($value) { |
|
| 27 | 27 | if (\is_array($value)) { |
| 28 | 28 | $image=JArray::getValue($value, "image", 0); |
| 29 | 29 | $content=JArray::getValue($value, "content", 1); |
@@ -31,57 +31,57 @@ discard block |
||
| 31 | 31 | if (isset($image)) { |
| 32 | 32 | $this->addImage($image); |
| 33 | 33 | } |
| 34 | - if(isset($content)) |
|
| 34 | + if (isset($content)) |
|
| 35 | 35 | $this->content["content"]->setContent($content); |
| 36 | - if(isset($extra)) |
|
| 36 | + if (isset($extra)) |
|
| 37 | 37 | $this->addExtraContent($extra); |
| 38 | 38 | } |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | private function createContent($content, $baseClass="content") { |
| 42 | 42 | $count=\sizeof($this->content); |
| 43 | - $result=new HtmlViewContent("content-" . $count . "-" . $this->identifier, $content); |
|
| 43 | + $result=new HtmlViewContent("content-".$count."-".$this->identifier, $content); |
|
| 44 | 44 | $result->setClass($baseClass); |
| 45 | 45 | return $result; |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | private function addElementIn($key, $element) { |
| 49 | - if (\array_key_exists($key, $this->content) === false) { |
|
| 49 | + if (\array_key_exists($key, $this->content)===false) { |
|
| 50 | 50 | $this->content[$key]=[]; |
| 51 | 51 | } |
| 52 | - if($this->content[$key] instanceof HtmlViewContent) |
|
| 52 | + if ($this->content[$key] instanceof HtmlViewContent) |
|
| 53 | 53 | $this->content[$key]->addElement($element); |
| 54 | 54 | else |
| 55 | 55 | $this->content[$key][]=$element; |
| 56 | 56 | return $element; |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | - public function addIcon($icon,$before=true){ |
|
| 60 | - return $this->addElementIn("icon",new HtmlIcon("icon-" . $this->identifier, $icon)); |
|
| 59 | + public function addIcon($icon, $before=true) { |
|
| 60 | + return $this->addElementIn("icon", new HtmlIcon("icon-".$this->identifier, $icon)); |
|
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | |
| 64 | 64 | public function addHeader($header, $niveau=4, $type="page") { |
| 65 | 65 | if (!$header instanceof HtmlHeader) { |
| 66 | - $header=new HtmlHeader("header-" . $this->identifier, $niveau, $header, $type); |
|
| 66 | + $header=new HtmlHeader("header-".$this->identifier, $niveau, $header, $type); |
|
| 67 | 67 | } |
| 68 | - return $this->addElementIn("header",$this->createContent($header)); |
|
| 68 | + return $this->addElementIn("header", $this->createContent($header)); |
|
| 69 | 69 | } |
| 70 | 70 | |
| 71 | 71 | public function addImage($image, $title="") { |
| 72 | 72 | if (!$image instanceof HtmlImage) { |
| 73 | - $image=new HtmlImage("image-" . $this->identifier, $image, $title); |
|
| 73 | + $image=new HtmlImage("image-".$this->identifier, $image, $title); |
|
| 74 | 74 | } |
| 75 | 75 | $image->setClass("ui image"); |
| 76 | - return $this->content["image"]= $image; |
|
| 76 | + return $this->content["image"]=$image; |
|
| 77 | 77 | } |
| 78 | 78 | |
| 79 | - public function addReveal($visibleContent, $hiddenContent=NULL, $type=RevealType::FADE, $attributeType=NULL,$key="extra-content") { |
|
| 79 | + public function addReveal($visibleContent, $hiddenContent=NULL, $type=RevealType::FADE, $attributeType=NULL, $key="extra-content") { |
|
| 80 | 80 | $reveal=$visibleContent; |
| 81 | 81 | if (!$visibleContent instanceof HtmlReveal) { |
| 82 | - $reveal=new HtmlReveal("reveral-" . $this->identifier, $visibleContent, $hiddenContent, $type, $attributeType); |
|
| 82 | + $reveal=new HtmlReveal("reveral-".$this->identifier, $visibleContent, $hiddenContent, $type, $attributeType); |
|
| 83 | 83 | } |
| 84 | - return $this->content[$key]= $reveal; |
|
| 84 | + return $this->content[$key]=$reveal; |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | public function addRevealImage($visibleContent, $hiddenContent=NULL, $type=RevealType::FADE, $attributeType=NULL) { |
@@ -89,11 +89,11 @@ discard block |
||
| 89 | 89 | if (!$visibleContent instanceof HtmlReveal) { |
| 90 | 90 | return $this->addReveal(new HtmlImage("", $visibleContent), new HtmlImage("", $hiddenContent), $type, $attributeType); |
| 91 | 91 | } |
| 92 | - return $this->content["image"]= $reveal; |
|
| 92 | + return $this->content["image"]=$reveal; |
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | public function addExtraContent($content=array()) { |
| 96 | - return $this->content["extra-content"]= $this->createContent($content, "extra content"); |
|
| 96 | + return $this->content["extra-content"]=$this->createContent($content, "extra content"); |
|
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | /** |
@@ -103,23 +103,23 @@ discard block |
||
| 103 | 103 | * @param boolean $before |
| 104 | 104 | * @return HtmlButtonGroups |
| 105 | 105 | */ |
| 106 | - public function addContentButtons($elements=array(), $asIcons=false,$part="extra",$before=false){ |
|
| 107 | - return $this->content["content"]->addContentButtons($elements,$asIcons,$part, $before); |
|
| 106 | + public function addContentButtons($elements=array(), $asIcons=false, $part="extra", $before=false) { |
|
| 107 | + return $this->content["content"]->addContentButtons($elements, $asIcons, $part, $before); |
|
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | |
| 111 | 111 | |
| 112 | - public function addItemHeaderContent($header, $metas=array(), $description=NULL,$extra=NULL) { |
|
| 113 | - return $this->content["content"]->addHeaderContent($header, $metas, $description,$extra); |
|
| 112 | + public function addItemHeaderContent($header, $metas=array(), $description=NULL, $extra=NULL) { |
|
| 113 | + return $this->content["content"]->addHeaderContent($header, $metas, $description, $extra); |
|
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | public function addItemContent($content=array()) { |
| 117 | 117 | $count=\sizeof($this->content); |
| 118 | - return $this->addElementIn("content", new HtmlViewContent("content-" . $count . "-" . $this->identifier, $content)); |
|
| 118 | + return $this->addElementIn("content", new HtmlViewContent("content-".$count."-".$this->identifier, $content)); |
|
| 119 | 119 | } |
| 120 | 120 | |
| 121 | 121 | public function getItemContent() { |
| 122 | - return $this->getPart("content",null,true); |
|
| 122 | + return $this->getPart("content", null, true); |
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | public function getItemExtraContent() { |
@@ -141,13 +141,13 @@ discard block |
||
| 141 | 141 | * @see HtmlSemDoubleElement::compile() |
| 142 | 142 | */ |
| 143 | 143 | public function compile(JsUtils $js=NULL, &$view=NULL) { |
| 144 | - $this->content=JArray::sortAssociative($this->content, ["header","image","icon","content","extra-content"]); |
|
| 144 | + $this->content=JArray::sortAssociative($this->content, ["header", "image", "icon", "content", "extra-content"]); |
|
| 145 | 145 | return parent::compile($js, $view); |
| 146 | 146 | } |
| 147 | 147 | |
| 148 | - public function asLink($href="",$target=NULL) { |
|
| 148 | + public function asLink($href="", $target=NULL) { |
|
| 149 | 149 | $this->addToProperty("class", "link"); |
| 150 | - if ($href !== "") { |
|
| 150 | + if ($href!=="") { |
|
| 151 | 151 | $this->setProperty("href", $href); |
| 152 | 152 | if (isset($target)) |
| 153 | 153 | $this->setProperty("target", $target); |
@@ -12,34 +12,34 @@ discard block |
||
| 12 | 12 | use Ajax\semantic\html\base\traits\MenuItemTrait; |
| 13 | 13 | |
| 14 | 14 | class HtmlDropdownItem extends HtmlSemDoubleElement { |
| 15 | - use IconTrait,MenuItemTrait; |
|
| 16 | - public function __construct($identifier, $content="",$value=NULL,$image=NULL,$description=NULL) { |
|
| 15 | + use IconTrait, MenuItemTrait; |
|
| 16 | + public function __construct($identifier, $content="", $value=NULL, $image=NULL, $description=NULL) { |
|
| 17 | 17 | parent::__construct($identifier, "a"); |
| 18 | 18 | $this->setClass("item"); |
| 19 | 19 | $this->setContent($content); |
| 20 | - if($value!==NULL) |
|
| 20 | + if ($value!==NULL) |
|
| 21 | 21 | $this->setData($value); |
| 22 | - if($image!==NULL) |
|
| 22 | + if ($image!==NULL) |
|
| 23 | 23 | $this->asMiniAvatar($image); |
| 24 | - if($description!==NULL) |
|
| 24 | + if ($description!==NULL) |
|
| 25 | 25 | $this->setDescription($description); |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | - public function setDescription($description){ |
|
| 29 | - $descO=new HtmlDoubleElement("desc-".$this->identifier,"span"); |
|
| 28 | + public function setDescription($description) { |
|
| 29 | + $descO=new HtmlDoubleElement("desc-".$this->identifier, "span"); |
|
| 30 | 30 | $descO->setClass("description"); |
| 31 | 31 | $descO->setContent($description); |
| 32 | - return $this->addContent($descO,true); |
|
| 32 | + return $this->addContent($descO, true); |
|
| 33 | 33 | } |
| 34 | 34 | |
| 35 | - public function setData($value){ |
|
| 35 | + public function setData($value) { |
|
| 36 | 36 | $this->setProperty("data-value", $value); |
| 37 | 37 | return $this; |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | - public function asOption(){ |
|
| 40 | + public function asOption() { |
|
| 41 | 41 | $this->tagName="option"; |
| 42 | - if($this->getProperty("data-value")!==null) |
|
| 42 | + if ($this->getProperty("data-value")!==null) |
|
| 43 | 43 | $this->setProperty("value", $this->getProperty("data-value")); |
| 44 | 44 | } |
| 45 | 45 | |
@@ -47,11 +47,11 @@ discard block |
||
| 47 | 47 | * @param string $image the image src |
| 48 | 48 | * @return $this |
| 49 | 49 | */ |
| 50 | - public function asMiniAvatar($image){ |
|
| 50 | + public function asMiniAvatar($image) { |
|
| 51 | 51 | $this->tagName="div"; |
| 52 | - $img=new HtmlImg("image-".$this->identifier,$image); |
|
| 52 | + $img=new HtmlImg("image-".$this->identifier, $image); |
|
| 53 | 53 | $img->setClass("ui mini avatar image"); |
| 54 | - $this->addContent($img,true); |
|
| 54 | + $this->addContent($img, true); |
|
| 55 | 55 | return $this; |
| 56 | 56 | } |
| 57 | 57 | |
@@ -60,9 +60,9 @@ discard block |
||
| 60 | 60 | * @param string $icon |
| 61 | 61 | * @return HtmlDropdownItem |
| 62 | 62 | */ |
| 63 | - public function asIcon($caption,$icon){ |
|
| 63 | + public function asIcon($caption, $icon) { |
|
| 64 | 64 | $this->setContent($caption); |
| 65 | - $this->addContent(new HtmlIcon("", $icon),true); |
|
| 65 | + $this->addContent(new HtmlIcon("", $icon), true); |
|
| 66 | 66 | return $this; |
| 67 | 67 | } |
| 68 | 68 | |
@@ -71,23 +71,23 @@ discard block |
||
| 71 | 71 | * @param string $color |
| 72 | 72 | * @return HtmlDropdownItem |
| 73 | 73 | */ |
| 74 | - public function asCircularLabel($caption,$color){ |
|
| 74 | + public function asCircularLabel($caption, $color) { |
|
| 75 | 75 | $this->setContent($caption); |
| 76 | 76 | $lbl=new HtmlLabel(""); |
| 77 | 77 | $lbl->setCircular()->setColor($color)->setEmpty(); |
| 78 | - $this->addContent($lbl,true); |
|
| 78 | + $this->addContent($lbl, true); |
|
| 79 | 79 | return $this; |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | |
| 83 | 83 | |
| 84 | 84 | public function addMenuItem($items) { |
| 85 | - $menu=new HtmlMenu("menu-" . $this->identifier, $items); |
|
| 85 | + $menu=new HtmlMenu("menu-".$this->identifier, $items); |
|
| 86 | 86 | $content=$this->content; |
| 87 | 87 | $this->setTagName("div"); |
| 88 | 88 | $this->setProperty("class", "item"); |
| 89 | 89 | $icon=new HtmlIcon("", "dropdown"); |
| 90 | - $this->content=[$icon,new HtmlSemDoubleElement("","span","text",$content),$menu]; |
|
| 90 | + $this->content=[$icon, new HtmlSemDoubleElement("", "span", "text", $content), $menu]; |
|
| 91 | 91 | return $menu; |
| 92 | 92 | } |
| 93 | 93 | |
@@ -96,14 +96,14 @@ discard block |
||
| 96 | 96 | * @param string $icon |
| 97 | 97 | * @return HtmlDropdownItem |
| 98 | 98 | */ |
| 99 | - public static function searchInput($placeholder=NULL,$icon=NULL){ |
|
| 100 | - return (new HtmlDropdownItem(""))->asSearchInput($placeholder,$icon); |
|
| 99 | + public static function searchInput($placeholder=NULL, $icon=NULL) { |
|
| 100 | + return (new HtmlDropdownItem(""))->asSearchInput($placeholder, $icon); |
|
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | /** |
| 104 | 104 | * @return HtmlDropdownItem |
| 105 | 105 | */ |
| 106 | - public static function divider(){ |
|
| 106 | + public static function divider() { |
|
| 107 | 107 | return (new HtmlDropdownItem(""))->asDivider(); |
| 108 | 108 | } |
| 109 | 109 | |
@@ -112,8 +112,8 @@ discard block |
||
| 112 | 112 | * @param string $icon |
| 113 | 113 | * @return HtmlDropdownItem |
| 114 | 114 | */ |
| 115 | - public static function header($caption=NULL,$icon=NULL){ |
|
| 116 | - return (new HtmlDropdownItem(""))->asHeader($caption,$icon); |
|
| 115 | + public static function header($caption=NULL, $icon=NULL) { |
|
| 116 | + return (new HtmlDropdownItem(""))->asHeader($caption, $icon); |
|
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | /** |
@@ -121,8 +121,8 @@ discard block |
||
| 121 | 121 | * @param string $color |
| 122 | 122 | * @return HtmlDropdownItem |
| 123 | 123 | */ |
| 124 | - public static function circular($caption,$color){ |
|
| 125 | - return (new HtmlDropdownItem(""))->asCircularLabel($caption,$color); |
|
| 124 | + public static function circular($caption, $color) { |
|
| 125 | + return (new HtmlDropdownItem(""))->asCircularLabel($caption, $color); |
|
| 126 | 126 | } |
| 127 | 127 | |
| 128 | 128 | /** |
@@ -130,8 +130,8 @@ discard block |
||
| 130 | 130 | * @param string $icon |
| 131 | 131 | * @return HtmlDropdownItem |
| 132 | 132 | */ |
| 133 | - public static function icon($caption,$icon){ |
|
| 134 | - return (new HtmlDropdownItem(""))->asIcon($caption,$icon); |
|
| 133 | + public static function icon($caption, $icon) { |
|
| 134 | + return (new HtmlDropdownItem(""))->asIcon($caption, $icon); |
|
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | /** |
@@ -139,8 +139,8 @@ discard block |
||
| 139 | 139 | * @param string $image |
| 140 | 140 | * @return HtmlDropdownItem |
| 141 | 141 | */ |
| 142 | - public static function avatar($caption,$image){ |
|
| 143 | - $dd=new HtmlDropdownItem("",$caption); |
|
| 142 | + public static function avatar($caption, $image) { |
|
| 143 | + $dd=new HtmlDropdownItem("", $caption); |
|
| 144 | 144 | $dd->asMiniAvatar($image); |
| 145 | 145 | return $dd; |
| 146 | 146 | } |
@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | } |
| 36 | 36 | if (isset($label)) |
| 37 | 37 | $this->setLabel($label); |
| 38 | - foreach ( $fields as $field ) { |
|
| 38 | + foreach ($fields as $field) { |
|
| 39 | 39 | $this->addItem($field); |
| 40 | 40 | } |
| 41 | 41 | return $this; |
@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | |
| 58 | 58 | public function addItem($item) { |
| 59 | 59 | $item=parent::addItem($item); |
| 60 | - if($item instanceof HtmlFormField) |
|
| 60 | + if ($item instanceof HtmlFormField) |
|
| 61 | 61 | $item->setContainer($this); |
| 62 | 62 | return $item; |
| 63 | 63 | } |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | /** |
| 66 | 66 | * @return HtmlFormField |
| 67 | 67 | */ |
| 68 | - public function getItem($index){ |
|
| 68 | + public function getItem($index) { |
|
| 69 | 69 | return parent::getItem($index); |
| 70 | 70 | } |
| 71 | 71 | |
@@ -105,9 +105,9 @@ discard block |
||
| 105 | 105 | |
| 106 | 106 | |
| 107 | 107 | public static function radios($name, $items=array(), $label=NULL, $value=null, $type=NULL) { |
| 108 | - $fields=array (); |
|
| 108 | + $fields=array(); |
|
| 109 | 109 | $i=0; |
| 110 | - foreach ( $items as $val => $caption ) { |
|
| 110 | + foreach ($items as $val => $caption) { |
|
| 111 | 111 | $itemO=new HtmlFormRadio($name."-".$i++, $name, $caption, $val, $type); |
| 112 | 112 | if ($val===$value) { |
| 113 | 113 | $itemO->getDataField()->setProperty("checked", ""); |
@@ -121,9 +121,9 @@ discard block |
||
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | public static function checkeds($name, $items=array(), $label=NULL, $values=array(), $type=NULL) { |
| 124 | - $fields=array (); |
|
| 124 | + $fields=array(); |
|
| 125 | 125 | $i=0; |
| 126 | - foreach ( $items as $val => $caption ) { |
|
| 126 | + foreach ($items as $val => $caption) { |
|
| 127 | 127 | $itemO=new HtmlFormCheckbox($name."-".$i++, $caption, $val, $type); |
| 128 | 128 | $itemO->setName($name); |
| 129 | 129 | if (\array_search($val, $values)!==false) { |
@@ -38,22 +38,22 @@ discard block |
||
| 38 | 38 | return $this->getHtmlCk()->attachEvents($events); |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | - public function getField(){ |
|
| 41 | + public function getField() { |
|
| 42 | 42 | return $this->content["field"]; |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | - public function getHtmlCk(){ |
|
| 45 | + public function getHtmlCk() { |
|
| 46 | 46 | return $this->content["field"]; |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | - public function setName($name){ |
|
| 49 | + public function setName($name) { |
|
| 50 | 50 | $this->getDataField()->setProperty("name", $name); |
| 51 | 51 | return $this; |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | - public function getDataField(){ |
|
| 55 | - $field= $this->getField(); |
|
| 56 | - if($field instanceof AbstractCheckbox) |
|
| 54 | + public function getDataField() { |
|
| 55 | + $field=$this->getField(); |
|
| 56 | + if ($field instanceof AbstractCheckbox) |
|
| 57 | 57 | $field=$field->getField(); |
| 58 | 58 | return $field; |
| 59 | 59 | } |
@@ -63,10 +63,10 @@ discard block |
||
| 63 | 63 | * @param boolean $value |
| 64 | 64 | * @return $this |
| 65 | 65 | */ |
| 66 | - public function setChecked($value=true){ |
|
| 67 | - if($value===true){ |
|
| 66 | + public function setChecked($value=true) { |
|
| 67 | + if ($value===true) { |
|
| 68 | 68 | $this->getDataField()->setProperty("checked", "checked"); |
| 69 | - }else{ |
|
| 69 | + } else { |
|
| 70 | 70 | $this->getDataField()->removeProperty("checked"); |
| 71 | 71 | } |
| 72 | 72 | return $this; |
@@ -21,83 +21,83 @@ discard block |
||
| 21 | 21 | use BaseTrait; |
| 22 | 22 | |
| 23 | 23 | public function __construct($identifier, $modelInstance=NULL) { |
| 24 | - parent::__construct($identifier, null,$modelInstance); |
|
| 24 | + parent::__construct($identifier, null, $modelInstance); |
|
| 25 | 25 | $this->_form=new HtmlForm($identifier); |
| 26 | 26 | $this->_init(new FormInstanceViewer($identifier), "form", $this->_form, true); |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | - protected function _getFieldIdentifier($prefix,$name=""){ |
|
| 29 | + protected function _getFieldIdentifier($prefix, $name="") { |
|
| 30 | 30 | return $this->identifier."-{$name}-".$this->_instanceViewer->getIdentifier(); |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - public function compile(JsUtils $js=NULL,&$view=NULL){ |
|
| 34 | - if(!$this->_generated){ |
|
| 33 | + public function compile(JsUtils $js=NULL, &$view=NULL) { |
|
| 34 | + if (!$this->_generated) { |
|
| 35 | 35 | $this->_instanceViewer->setInstance($this->_modelInstance); |
| 36 | 36 | |
| 37 | 37 | $form=$this->content["form"]; |
| 38 | 38 | $this->_generateContent($form); |
| 39 | 39 | |
| 40 | - if(isset($this->_toolbar)){ |
|
| 40 | + if (isset($this->_toolbar)) { |
|
| 41 | 41 | $this->_setToolbarPosition($form); |
| 42 | 42 | } |
| 43 | - $this->content=JArray::sortAssociative($this->content, [PositionInTable::BEFORETABLE,"form",PositionInTable::AFTERTABLE]); |
|
| 43 | + $this->content=JArray::sortAssociative($this->content, [PositionInTable::BEFORETABLE, "form", PositionInTable::AFTERTABLE]); |
|
| 44 | 44 | $this->_generated=true; |
| 45 | 45 | } |
| 46 | - return parent::compile($js,$view); |
|
| 46 | + return parent::compile($js, $view); |
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | 50 | * @param HtmlForm $form |
| 51 | 51 | */ |
| 52 | - protected function _generateContent($form){ |
|
| 53 | - $values= $this->_instanceViewer->getValues(); |
|
| 52 | + protected function _generateContent($form) { |
|
| 53 | + $values=$this->_instanceViewer->getValues(); |
|
| 54 | 54 | $count=$this->_instanceViewer->count(); |
| 55 | 55 | $separators=$this->_instanceViewer->getSeparators(); |
| 56 | 56 | $headers=$this->_instanceViewer->getHeaders(); |
| 57 | 57 | $wrappers=$this->_instanceViewer->getWrappers(); |
| 58 | 58 | \sort($separators); |
| 59 | 59 | $size=\sizeof($separators); |
| 60 | - if($size===1){ |
|
| 60 | + if ($size===1) { |
|
| 61 | 61 | $i=-1; |
| 62 | - foreach ($values as $v){ |
|
| 62 | + foreach ($values as $v) { |
|
| 63 | 63 | $this->_generateFields($form, [$v], $headers, $i, $wrappers); |
| 64 | 64 | $i++; |
| 65 | 65 | } |
| 66 | - }else{ |
|
| 66 | + } else { |
|
| 67 | 67 | $separators[]=$count; |
| 68 | - for($i=0;$i<$size;$i++){ |
|
| 69 | - $fields=\array_slice($values, $separators[$i]+1,$separators[$i+1]-$separators[$i]); |
|
| 68 | + for ($i=0; $i<$size; $i++) { |
|
| 69 | + $fields=\array_slice($values, $separators[$i]+1, $separators[$i+1]-$separators[$i]); |
|
| 70 | 70 | $this->_generateFields($form, $fields, $headers, $separators[$i], $wrappers); |
| 71 | 71 | } |
| 72 | 72 | } |
| 73 | 73 | } |
| 74 | 74 | |
| 75 | - protected function _generateFields($form,$values,$headers,$sepFirst,$wrappers){ |
|
| 75 | + protected function _generateFields($form, $values, $headers, $sepFirst, $wrappers) { |
|
| 76 | 76 | $wrapper=null; |
| 77 | - if(isset($headers[$sepFirst+1])) |
|
| 78 | - $form->addHeader($headers[$sepFirst+1],4,true); |
|
| 79 | - if(isset($wrappers[$sepFirst+1])){ |
|
| 77 | + if (isset($headers[$sepFirst+1])) |
|
| 78 | + $form->addHeader($headers[$sepFirst+1], 4, true); |
|
| 79 | + if (isset($wrappers[$sepFirst+1])) { |
|
| 80 | 80 | $wrapper=$wrappers[$sepFirst+1]; |
| 81 | 81 | } |
| 82 | - if(\sizeof($values)===1){ |
|
| 82 | + if (\sizeof($values)===1) { |
|
| 83 | 83 | $added=$form->addField($values[0]); |
| 84 | - }elseif(\sizeof($values)>1){ |
|
| 84 | + }elseif (\sizeof($values)>1) { |
|
| 85 | 85 | $added=$form->addFields($values); |
| 86 | - }else |
|
| 86 | + } else |
|
| 87 | 87 | return; |
| 88 | - if(isset($wrapper)){ |
|
| 89 | - $added->wrap($wrapper[0],$wrapper[1]); |
|
| 88 | + if (isset($wrapper)) { |
|
| 89 | + $added->wrap($wrapper[0], $wrapper[1]); |
|
| 90 | 90 | } |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
| 94 | 94 | * @return HtmlForm |
| 95 | 95 | */ |
| 96 | - public function getForm(){ |
|
| 96 | + public function getForm() { |
|
| 97 | 97 | return $this->content["form"]; |
| 98 | 98 | } |
| 99 | 99 | |
| 100 | - public function addSeparatorAfter($fieldNum){ |
|
| 100 | + public function addSeparatorAfter($fieldNum) { |
|
| 101 | 101 | $fieldNum=$this->_getIndex($fieldNum); |
| 102 | 102 | $this->_instanceViewer->addSeparatorAfter($fieldNum); |
| 103 | 103 | return $this; |
@@ -112,12 +112,12 @@ discard block |
||
| 112 | 112 | return $this; |
| 113 | 113 | } |
| 114 | 114 | |
| 115 | - public function fieldAsReset($index,$cssStyle=NULL,$attributes=NULL){ |
|
| 116 | - return $this->_fieldAs(function($id,$name,$value) use ($cssStyle){ |
|
| 117 | - $button=new HtmlButton($id,$value,$cssStyle); |
|
| 115 | + public function fieldAsReset($index, $cssStyle=NULL, $attributes=NULL) { |
|
| 116 | + return $this->_fieldAs(function($id, $name, $value) use ($cssStyle){ |
|
| 117 | + $button=new HtmlButton($id, $value, $cssStyle); |
|
| 118 | 118 | $button->setProperty("type", "reset"); |
| 119 | 119 | return $button; |
| 120 | - }, $index,$attributes); |
|
| 120 | + }, $index, $attributes); |
|
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | /** |
@@ -136,19 +136,19 @@ discard block |
||
| 136 | 136 | $this->content[$this->_toolbarPosition]=$this->_toolbar; |
| 137 | 137 | } |
| 138 | 138 | |
| 139 | - public function addDividerBefore($index,$title){ |
|
| 139 | + public function addDividerBefore($index, $title) { |
|
| 140 | 140 | $index=$this->_getIndex($index); |
| 141 | 141 | $this->_instanceViewer->addHeaderDividerBefore($index, $title); |
| 142 | 142 | return $this; |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | - public function addWrapper($index,$contentBefore,$contentAfter=null){ |
|
| 145 | + public function addWrapper($index, $contentBefore, $contentAfter=null) { |
|
| 146 | 146 | $index=$this->_getIndex($index); |
| 147 | - $this->_instanceViewer->addWrapper($index, $contentBefore,$contentAfter); |
|
| 147 | + $this->_instanceViewer->addWrapper($index, $contentBefore, $contentAfter); |
|
| 148 | 148 | return $this; |
| 149 | 149 | } |
| 150 | 150 | |
| 151 | - public function run(JsUtils $js){ |
|
| 151 | + public function run(JsUtils $js) { |
|
| 152 | 152 | parent::run($js); |
| 153 | 153 | } |
| 154 | 154 | } |
@@ -9,25 +9,25 @@ |
||
| 9 | 9 | class HtmlMenuItem extends HtmlSemDoubleElement { |
| 10 | 10 | use MenuItemTrait; |
| 11 | 11 | public function __construct($identifier, $content) { |
| 12 | - parent::__construct($identifier,"div","item",$content); |
|
| 12 | + parent::__construct($identifier, "div", "item", $content); |
|
| 13 | 13 | } |
| 14 | 14 | |
| 15 | - protected function initContent($content){ |
|
| 16 | - if(\is_array($content)){ |
|
| 17 | - if(JArray::isAssociative($content)===false){ |
|
| 15 | + protected function initContent($content) { |
|
| 16 | + if (\is_array($content)) { |
|
| 17 | + if (JArray::isAssociative($content)===false) { |
|
| 18 | 18 | $icon=@$content[0]; |
| 19 | 19 | $title=@$content[1]; |
| 20 | - }else{ |
|
| 20 | + } else { |
|
| 21 | 21 | $icon=@$content["icon"]; |
| 22 | 22 | $title=@$content["title"]; |
| 23 | 23 | } |
| 24 | - if(isset($icon)){ |
|
| 24 | + if (isset($icon)) { |
|
| 25 | 25 | $this->addIcon($icon); |
| 26 | 26 | } |
| 27 | - if(isset($title)){ |
|
| 27 | + if (isset($title)) { |
|
| 28 | 28 | $this->setTitle($title); |
| 29 | 29 | } |
| 30 | - }else{ |
|
| 30 | + } else { |
|
| 31 | 31 | $this->setContent($content); |
| 32 | 32 | } |
| 33 | 33 | } |
@@ -20,35 +20,35 @@ discard block |
||
| 20 | 20 | * @property string $identifier |
| 21 | 21 | */ |
| 22 | 22 | trait FieldsTrait { |
| 23 | - abstract public function addFields($fields=NULL,$label=NULL); |
|
| 23 | + abstract public function addFields($fields=NULL, $label=NULL); |
|
| 24 | 24 | abstract public function addItem($item); |
| 25 | 25 | abstract public function getItem($index); |
| 26 | 26 | abstract public function count(); |
| 27 | 27 | |
| 28 | - protected function createItem($value){ |
|
| 29 | - if(\is_array($value)){ |
|
| 30 | - $itemO=new HtmlFormInput(JArray::getDefaultValue($value, "id",""),JArray::getDefaultValue($value, "label",null),JArray::getDefaultValue($value, "type", "text"),JArray::getDefaultValue($value, "value",""),JArray::getDefaultValue($value, "placeholder",JArray::getDefaultValue($value, "label",null))); |
|
| 28 | + protected function createItem($value) { |
|
| 29 | + if (\is_array($value)) { |
|
| 30 | + $itemO=new HtmlFormInput(JArray::getDefaultValue($value, "id", ""), JArray::getDefaultValue($value, "label", null), JArray::getDefaultValue($value, "type", "text"), JArray::getDefaultValue($value, "value", ""), JArray::getDefaultValue($value, "placeholder", JArray::getDefaultValue($value, "label", null))); |
|
| 31 | 31 | return $itemO; |
| 32 | - }elseif(\is_object($value)){ |
|
| 32 | + }elseif (\is_object($value)) { |
|
| 33 | 33 | $itemO=new HtmlFormField("field-".$this->identifier, $value); |
| 34 | 34 | return $itemO; |
| 35 | - }else |
|
| 35 | + } else |
|
| 36 | 36 | return new HtmlFormInput($value); |
| 37 | 37 | } |
| 38 | 38 | |
| 39 | - protected function createCondition($value){ |
|
| 39 | + protected function createCondition($value) { |
|
| 40 | 40 | return \is_object($value)===false || $value instanceof \Ajax\semantic\html\elements\HtmlInput; |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | - public function addInputs($inputs,$fieldslabel=null){ |
|
| 43 | + public function addInputs($inputs, $fieldslabel=null) { |
|
| 44 | 44 | $fields=array(); |
| 45 | - foreach ($inputs as $input){ |
|
| 45 | + foreach ($inputs as $input) { |
|
| 46 | 46 | \extract($input); |
| 47 | - $f=new HtmlFormInput("",""); |
|
| 47 | + $f=new HtmlFormInput("", ""); |
|
| 48 | 48 | $f->fromArray($input); |
| 49 | 49 | $fields[]=$f; |
| 50 | 50 | } |
| 51 | - return $this->addFields($fields,$fieldslabel); |
|
| 51 | + return $this->addFields($fields, $fieldslabel); |
|
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | /** |
@@ -57,35 +57,35 @@ discard block |
||
| 57 | 57 | * @param array|mixed $values |
| 58 | 58 | * @return HtmlFormFields |
| 59 | 59 | */ |
| 60 | - public function setFieldsPropertyValues($property,$values){ |
|
| 60 | + public function setFieldsPropertyValues($property, $values) { |
|
| 61 | 61 | $i=0; |
| 62 | - if(\is_array($values)===false){ |
|
| 63 | - $values=\array_fill(0, $this->count(),$values); |
|
| 62 | + if (\is_array($values)===false) { |
|
| 63 | + $values=\array_fill(0, $this->count(), $values); |
|
| 64 | 64 | } |
| 65 | - foreach ($values as $value){ |
|
| 65 | + foreach ($values as $value) { |
|
| 66 | 66 | $c=$this->content[$i++]; |
| 67 | - if(isset($c)){ |
|
| 67 | + if (isset($c)) { |
|
| 68 | 68 | $df=$c->getDataField(); |
| 69 | - $df->setProperty($property,$value); |
|
| 69 | + $df->setProperty($property, $value); |
|
| 70 | 70 | } |
| 71 | - else{ |
|
| 71 | + else { |
|
| 72 | 72 | return $this; |
| 73 | 73 | } |
| 74 | 74 | } |
| 75 | 75 | return $this; |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | - public function addFieldRule($index,$type,$prompt=NULL,$value=NULL){ |
|
| 78 | + public function addFieldRule($index, $type, $prompt=NULL, $value=NULL) { |
|
| 79 | 79 | $field=$this->getItem($index); |
| 80 | - if(isset($field)){ |
|
| 81 | - $field->addRule($type,$prompt,$value); |
|
| 80 | + if (isset($field)) { |
|
| 81 | + $field->addRule($type, $prompt, $value); |
|
| 82 | 82 | } |
| 83 | 83 | return $this; |
| 84 | 84 | } |
| 85 | 85 | |
| 86 | - public function addFieldRules($index,$rules){ |
|
| 86 | + public function addFieldRules($index, $rules) { |
|
| 87 | 87 | $field=$this->getItem($index); |
| 88 | - if(isset($field)){ |
|
| 88 | + if (isset($field)) { |
|
| 89 | 89 | $field->addRules($rules); |
| 90 | 90 | } |
| 91 | 91 | return $this; |
@@ -100,8 +100,8 @@ discard block |
||
| 100 | 100 | * @param boolean $multiple |
| 101 | 101 | * @return HtmlFormDropdown |
| 102 | 102 | */ |
| 103 | - public function addDropdown($identifier,$items=array(), $label=NULL,$value=NULL,$multiple=false){ |
|
| 104 | - return $this->addItem(new HtmlFormDropdown($identifier,$items,$label,$value,$multiple)); |
|
| 103 | + public function addDropdown($identifier, $items=array(), $label=NULL, $value=NULL, $multiple=false) { |
|
| 104 | + return $this->addItem(new HtmlFormDropdown($identifier, $items, $label, $value, $multiple)); |
|
| 105 | 105 | } |
| 106 | 106 | |
| 107 | 107 | /** |
@@ -111,8 +111,8 @@ discard block |
||
| 111 | 111 | * @param boolean $asIcons |
| 112 | 112 | * @return HtmlButtonGroups |
| 113 | 113 | */ |
| 114 | - public function addButtonGroups($identifier,$elements=[],$asIcons=false){ |
|
| 115 | - return $this->addItem(new HtmlButtonGroups($identifier,$elements,$asIcons)); |
|
| 114 | + public function addButtonGroups($identifier, $elements=[], $asIcons=false) { |
|
| 115 | + return $this->addItem(new HtmlButtonGroups($identifier, $elements, $asIcons)); |
|
| 116 | 116 | } |
| 117 | 117 | |
| 118 | 118 | /** |
@@ -124,8 +124,8 @@ discard block |
||
| 124 | 124 | * @param string $icon |
| 125 | 125 | * @return HtmlButtonGroups |
| 126 | 126 | */ |
| 127 | - public function addDropdownButton($identifier,$value,$items=[],$asCombo=false,$icon=null){ |
|
| 128 | - return $this->addItem(HtmlButton::dropdown($identifier, $value,$items,$asCombo,$icon)); |
|
| 127 | + public function addDropdownButton($identifier, $value, $items=[], $asCombo=false, $icon=null) { |
|
| 128 | + return $this->addItem(HtmlButton::dropdown($identifier, $value, $items, $asCombo, $icon)); |
|
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | /** |
@@ -136,8 +136,8 @@ discard block |
||
| 136 | 136 | * @param string $placeholder |
| 137 | 137 | * @return HtmlFormInput |
| 138 | 138 | */ |
| 139 | - public function addInput($identifier, $label=NULL,$type="text",$value=NULL,$placeholder=NULL){ |
|
| 140 | - return $this->addItem(new HtmlFormInput($identifier,$label,$type,$value,$placeholder)); |
|
| 139 | + public function addInput($identifier, $label=NULL, $type="text", $value=NULL, $placeholder=NULL) { |
|
| 140 | + return $this->addItem(new HtmlFormInput($identifier, $label, $type, $value, $placeholder)); |
|
| 141 | 141 | } |
| 142 | 142 | |
| 143 | 143 | /** |
@@ -148,16 +148,16 @@ discard block |
||
| 148 | 148 | * @param int $rows |
| 149 | 149 | * @return HtmlTextarea |
| 150 | 150 | */ |
| 151 | - public function addTextarea($identifier, $label,$value=NULL,$placeholder=NULL,$rows=5){ |
|
| 152 | - return $this->addItem(new HtmlFormTextarea($identifier,$label,$value,$placeholder,$rows)); |
|
| 151 | + public function addTextarea($identifier, $label, $value=NULL, $placeholder=NULL, $rows=5) { |
|
| 152 | + return $this->addItem(new HtmlFormTextarea($identifier, $label, $value, $placeholder, $rows)); |
|
| 153 | 153 | } |
| 154 | 154 | |
| 155 | - public function addPassword($identifier, $label=NULL){ |
|
| 156 | - return $this->addItem(new HtmlFormInput($identifier,$label,"password","","")); |
|
| 155 | + public function addPassword($identifier, $label=NULL) { |
|
| 156 | + return $this->addItem(new HtmlFormInput($identifier, $label, "password", "", "")); |
|
| 157 | 157 | } |
| 158 | 158 | |
| 159 | - public function addButton($identifier,$value,$cssStyle=NULL,$onClick=NULL){ |
|
| 160 | - return $this->addItem(new HtmlButton($identifier,$value,$cssStyle,$onClick)); |
|
| 159 | + public function addButton($identifier, $value, $cssStyle=NULL, $onClick=NULL) { |
|
| 160 | + return $this->addItem(new HtmlButton($identifier, $value, $cssStyle, $onClick)); |
|
| 161 | 161 | } |
| 162 | 162 | |
| 163 | 163 | /** |
@@ -167,16 +167,16 @@ discard block |
||
| 167 | 167 | * @param string $type |
| 168 | 168 | * @return HtmlFormCheckbox |
| 169 | 169 | */ |
| 170 | - public function addCheckbox($identifier, $label=NULL,$value=NULL,$type=NULL){ |
|
| 171 | - return $this->addItem(new HtmlFormCheckbox($identifier,$label,$value,$type)); |
|
| 170 | + public function addCheckbox($identifier, $label=NULL, $value=NULL, $type=NULL) { |
|
| 171 | + return $this->addItem(new HtmlFormCheckbox($identifier, $label, $value, $type)); |
|
| 172 | 172 | } |
| 173 | 173 | |
| 174 | - public function addRadio($identifier, $name,$label=NULL,$value=NULL){ |
|
| 175 | - return $this->addItem(new HtmlFormRadio($identifier,$name,$label,$value)); |
|
| 174 | + public function addRadio($identifier, $name, $label=NULL, $value=NULL) { |
|
| 175 | + return $this->addItem(new HtmlFormRadio($identifier, $name, $label, $value)); |
|
| 176 | 176 | } |
| 177 | 177 | |
| 178 | - public function addElement($identifier,$content,$label,$tagName="div",$baseClass=""){ |
|
| 179 | - $div=new HtmlSemDoubleElement($identifier,$tagName,$baseClass,$content); |
|
| 180 | - return $this->addItem(new HtmlFormField("field-".$identifier, $div,$label)); |
|
| 178 | + public function addElement($identifier, $content, $label, $tagName="div", $baseClass="") { |
|
| 179 | + $div=new HtmlSemDoubleElement($identifier, $tagName, $baseClass, $content); |
|
| 180 | + return $this->addItem(new HtmlFormField("field-".$identifier, $div, $label)); |
|
| 181 | 181 | } |
| 182 | 182 | } |