Improve doc. add some missing files
This commit is contained in:
parent
6204521bcd
commit
07b516f949
5 changed files with 20 additions and 37 deletions
|
|
@ -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\" ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue