thomascube
2008-05-15 405aba83230471ead28adccaa888af73750771f1
Allow tabindex attribute in textareas

1 files modified
2 ■■■ changed files
program/include/html.php 2 ●●● patch | view | raw | blame | history
program/include/html.php
@@ -415,7 +415,7 @@
class html_textarea extends html
{
    protected $tagname = 'textarea';
    protected $allowed_attrib = array('name','rows','cols','wrap');
    protected $allowed_attrib = array('name','rows','cols','wrap','tabindex');
    /**
     * Get HTML code for this object