Changeset 491a6e2 in github for program/include/html.php
- Timestamp:
- Sep 16, 2008 9:58:17 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- d734041f
- Parents:
- a47acc5
- File:
-
- 1 edited
-
program/include/html.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/html.php
r36c236e r491a6e2 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' );251 protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick','disabled','readonly','spellcheck'); 252 252 253 253 public function __construct($attrib = array()) … … 417 417 { 418 418 protected $tagname = 'textarea'; 419 protected $allowed = array('name','rows','cols','wrap','tabindex','onchange','disabled','readonly' );419 protected $allowed = array('name','rows','cols','wrap','tabindex','onchange','disabled','readonly','spellcheck'); 420 420 421 421 /**
Note: See TracChangeset
for help on using the changeset viewer.
