Skip to content

Commit 8658f24

Browse files
committed
Sync with Kendo UI Professional
1 parent a5b0f7f commit 8658f24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/api/javascript/ui/form.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Defines the hint text that will be shown underneath the form editor.
647647

648648
### items.colSpan `Number|Array`
649649

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.
651651

652652
#### Example
653653

@@ -2127,7 +2127,7 @@ Grid layout settings.
21272127

21282128
### grid.cols `Number|Array`
21292129

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.
21312131

21322132
#### Example - setting columns to number
21332133
<form id="myForm"></form>
@@ -2325,7 +2325,7 @@ Defines the width of the gutters between the columns / rows.
23252325

23262326
### grid.gutter.rows `String|Number|Array`
23272327

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.
23292329

23302330
#### Example - setting the gutter rows value
23312331
<form id="myForm"></form>
@@ -2492,7 +2492,7 @@ Defines the row gap value for the specific breakpoint.
24922492

24932493
### grid.gutter.cols `String|Number|Array`
24942494

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.
24962496

24972497
#### Example - setting the gutter rows value
24982498
<form id="myForm"></form>

0 commit comments

Comments
 (0)