Tab Order in CForms

2006-03-09 Thread Stewart, Gary
Does anyone know how to change the tab order in CForms? I was hoping to change it so it ignores the links (such as the help and error links) until it gets all the way to the bottom of the form. I'd assume you'd do this by altering the tab order in the final HTML form. I figure I should

Re: Tab Order in CForms

2006-03-09 Thread Bruno Dumon
On Thu, 2006-03-09 at 15:58 +, Stewart, Gary wrote: Does anyone know how to change the tab order in CForms? I was hoping to change it so it ignores the links (such as the help and error links) until it gets all the way to the bottom of the form. I'd assume you'd do this by altering the tab

RE: Tab Order in CForms

2006-03-09 Thread Stewart, Gary
I havn't ever tried it, but you can add the tabindex attribute just like any other, for example: ft:widget id=abc fi:styling tabindex=5/ /ft:widget The stylesheets simply copy over all the attributes they don't understand to the target input element. There's also a shorter way

RE: Tab Order in CForms

2006-03-09 Thread Bruno Dumon
On Thu, 2006-03-09 at 17:05 +, Stewart, Gary wrote: I havn't ever tried it, but you can add the tabindex attribute just like any other, for example: ft:widget id=abc fi:styling tabindex=5/ /ft:widget The stylesheets simply copy over all the attributes they don't