ข้ามไปเนื้อหา

ผลต่างระหว่างรุ่นของ "CuneiForm"

เพิ่มขึ้น 540 ไบต์ ,  15 เมษายน 2567
บรรทัดที่ 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


# Find what next
==== Determining What's Next ====
#* Cond 1
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
#* ...
#* ...