You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This element adds a reference field to a widget for establishing connections with data tables by a custom reference.

The following attributes are applicable:

AttributeTypeMandatoryDescription
classStringNThis attribute allows defining CSS styles classes description and specifying.
conditionStringN

Specify a condition query.

This attribute takes a decoded condition as a value. To decode a query condition, use server methods as recommended.

isFixedBooleanNWhen this attribute is equal to 'true', then the condition value cannot be changed.
isMandatoryBooleanNThis attribute allows to set a mandatory status to field. For this, set it equal to 'true'.
isVisibleBooleanNIf this attribute is equal to 'true' (by default), then the widget is displayed; otherwise, it is not displayed.
labelStringNA field label with text information generally describing the field content.
modelStringYThis attribute points to the client controller data object. When the model data changes, it is automatically transferred to data of the client script.

readOnly

BooleanN

This attribute allows to set a read-only status to field. For this, set it equal to 'true'.

styleStringN

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

tableNameStringYConnection with a table by its name.

value

StringN

Specifies the default value for field.


reference
<reference label="Configuration Item" model="data.element" tableName="cmdb" isMandatory="true" condition="{data.condition}"></reference>
  • No labels