Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The <remform> tag allows adding to the portal a form consisting of model attributes to the portal.

The following attributes are applicable:

AttributeTypeMandatoryDescription
isPortalBooleanN

Set the attribute to 'true' to display the widget on the portal.

Info

In the case of the <remform> SimpleTag, it is recommended to set the value of this attribute to 'true'.


isUserScriptsBooleanNDisable client scripts execution. The default value is 'true'.
recordIdStringNSpecify an ID of an existing record to extend.
saveButtonCaptionStringNSpecify text displayed on the Save button.
styleStringN

Specify the display settings (size, font, color, etc.) of the widget elements using the CSS syntax.

tableNameStringYSpecify the name of the table containing the extending record.


Code Block
languagexml
themeEclipse
titleremform
<remform modelId="{data.model_id}" isPortal="true" tableName="rem_table" saveButtonCaption="Save" />

...