#1485213: fixed $allowed array for inputfield

release-0.6
alecpl 16 years ago
parent 403e3f4b22
commit bc0fe54235

@ -248,7 +248,7 @@ class html_inputfield extends html
{ {
protected $tagname = 'input'; protected $tagname = 'input';
protected $type = 'text'; protected $type = 'text';
protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange'); protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick');
public function __construct($attrib = array()) public function __construct($attrib = array())
{ {

Loading…
Cancel
Save