phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlDivider.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\elements
;
4
5
use
Ajax\semantic\html\base\HtmlSemDoubleElement
;
6
14
class
HtmlDivider
extends
HtmlSemDoubleElement
{
15
16
public
function
__construct
(
$identifier
,
$content
=
""
,
$tagName
=
"div"
) {
17
parent::__construct(
$identifier
,
$tagName
,
"ui divider"
);
18
$this->content=
$content
;
19
}
20
25
public
function
setVertical
() {
26
return
$this->
addToPropertyCtrl
(
"class"
,
"vertical"
, array (
"vertical"
,
"horizontal"
));
27
}
28
33
public
function
setHorizontal
() {
34
return
$this->
addToPropertyCtrl
(
"class"
,
"horizontal"
, array (
"vertical"
,
"horizontal"
));
35
}
36
41
public
function
setHidden
() {
42
return
$this->
addToProperty
(
"class"
,
"hidden"
);
43
}
44
49
public
function
setFitted
() {
50
return
$this->
addToProperty
(
"class"
,
"fitted"
);
51
}
52
57
public
function
asHeader
() {
58
return
$this->
addToProperty
(
"class"
,
"header"
);
59
}
60
64
public
function
setIgnored
(){
65
return
$this->
addToProperty
(
"class"
,
"ignored"
);
66
}
67
}
Ajax\common\html\BaseHtml\$tagName
$tagName
Definition
BaseHtml.php:21
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition
BaseWidget.php:14
Ajax\common\html\HtmlDoubleElement\$content
$content
Definition
HtmlDoubleElement.php:14
Ajax\semantic\html\base\HtmlSemDoubleElement
Base class for Semantic double elements.
Definition
HtmlSemDoubleElement.php:23
Ajax\semantic\html\base\traits\BaseTrait\addToProperty
addToProperty($name, $value, $separator=" ")
Ajax\semantic\html\base\traits\BaseTrait\addToPropertyCtrl
addToPropertyCtrl($name, $value, $typeCtrl)
Ajax\semantic\html\elements\HtmlDivider
Semantic UI divider component.
Definition
HtmlDivider.php:14
Ajax\semantic\html\elements\HtmlDivider\setFitted
setFitted()
fitted, without any space above or below it
Definition
HtmlDivider.php:49
Ajax\semantic\html\elements\HtmlDivider\setHorizontal
setHorizontal()
horizontal divider
Definition
HtmlDivider.php:33
Ajax\semantic\html\elements\HtmlDivider\setVertical
setVertical()
vertical divider
Definition
HtmlDivider.php:25
Ajax\semantic\html\elements\HtmlDivider\asHeader
asHeader()
Definition
HtmlDivider.php:57
Ajax\semantic\html\elements\HtmlDivider\setHidden
setHidden()
hide the divider
Definition
HtmlDivider.php:41
Ajax\semantic\html\elements\HtmlDivider\__construct
__construct($identifier, $content="", $tagName="div")
Definition
HtmlDivider.php:16
Ajax\semantic\html\elements\HtmlDivider\setIgnored
setIgnored()
Definition
HtmlDivider.php:64
Ajax\semantic\html\elements
Ajax
semantic
html
elements
HtmlDivider.php
Generated on Sun Dec 10 2023 16:16:07 for
phpMv-UI
by
doxygen
1.9.8