Changeset 1850 in subversion for trunk/roundcubemail/program/include/html.php
- Timestamp:
- Sep 19, 2008 1:01:57 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/html.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/html.php
r1806 r1850 249 249 protected $tagname = 'input'; 250 250 protected $type = 'text'; 251 protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick','disabled','readonly','spellcheck' );251 protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick','disabled','readonly','spellcheck','results'); 252 252 253 253 public function __construct($attrib = array())
Note: See TracChangeset
for help on using the changeset viewer.
