77 return ($encode && $this->value !== null) ? htmlspecialchars($this->value, ENT_QUOTES) :
$this->value;
90 if ($buttonCaption !=
'') {
91 $this->options[
$value] = $buttonCaption;
129 foreach ($this->options as
$option => $buttonCaption) {
131 ? htmlspecialchars($buttonCaption, ENT_QUOTES) : $buttonCaption;
143 if ($this->
inline ==
true) {
163 foreach ($ele_options as
$value => $buttonCaption) {
165 if (isset($ele_value) &&
$value == $ele_value) {
171 $ret .=
'<label class="radio' . $this->
getInline() .
'">' . NWLINE;
173 $ret .= $buttonCaption . NWLINE;
174 $ret .=
"</label>" . NWLINE;
setAttribute($name, $value=null)