Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2005-11-03 22:28:52

The-Exit
Member
From: Berlin
Registered: 2005-07-16
Posts: 175
Website

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

#2 2006-01-22 01:45:34

The-Exit
Member
From: Berlin
Registered: 2005-07-16
Posts: 175
Website

Re: Tab index for comments

should be resolved with 4.0.3

Offline

Board footer

Powered by FluxBB