element <attribute>
Namespace:
http://schema.caplin.com/CaplinTrader/rendererDefinitions
XML Representation Summary
<attribute
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
/>
Parent elements (2):
Description
A name/value pair that configures one property of a <control>, <handler>, or <transform>. The JavaScript classes that implement these objects, and the properties that can be configured using name/value pairs, are described in the subsections of "Element Renderer JavaScript classes".
Attribute Detail
default
Type:
xs:string, predefined
Use:
optional
The default value of the property if the value is derived from a field and the field has no value (see 'value').

name
Type:
xs:string, predefined
Use:
required
The name of the property being configured.

value
Type:
xs:string, predefined
Use:
required
The value of the property. The value can include a named field if the name of the field is placed inside braces preceded by '$'. For example, value="${RTTP.RECORD_STATUS}" sets the value of the property to the value of the field 'RTTP.RECORD_STATUS'.