Improve doc. add some missing files

This commit is contained in:
sparkyx 2006-06-24 00:01:30 +00:00
parent 6204521bcd
commit 07b516f949
5 changed files with 20 additions and 37 deletions

View file

@ -194,6 +194,7 @@ class widget {
//textarea
if (strtoupper($this->type)=="TEXTAREA") {
if ( $this->readonly == false ) {
$r="";
$r.='<TEXTAREA name="'.$this->name.'"';
$r.=" rows=\"$this->heigh\" ";
$r.=" cols=\"$this->width\" ";