Rating
Controls Suite 4.5 |
 | Overview |
 | Features |
 | Reference Book |
 | Live Demos |
|  | Segments |
|  | Orientation |
|  | Direction |
|  | Skins |
|  | Precise Customization |
|  | Template |
|  | Setting a value |
|  | Client-side event |
|  | CallBack (AJAX) |
|  | PostBack |
|  | Application scenarios |
| |  | Rate an article |
| |  | Progress Bar |
|
APNSoft Rating supports easy appearance customization through Skins. A Skin is a folder that contains one CSS Style (Style.CSS) and a set of images:
The Rating control consists of the segments (images). A segment corresponds to an image and/or CSS class. Images and CSS classes have the predefined names. During customization you can change contents of these images/classes.
To link the control with Skin, use the SkinFolder property:
<APNSoft:APNSoftRating id="myRating" runat="server"
SkinFolder = "~/Skins/Classic/" />
The collection of ready-to-use skins is included in installer. The Rating control has a default Skin to see the result immediately.
|