|
The slider control allows numeric properties to be changed by
dragging an icon graphic over a background graphic. There is also
an optional reveal graphic that is placed between them and masked
to hide the portion that would appear to the right of the icon.
Using the default values for all attributes will
produce a simple slider with the icon graphic positioned over the background graphic.
An attributes attribute must be defined for the control to be
bound to a numeric property of another control. The minimum possible value for the
property will be zero and the maximum 100.
Attributes align: the string 'top', 'left' or 'center'
angle: floating point number (degrees)
bind: an object ID, period and property name
back: valid graphic URL
border: positive integer (pixels)
bordercolor: six character hex color value
color: six character hex color value
disicon: valid URL to a graphic
grad: floating point number less than 128
height: integer (pixels) or '*', '**'... (proportional)
icon: valid URL to a graphic
max: floating point value
min: floating point value
overicon: valid URL to a graphic
reveal: valid graphic URL
symbol: a valid SWF URL, followed by an ampersand and class name
width: integer (pixels) or '*', '**'... (proportional)
|