Conditionally display form elements

Technologies > User Interface Add-Ins > Parts for Forms > Conditional Elements -- Projects - Status 'Created'

This example demonstrates the use of binding expressions to conditionally display form elements. In the following example, the panel title is determined by the record's project status:

<title hidden="${record['project.status'] == 'Created'}">Existing Project</title>
<title hidden="${record['project.status'] != 'Created'}">New Project</title>

For further information on using conditional expressions in views,

Use binding expressions

Client-Side Bindings - View Properties

View: http://localhost:8080/archibus/schema/ab-products/solutions/parts/form/ab-ex-form-panel-conditional-elements-1.axvw