Fixed (attribute of property)
From JRapid
(Redirected from Fixed)
The fixed attribute shows only the label of the property that is applied to.
Usage
<property name = NAME label = LABEL fixed="fixed" />
Example
Contacts are added from the Company's form (see embedded inline example) so the Company property of Contact can be fixed as user will never manually select de company from a contact.
<entity label="Contact" name="Contact">
...
<property display="secondary" entity="Company" label="Company" name="company" '''fixed="fixed"'''/>
...
</entity>
