...
Form Grid Properties
Edit Form Grid
Image RemovedImage Added
Name | Description |
---|
ID | Element ID (By declaring as "entries", a corresponding database table column "c_entries" will be created) Please see Form Element for more information about defining the ID and list of reserved IDs. |
Label | Element Label to be displayed to the end-user. |
Form | Target form to refer to. |
Columns | The columns defined here must be correspondent to the Form chosen above. Name | Description |
---|
Value | Field ID of the form element to refer to the target form. Panel |
---|
borderColor | blue |
---|
borderWidth | 1 |
---|
titleBGColor | #ddffcc |
---|
borderStyle | solid |
---|
| Example: In "HR Expense Claim Entry" form, there are Form Elements with the ID "date", "category", "purpose", and "formattedAmount". |
| Label | Column Label. | Format Type | If you would like to format the returned value, you may make use of the format type. Default choice: Text. Available Format Types - Text - formats the value as text
- HTML - outputs data as HTML
- Multiple lines text - maintains the spacing formatting for multiple lines text, such as TextArea.
- Decimal - formats as a decimal. The number of decimals is expected in the "Format" field.
Date - formats as a date. Original Date and New Date formats are expected in the "Format" field. Panel |
---|
borderColor | blue |
---|
borderWidth | 1 |
---|
titleBGColor | #ddffcc |
---|
borderStyle | solid |
---|
| Format: (original format)|(new format) Example of usage: Original value: 5/23/2012 Expected value: 2012/5/23 Format : M/d/y|y/M/d Note: Please refer to Java SimpleDateFormat for date format. |
File - Show the value as a link to the attachment. Form ID is expected in the "Format" field. Info |
---|
title | Important Infomation |
---|
| - Specify the Form ID that contains the actual File Upload form element.
- Make sure that you use Multirow Form Binder as the Load Binder.
- The file will be downloaded as an attachment and do NOT actually follow the properties set at the target form's File Upload properties.
|
Image - Show the value as a thumbnail of the attachment. Form ID is expected in the "Format" field. Info |
---|
| Specify the Form ID that contains the actual Image Upload / File Upload form element. |
Options - Show the label of a multiple-choice element given the value given. Form ID is expected in the "Format" field. Info |
---|
| Specify the Form ID that contains the actual Select Box / Radio / CheckBox form element. |
| Format | Depending on your chosen Format Type, an additional argument may be entered here. | Width | Column width in characters. |
|
...
URL Request Parameters for Popup Form
Name | Description |
---|
Parameter | Map values as the URL parameters. |
Field Id | Field ID of the form element in the current form. |
Default Value | Default Value when there's no existing value found/selected. A hash variable is accepted here. For example, you may key the following Code Block |
---|
#currentUser.firstName# #currentUser.lastName# |
to pre-populate the field with the currently logged-in user's name. |
Download Demo App
...