You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/form.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -647,7 +647,7 @@ Defines the hint text that will be shown underneath the form editor.
647
647
648
648
### items.colSpan `Number|Array`
649
649
650
-
Defines the field size when grid layout is used.
650
+
Defines the field size when grid layout is used. A fixed number defines the colspan for the form field. An array is used to map the colSpan to responsive breakpoints.
651
651
652
652
#### Example
653
653
@@ -2127,7 +2127,7 @@ Grid layout settings.
2127
2127
2128
2128
### grid.cols `Number|Array`
2129
2129
2130
-
Defines the columns of the grid.
2130
+
A number defines the columns of the grid. When an array is used it is used to map the columns to the provided responsive breakpoints.
2131
2131
2132
2132
#### Example - setting columns to number
2133
2133
<form id="myForm"></form>
@@ -2325,7 +2325,7 @@ Defines the width of the gutters between the columns / rows.
2325
2325
2326
2326
### grid.gutter.rows `String|Number|Array`
2327
2327
2328
-
Defines the width of the gutters between the rows.
2328
+
Defines the width of the gutters between the rows. When an array is used, it is mapped to set the gutter between the rows for the provided responsive breakpoints.
2329
2329
2330
2330
#### Example - setting the gutter rows value
2331
2331
<form id="myForm"></form>
@@ -2492,7 +2492,7 @@ Defines the row gap value for the specific breakpoint.
2492
2492
2493
2493
### grid.gutter.cols `String|Number|Array`
2494
2494
2495
-
Defines the width of the gutters between the columns.
2495
+
Defines the width of the gutters between the columns. When an array is used, it is mapped to set the gutter between the columns for the provided responsive breakpoints.
0 commit comments