10,730
edits
Line 276: | Line 276: | ||
|} | |} | ||
{{Anchor|Add_Grid}} | {{Anchor|Add_Grid}} | ||
; Add Grid: Click to add a GridItem to your form: essentially, you can define a table. On the [[Form#Properties pane|'''Properties''' pane]], set Columns and Rows. | ; Add Grid: Click to add a GridItem to your form: essentially, you can define a table to [[Form#Displaying_multiple_fields_per_row|display multiple fields in a single row]]. On the [[Form#Properties pane|'''Properties''' pane]], set Columns and Rows. | ||
:* To create a 2x2 table with equally sized rows and columns, set both '''Columns''' and '''Rows''' to <code>*;*</code>. | :* To create a 2x2 table with equally sized rows and columns, set both '''Columns''' and '''Rows''' to <code>*;*</code>. | ||
:* To create a 2x2 table where the first column has double width, set '''Columns''' to <code>2*;*</code>. | :* To create a 2x2 table where the first column has double width, set '''Columns''' to <code>2*;*</code>. |