var $mPassword = false;
var $mColumns = "";
var $mRows = "";
- var $cClassName = "TextArea";
+ var $cClassName = "TextArea";
+ var $mOnKeyPress = "";
function __construct($name,$value="")
{
$html .= " maxlength=\"$this->max_length\"";
}
- if ($this->mStyle!="")
- $html .= " style=\"$this->mStyle\"";
+ if ($this->style!="")
+ $html .= " style=\"$this->style\"";
if ($this->mOnKeyPress) {
$html .= " onkeypress=\"$this->mOnKeyPress\"";