Versions Compared

Key

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

...

AttributeTypeMandatoryDescription
isUserScriptsBooleanNThis attribute allows enabling Disable client scripts execution. The default value is 'true'.
isPortalBooleanNThis attribute allows declaring that this widget should be displayed Set the attribute to 'true' to display the widget on the portal.
modelIdStringNThis attribute allows specifying Specify RE model ID.
recordIdStringNThis attribute allows specifying Specify an ID of an existing record to extend.
styleStringN

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

tableNameStringYThis attribute allows specifying a

Specify the name of the table containing the extending record.


Code Block
languagejs
themeEclipse
titlerem
linenumberstrue
<rem modelId="{data.model_id}" tableName="{data.table_name}" recordId ="{data.record_id}" />

...