add ID for the hidden
This commit is contained in:
parent
91c7211a68
commit
486ec74fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class widget {
|
|||
}
|
||||
// Hidden field
|
||||
if (strtoupper($this->type)=="HIDDEN") {
|
||||
$r='<INPUT TYPE="HIDDEN" name="'.$this->name.'" value="'.$this->value.'">';
|
||||
$r='<INPUT TYPE="HIDDEN" id="'.$this->name.'" name="'.$this->name.'" value="'.$this->value.'">';
|
||||
if ( $this->readonly==true) return "";
|
||||
return $r;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue