Style (attribute of property)
From JRapid
CSS Style directives can be applied to the property to customize the forms. Excessive CSS directives can be broken out into a separate CSS file for legibility. (see className).
Usage
<property label = LABEL name= NAME style = CSS />
Example
<entity label="Company" name="Company">
<property display="primary" label="Name" name="name" required="required" style="border-color:blue;"
tooltip="The name of the company."/>
</entity>
