1,813
การแก้ไข
| บรรทัดที่ 346: | บรรทัดที่ 346: | ||
==== String & Text Area Fields ==== | ==== String & Text Area Fields ==== | ||
String and text-area fields are the most prevalent type of form fields, and also one most riddled with features and expectations. The CuneiFox macro that handles rendering of these fields is {{code|render_blank}}. | String and text-area fields are the most prevalent type of form fields, and also one most riddled with features and expectations. The CuneiFox macro that handles rendering of these fields is {{code|render_blank}}. | ||
Due to the sheer number of arguments here, for the sake of all things holy, '''DO NOT''' rely on argument order farther than ''form'' and ''blank'', '''ALWAYS PROVIDE''' argument keywords. | |||
'''<syntaxhighlight lang="javascript"> | '''<syntaxhighlight lang="javascript"> | ||