Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Tab index for comments
Users entering data for commenting might want to use the tab to move between the fields.
In the comment.php file is the following code:
$vals = array( ‘comment_name_input’ => $namewarn.input(‘text’,‘name’, $name, $isize,‘comment_name_input’,“2”), ‘comment_email_input’ => $emailwarn.input(‘text’,‘email’, $email,$isize,‘comment_email_input’,“3”), ‘comment_web_input’ => input(‘text’,‘web’, $web, $isize,‘comment_web_input’,“4”), ‘comment_message_input’ => $commentwarn.$textarea, ‘comment_remember’ => $checkbox, ‘comment_preview’ => input(‘submit’,‘preview’,gTxt(‘preview’),’‘,‘button’,), ‘comment_submit’ => $comment_submit_button );
would it be possible to integrate in ‘comment_preview’ the tab index “5” by default in the core code. Because I’m updating this with every udpate of textpattern.
Or can you just explain, why there is no tab index?
Last edited by The-Exit (2005-11-03 22:29:11)
Offline
Re: Tab index for comments
should be resolved with 4.0.3
Offline
Pages: 1