The <remform> tag allows adding you to add a form consisting of model attributes to the portal.
Placing more than one widget instance with the <remform> tag on a page is not recommended. Unlike the <rem> tag, <remform> is used only for creating a single record at a time.
The following attributes are applicable:
Attribute | Type | Mandatory | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
isPortal | Boolean | N | Set the attribute to 'true' to display the widget on the portal. It is recommended to set the value of this attribute to 'true'. | ||||||||||||||||||||||||||||
isUserScripts | Boolean | N | Disable client scripts execution. The default value is 'true'. | ||||||||||||||||||||||||||||
modelId | String | N | Specify RE model ID. | ||||||||||||||||||||||||||||
name | String | N | This attribute stores the form name. Define the form name within the template in the Template field:
And after that, you can call it in the widget client script:
| isPortal | Boolean | N |
Info |
---|
In the case of the <remform> SimpleTag, it is recommended to set the value of this attribute to 'true'. |
await builtInForm.save(); |
Specify the display settings (size, font, color, etc.) of the widget elements using the CSS syntax.
...