Form: Difference between revisions

Jump to navigation Jump to search
732 bytes added ,  24 September 2019
Line 264: Line 264:


; Add Button: Click to add a new button to an existing tab. Use [[Rules editor|Button Click]] to set up the action or command associated with the button.
; Add Button: Click to add a new button to an existing tab. Use [[Rules editor|Button Click]] to set up the action or command associated with the button.
; 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.
:* 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.

Navigation menu