|
|
Line 288: |
Line 288: |
| |} | | |} |
| {{Anchor|Add_Grid}} | | {{Anchor|Add_Grid}} |
| ; 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. | | ; Add Table: Click to add a table to your form. Tables allow you to display fields in multiple columns. See [[Form#Displaying_multiple_fields_per_row|displaying multiple fields in a single row]]. |
| :* 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>.
| |
| :* Use <code>Auto;Auto</code> to match the width of the columns (or rows).
| |
| : Additionally, for each field within the GridItem, you can use '''Grid Position''' to configure the coordinates of the top left corner, as well as width and height of the area for the field, in the format <code>left;top;width;height</code>, for example <code>0;0;2;1</code>.
| |
| | |
| ; Add Image: Click to include an [[images|image]] to one of the tabs of your form. | | ; Add Image: Click to include an [[images|image]] to one of the tabs of your form. |
| ; Add Chat: If you want to be able to use [[chat]] to comment on records, place the Chat Wall as a tab on the form. | | ; Add Chat: If you want to be able to use [[chat]] to comment on records, place the Chat Wall as a tab on the form. |