Evan Carroll wrote:
This might be accomplished with a continuation on a MACRO or the like.
or using a global variable and passing it to functions.
I personally would just manually set the tab index, and include
tabindex="$var" in the MACRO;
so the syntax would look something like this:
<input name="DoIt" [% tabindx(5) %]>
or
SET tab_cnt = 1;
<input name="DoIt" [% tabindx(tab_cnt) %]">
Similar to what I am doing. Where my reluctance to try something
_different_ is I using this to set the tabindex for the form action
buttons at the top and the bottom of a form; plus all the fields in the
form. Currently we have around 90 forms with varying numbers of fields.
And this from just the first 31 products of around 140 total ... to
get done this year. Twenty to thirty more every quarter starting in
2007. Once it is explained to the designers they'll be able to do as
they wish/need to get the right effects.
The site isn't ready for prime time or I'd show it off and demo the
issues but it has a really neat trick using sprite navigation that
relies on the form fields tabindex.
Rod
--
or the like..
Evan Carroll
www.evancarroll.com
_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates
_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates