...
Attribute | Type | Mandatory | Description |
---|---|---|---|
isUserScripts | Boolean | N | This attribute allows enabling Disable client scripts execution. The default value is 'true'. |
isPortal | Boolean | N | This attribute allows declaring that this widget should be displayed Set the attribute to 'true' to display the widget on the portal. |
modelId | String | N | This attribute allows specifying Specify RE model ID. |
recordId | String | N | This attribute allows specifying Specify an ID of an existing record to extend. |
style | String | N | This attribute specifies Specify the display settings (size, font, color, etc.) of the widget elements using the CSS syntax. |
tableName | String | Y | This attribute allows specifying a Specify the name of the table containing the extending record. |
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<rem modelId="{data.model_id}" tableName="{data.table_name}" recordId ="{data.record_id}" /> |
...