1,844
การแก้ไข
| บรรทัดที่ 229: | บรรทัดที่ 229: | ||
==== Sequence and Column Names ==== | ==== Sequence and Column Names ==== | ||
These few attributes govern the navigation, submission, and database-mapping of the form: | These few attributes govern the navigation, submission, and database-mapping of the form: | ||
* '''seq''' ''([str,])'': Field names as defined via | * '''seq''' ''([str,])'': Field names as defined via FlaskForm. Its order dictates the tab-sequence of the form on the client-side. If no value is given, the initiation routine automatically generates this list from FlaskForm. | ||
* '''cnames''' ''([str,])'': Field names as matched with corresponding database model. If no value is given, the list copies from {{code|seq}}. (See notes.) | * '''cnames''' ''([str,])'': Field names as matched with corresponding database model. If no value is given, the list copies from {{code|seq}}. (See notes.) | ||
* '''submit_id''' ''(str: defaults to {{code|lang=python|'submit'}})'': | * '''submit_id''' ''(str: defaults to {{code|lang=python|'submit'}})'': | ||