Difference between revisions of "Tabindex"
From Contao Community Documentation
Line 12: | Line 12: | ||
}} | }} | ||
− | == tabindex == | + | >== tabindex == |
tabindex adds the tabindex HTML attribute to most of your form elements. By filling in unique numeric indexes between 1 and 32767 you can set an activation order for your elements when a user tries to navigate through the form using the TAB key. | tabindex adds the tabindex HTML attribute to most of your form elements. By filling in unique numeric indexes between 1 and 32767 you can set an activation order for your elements when a user tries to navigate through the form using the TAB key. | ||
Line 23: | Line 23: | ||
--[[User:Hschottm|Hschottm]] 13:45, 12 September 2010 (CEST) | --[[User:Hschottm|Hschottm]] 13:45, 12 September 2010 (CEST) | ||
+ | |||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://ezoralihiku.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]= | ||
+ | ---- | ||
+ | =[http://ezoralihiku.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> |
Revision as of 00:51, 18 November 2010
Add the tabindex attribute to your form elements to set an activation order.
Extension-Overview | |
---|---|
Name of the developer | Helmut Schottmüller (hschottm) |
Developer Website | http://www.aurealis.de |
Version of the extension | 1.0.0 |
Compatibility with Contao Version | 2.9.0 - 2.9.1 |
Link to Extension Repository | http://www.contao.org/extension-list/view/tabindex.en.html |
Donate the developer | http://aurealis.de/donate.html |
>== tabindex ==
tabindex adds the tabindex HTML attribute to most of your form elements. By filling in unique numeric indexes between 1 and 32767 you can set an activation order for your elements when a user tries to navigate through the form using the TAB key.
The tabindex attribute is very useful for multicolumn forms.
--Hschottm 13:45, 12 September 2010 (CEST)