Detail

The Radios Control Component is integral to the Radios Panel. While the location of the Radio Control Components is determined by the Radios Panel Properties settings and the number of Radio Controls that appear is determined by the Application Page Size, the Radios Control Component has its own Custom XML tag and attributes for defining image related Properties shared by each individual instance of the Radio Control appearing within the Radios Panel.  
 
 
 
 
Custom XML Tag  
 
Use the following XML tag to define custom Properties for the Radios Control Component within your Custom XML file:  
 
 
<RadiosControl />  
 
 
 
 
 
 
Common Properties  
 
The Radios Control Component inherits the following common Properties:  
 
Control Image Properties  
Use these Properties in order to map external images for the Radios Controls.  
 
Image Properties  
Use these Properties to create internal vector based images for the Radios Controls.  
The Colours Property takes a CSV list of three RGB integers to define colours for the following respectively:  
·the background fill colour  
·the radio-selected colour  
·the mouse-over high-lite colour  
 
Note: The
BorderRadius
Property is not inherited by the Radios Control Component.  
 
Opacity Properties  
Use this Property to set the Component image opacity.  
 
 
 
 
Default Property Values  
 
The following default Property values are defined for the Radios Control Component:
 
 
Property Name
Default Value
Opacity
100
ImageUp
undefined
ImageDown
undefined
ImageOver
undefined
Image
default
BorderColour
0xFFFFFF
BorderWeight
1
Colours
0xD2CEDB, 0x000000, 0xFF0000
 
 
 
 
 
Related Topics  
 
The Radios Panel  
The Vote Control