Versions Compared

Key

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

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

...

AttributeTypeMandatoryDescription
isPortalBooleanNThis 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'.
isUserScriptsBooleanNThis attribute allows to enable enabling client scripts execution. The default value is 'true'.
recordIdStringNThis attribute allows to specify specifying an ID of an existing record to extend.
saveButtonCaptionStringNSpecify text displayed on the Save button.
styleStringN

This attribute specifies the display settings (size, font, color, and etc.) of the widget elements using the CSS syntax.

tableNameStringYThis attribute allows to specify specifying a table containing the extending record.

...