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

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

บรรทัดที่ 364: บรรทัดที่ 364:
             hidden=false, tabindex=false,
             hidden=false, tabindex=false,
             pad_bottom="default",
             pad_bottom="default",
            // Arguments exclusive to 'render_blank':
             force_fat=false, force_slim=false, slim_pb=2)
             force_fat=false, force_slim=false, slim_pb=2,
            // Arguments available only when calling 'render_blank_slim' directly:
            bunch_pb=2)
</syntaxhighlight>'''
</syntaxhighlight>'''


บรรทัดที่ 392: บรรทัดที่ 389:
* '''force_fat''' ''(bool)'': Whether to draw the field in ''fat'' mode regardless of {{code|form.slim}} and {{code|form.subslim}} values.
* '''force_fat''' ''(bool)'': Whether to draw the field in ''fat'' mode regardless of {{code|form.slim}} and {{code|form.subslim}} values.
* '''force_slim''' ''(bool)'': Whether to draw the field in ''slim'' mode regardless of {{code|form.slim}} and {{code|form.subslim}} values.
* '''force_slim''' ''(bool)'': Whether to draw the field in ''slim'' mode regardless of {{code|form.slim}} and {{code|form.subslim}} values.
* '''slim_pb''' and '''bunch_pb''' ''(int: 0 ~ 5)'': Set the bottom padding for ''slim'' field. This argument utilizes Bootstrap 4's {{code|lang=css|pb-0}} through {{code|lang=css|pb-5}} classes.
* '''slim_pb''' ''(int: 0 ~ 5)'': Set the bottom padding for ''slim'' field. This argument utilizes Bootstrap 4's {{code|lang=css|pb-0}} through {{code|lang=css|pb-5}} classes.
|}
|}