phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
HtmlFormRadio.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\collections\form
;
4
5
use
Ajax\semantic\html\modules\checkbox\HtmlRadio
;
6
use
Ajax\semantic\html\collections\form\traits\CheckboxTrait
;
7
14
class
HtmlFormRadio
extends
HtmlFormField
{
15
use
CheckboxTrait
;
16
17
public
function
__construct
(
$identifier
, $name=NULL, $label=NULL, $value=NULL, $type=NULL) {
18
parent::__construct(
"field-"
.
$identifier
,
new
HtmlRadio
(
$identifier
, $name, $label, $value, $type));
19
$this->_identifier=
$identifier
;
20
}
21
}
Ajax\semantic\html\collections\form\HtmlFormRadio
Semantic Radio component.
Definition:
HtmlFormRadio.php:14
HtmlRadio
Ajax\semantic\html\collections\form\HtmlFormRadio\__construct
__construct($identifier, $name=NULL, $label=NULL, $value=NULL, $type=NULL)
Definition:
HtmlFormRadio.php:17
Ajax\semantic\html\modules\checkbox\HtmlRadio
Definition:
HtmlRadio.php:7
Ajax\semantic\html\collections\form\HtmlFormField
Definition:
HtmlFormField.php:15
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition:
BaseWidget.php:14
Ajax\semantic\html\collections\form\traits\CheckboxTrait
trait CheckboxTrait
Definition:
CheckboxTrait.php:13
Ajax\semantic\html\collections\form
Definition:
HtmlForm.php:3
Ajax
semantic
html
collections
form
HtmlFormRadio.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13