add a button with javascript
This commit is contained in:
parent
4128f86e9f
commit
6589cfc4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ class widget {
|
|||
$r='<input type="BUTTON" name="'.$this->name.'"'.
|
||||
' id="'.$this->name.'"'.
|
||||
' value="'.$this->label.'"'.
|
||||
' onClick="'.$this->js."'>";
|
||||
' onClick="'.$this->js.'">';
|
||||
return $r;
|
||||
}
|
||||
return "INVALID WIDGET $this->type ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue