Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Merged branch "DOC0000689" into parent

...

AttributeTypeMandatoryDescription
recordIdStringN

Specify the <![CDATA[ID of the record to which this tag implementing attachment widget will be bound.

Note

The recordId attribute is mandatory, if tableName is set.

tableNameStringNSpecify the name of the table for the record to which this tag will be bound.
isReadOnlyBooleanN

Enable or disable attaching files.

If the attribute is equal to 'false', you will be able to attach files via the widget. 

If the attribute is equal to 'true', you will not be able to attach files via the widget. 

...

Code Block
languagexml
themeEclipse
titleattachment
linenumberstrue
<![CDATA[<attachment tableName={data.table_name} recordId={data.record_id}></attachment>

...