From 405aba83230471ead28adccaa888af73750771f1 Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 15 May 2008 20:37:00 +0000 Subject: Allow tabindex attribute in textareas --- program/include/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include') diff --git a/program/include/html.php b/program/include/html.php index fb86e514f..6f602454c 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -415,7 +415,7 @@ class html_checkbox extends html_inputfield 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 -- cgit v1.2.3