ข้ามไปเนื้อหา

ผลต่างระหว่างรุ่นของ "CuneiForm"

เพิ่มขึ้น 125 ไบต์ ,  11 เมษายน 2567
บรรทัดที่ 454: บรรทัดที่ 454:
'''<syntaxhighlight lang="javascript">
'''<syntaxhighlight lang="javascript">
render_radio(form, blank,
render_radio(form, blank,
            field_modal=false, field_tab=false,
                        field_modal=false, field_tab=false,
            headless=false, col=1,
                        label_width="105px", headless=false, col=1,
            hidden=false, tabindex=false,
                        hidden=false, tabindex=false,
            disabled=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 verical first and horizontal second.
* '''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.
|}
|}