Difference between revisions of "Tabindex"

From Contao Community Documentation

(Created page with 'Category:Extensions Add the tabindex attribute to your form elements to set an activation order. {{ExtInfo | Dev=Helmut Schottmüller (hschottm) | DevSite…')
 
Line 16: Line 16:
 
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.
  
[[Datei:tabindex.png|Zusätzliches Eingabefeld für die Tabulator-Reihenfolge für ein Formularelement im Contao Formulargenerator|center|frame]]
+
[[File:tabindex.png|Additional numeric input field to set the Tab activation order for a form element in the Contao form generator|center|frame]]
  
Pro angezeigter Webseite dürfen keine doppelten Werte für die Tabulator-Reihenfolge verwendet werden. Testen lässt sich die Vergabe der Tabulator-Reihenfolge einfach durch das Drücken der Tabulator-Taste in einem Frontend-Formular mit gesetzten Werten für die Reihenfolge. Die Felder werden in aufsteigender Reihenfolge der vergebenen Indizes aktiviert.
+
{{msgInfo|Please note that you may not enter duplicate tabindex values per web page. You can test your individual tab index values by pressing the Tab key in the associated frontend form. The form elements will be activated depending on indexes in incremental order.}}
 +
 
 +
The tabindex attribute is very useful for multicolumn forms.
  
 
--[[User:Hschottm|Hschottm]] 13:45, 12 September 2010 (CEST)
 
--[[User:Hschottm|Hschottm]] 13:45, 12 September 2010 (CEST)

Revision as of 14:50, 12 September 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.

Additional numeric input field to set the Tab activation order for a form element in the Contao form generator


Please note that you may not enter duplicate tabindex values per web page. You can test your individual tab index values by pressing the Tab key in the associated frontend form. The form elements will be activated depending on indexes in incremental order.

"Information"


The tabindex attribute is very useful for multicolumn forms.

--Hschottm 13:45, 12 September 2010 (CEST)

Views
Personal tools

Contao Community Documentation

Navigation
Discover
Understand
Enhance
Miscellaneous
Tools