if ($this->mMultiple)
$html .= " multiple";
-
- if ($this->mTabindex!="")
- $html .= " tabindex=\"$this->mTabindex\"";
-
- if ($this->mOnChange!="")
- $html .= " onchange=\"$this->mOnChange\"";
+
+ if ($this->on_change!="")
+ $html .= " onchange=\"$this->on_change\"";
- if ($this->mStyle!="")
- $html .= " style=\"$this->mStyle\"";
+ if ($this->style!="")
+ $html .= " style=\"$this->style\"";
if (!$this->isEnable())
$html .= " disabled";