Link
| Property | Data type | Default | Plus | Mvc |
|---|---|---|---|---|
| fieldLink | Field name | Yes | Yes | |
| fieldMessage | Field name | Yes | Yes | |
| generateRTF | Boolean | 0 | Yes | No |
| generateRTFButtonIf | String | Yes | No | |
| link | String | Yes | Yes | |
| message | String | Yes | Yes | |
| saveFileRTF | String | Yes | No | |
| tableName.fieldName | String | Yes | No | |
| templateRTF | String | Yes | No |
fieldLink
- Property
- fieldLink
- Data type
- Field name
- Description
- Sets the attribute
linkwith the content of the field whose name is given by fieldName.
fieldMessage
- Property
- fieldMessage
- Data type
- fieldName
- Description
- Sets the attribute
messagewith the content of the field whose name is given by fieldName.
generateRTF
- Property
- generateRTF
- Data type
- Boolean
- Description
- Sets the RTF generator.
- Default
- 0
generateRTFButtonIf
- Property
- generateRTFButtonIf
- Data type
- String
- Description
- If the condition is true, the button to generate the RTF is displayed. (see cutIf (showIf, mailfIf, requiredIf, queryIf, reqValueIf, editIf, valueIf) for details on the condition).
link
- Property
- link
- Data type
- String
- Description
- The string will be used for the link instead of the field value.
message
- Property
- message
- Data type
String
- Description
- Message associated with the link.
saveFileRTF
- Property
- saveFileRTF
- Data type
- String
- Description
- Name under which the generated file will be saved. Field markers ###tableName.fieldName### or ###fieldName### (for aliases) can be used.
tableName.fieldName
- Property
- tableName.fieldName
- Data type
- String
- Description
-
String can be string1->string2 or NL-> string2
In a RTF document, if the field marker
###tableName.fieldName###existsstring1will be replaced bystring2wherestring1can be NL (for the ASCII character LF).It may be useful when one wants to input data in a textarea and display them in one line with a given separator in the file.
templateRTF
- Property
- templateRTF
- Data type
String
- Description
- Defines the template to be used by the RTF generator. Field markers
###tableName.fieldName###or###fieldName###(for aliases) can be used.