Property | Type | Description |
fieldname |
string |
Name of the column in the datasource you want to reference. |
background |
string |
A background image for the radio button panel. |
bgcolor |
string |
A color, RGB or named, for the panel background. If neither bgcolor nor background transparent. |
height |
integer |
height, in pixels, of the panel. |
outline_background |
string |
An image to be used for the rectangular border drawn around the radio buttons. |
outline_bgcolor |
string |
The color, RGB or named, of the rectangular border drawn around the radio buttons. |
textcolor |
string |
The color, RGB or named, of the text within the panel. Default: "black". |
title |
string |
The title for the radio button panel, which appears superimposed on the rectangular border around the radio buttons. |
width |
integer |
width, in pixels, of the panel. |
x |
integer |
x-coordinate of the upper left corner of the panel, default is 0. |
y |
integer |
y-coordinate of the upper left corner of the panel, default is 0. |