--
PedroRio - 16 Sep 2010
Attribute
The xvw:attribute components renders a label and form input component of a chosen type.
XML Definition
<xvw:attribute>
.....
</xvw:attribute>
Properties
Property |
Description |
Type |
Possible Values |
Default Value |
Usage |
Example |
renderLabel |
Whether or not the label for this attribute is rendered |
String |
1 / 0 |
1 |
Optional |
renderLabel='1' renders the label, renderLabel='0' does not render the label |
inputType |
The type of input component to render |
String |
"attributeText", "attributeBoolean", "attributeNumber", "attributeDate", "attributeTime", "attributeDateTime", "attributeHtmlEditor", "attributeLov", "bridgeLookup" |
|
Required |
|
Extends from