This The <remform> tag allows adding to the portal a form consisting of model attributes.
...
Attribute | Type | Mandatory | Description |
---|---|---|---|
isPortal | Boolean | N | This attribute allows declaring that this widget should be displayed on the portal. In the case of the <remform> SimpleTag, it is recommended to set the value of this attribute to 'true'. |
isUserScripts | Boolean | N | This attribute allows to enable enabling client scripts execution. The default value is 'true'. |
recordId | String | N | This attribute allows to specify specifying an ID of an existing record to extend. |
saveButtonCaption | String | N | Specify text displayed on the Save button. |
style | String | N | This attribute specifies the display settings (size, font, color, and etc.) of the widget elements using the CSS syntax. |
tableName | String | Y | This attribute allows to specify specifying a table containing the extending record. |
...