Do you mean the HTML attribute "tabindex"? http://www.w3.org/TR/html401/interact/forms.html#adef-tabindex
$form->getElement('foo')->setAttrib('tabindex', 1);
Am 10.06.2011, 17:45 Uhr, schrieb Diego Garcia <[email protected]>:
hi how can i set the focus position in a form when tab key is pressed? i know i can use onblur event, but is there a "better" way? thank you
-- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
