Here's how you add tabindex with the Form Helper:
$this->Form->input('foo', array('tabindex' => '1', [other options...]));
$this->Form->input('bar', array('tabindex' => '2', [other options...]));
On Thursday, September 16, 2010 1:14:23 PM UTC-5, Jeremy Burns wrote:
-- On Thursday, September 16, 2010 1:14:23 PM UTC-5, Jeremy Burns wrote:
I'm having a bad form day. My forms, built using the form helper and
using $this->Form->input have no sensible tab order. It seems that
inputs that result in a select list (for example, date fields) cannot
be tabbed into at all. I have tried setting the tabindex values, but
they do not control form flow. I have tested this in Firefox, Chrome
and Safari - all produce the same result.
Any clues?
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
No comments:
Post a Comment