1,813
การแก้ไข
| บรรทัดที่ 344: | บรรทัดที่ 344: | ||
==== String & Text Area Fields ==== | ==== String & Text Area Fields ==== | ||
'''<syntaxhighlight lang="javascript"> | |||
render_blank(form, blank, track_tb=false, | |||
search=false, fill=false, expand=false, | |||
field_modal=false, field_tab=false, | |||
prepend=false, clear_prepend=false, | |||
append=false, clear_append=false, | |||
label_width="105px", headless=false, | |||
hidden=false, tabindex=false, | |||
pad_bottom="default", | |||
// Arguments exclusive to 'render_blank': | |||
force_fat=false, force_slim=false, slim_pb=2, | |||
// Arguments exclusive to 'render_blank_slim': | |||
bunch_pb=2) | |||
</syntaxhighlight>''' | |||
{| style="margin-left:20px;" | |||
|- style="vertical-align:top;" | |||
| style="width:120px;" | '''Parameters''' || | |||
* '''form''' ''(FlaskForm-CuneiForm)'' | |||
* '''blank''' ''(Field)'' | |||
* '''track_tb''' ''(str)'': The specification for table-tracking function. This argument takes the format {{code|lang=javascript|'<table_id>:<column_to_track>'}}. | |||
|- style="vertical-align:top;" | |||
| '''Returns''' || A new FlaskForm-CuneiFox object. | |||
|} | |||
==== Drop-list Fields ==== | ==== Drop-list Fields ==== | ||