1,813
การแก้ไข
| บรรทัดที่ 486: | บรรทัดที่ 486: | ||
==== Buttons & Submits ==== | ==== Buttons & Submits ==== | ||
[[ไฟล์:Form Buttons.png|400px|thumb|center|alt=Buttons created via 'render_submit' and 'render_btn'.|Buttons created via 'render_submit' and 'render_btn'.]] | |||
'''<syntaxhighlight lang="javascript"> | |||
render_submit(form, blank, | |||
class="primary", confirm_first=false, | |||
hidden=false, tabindex=false, | |||
force_fat=false, force_slim=false) | |||
render_btn(id=false, size="normal", | |||
width=false, height=false, | |||
label=false, icon_name=false, | |||
class="primary", custom_color=false, | |||
hidden=false, tabindex=false, | |||
slim=false, disabled=false) | |||
</syntaxhighlight>''' | |||
{| style="margin-left:20px;" | |||
|- style="vertical-align:top;" | |||
| style="width:120px;" | '''Parameters''' || ''(See descriptions under [[#String & Text Area Fields]] sub-section)'' | |||
* asdasd | |||
* Asdasd | |||
|} | |||
=== General Form Tail === | === General Form Tail === | ||