1,813
การแก้ไข
(→Radios) |
(→Radios) |
||
| บรรทัดที่ 454: | บรรทัดที่ 454: | ||
'''<syntaxhighlight lang="javascript"> | '''<syntaxhighlight lang="javascript"> | ||
render_radio(form, blank, | render_radio(form, blank, | ||
field_modal=false, field_tab=false, | |||
label_width="105px", headless=false, col=1, | |||
hidden=false, tabindex=false, | |||
force_fat=false, force_slim=false, | |||
disabled=false) | |||
</syntaxhighlight>''' | </syntaxhighlight>''' | ||
| บรรทัดที่ 463: | บรรทัดที่ 464: | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| style="width:120px;" | '''Parameters''' || ''(See descriptions under [[#String & Text Area Fields]] sub-section)'' | | style="width:120px;" | '''Parameters''' || ''(See descriptions under [[#String & Text Area Fields]] sub-section)'' | ||
* '''col''' ''(int)'': The number of columns radio options should be divided into. The ordering of radio options is | * '''col''' ''(int)'': The number of columns radio options should be divided into. The ordering of radio options is horizontal first and vertical second. | ||
* '''disabled''' ''(bool)'': Whether the field should be drawn disabled on page load. | * '''disabled''' ''(bool)'': Whether the field should be drawn disabled on page load. | ||
|} | |} | ||