1,801
การแก้ไข
| บรรทัดที่ 645: | บรรทัดที่ 645: | ||
* {{key press|Shift|Tab}} or {{key press|Shift|Enter}} to go backward | * {{key press|Shift|Tab}} or {{key press|Shift|Enter}} to go backward | ||
# | ==== Determining What's Next ==== | ||
#* | CuneiForm follows the steps listed below to determine which element shoud take the focus next: | ||
# Look at the next (or previous) logical field: | |||
#* If the current field has a custom next/previous field defined (via attibutes '''{{code|custom_next_ele}}''' or '''{{code|custom_prev_ele}}'''), look there. | |||
#* Otherwise, look for the next field in the form's '''{{code|seq}}''' array. | |||
# Check whether that field should take the focus. | |||
#* The field must '''NOT''' be skipped (not present in the form's '''{{code|skipseqs}}''' attribute). | |||
#* Cond 2 | #* Cond 2 | ||
#* ... | #* ... | ||