Namespaces
Variants
Actions

DrY Rating

Jump to: navigation, search
Article Metadata

Code Example
Article
Created: symbianyucca (16 May 2010)
Last edited: hamishwillee (05 Jul 2012)
DrY Rating component is based on Guarana Rating implementation, and basically it implements same functionality as the Guarana Rating component does.

Following code snipped shows how it can be used:

dojo.require("dry.Rating");
 
 
var hw = new dry.Rating( {
value: 2,
styleTweaker: styleTweaker,
change:ratingChanged},
'controlDiv');

The constructor takes 2 items, where the second one is the name for the div where the Rating is placed in. The first argument is a struct defining the Rating properties and callback functions:

  • value: initial value set fort he ratings,
  • change: callback called when ratings value has changed,
  • styleTweaker: styleTweaker for handling the themes.


Examples

Component browser at dev.DrJukka.com/DrY/

WRT example at Wiki: DrY Rating.zip

Go to DrY Index

This page was last modified on 5 July 2012, at 06:46.
61 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved