From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dojox/widget/tests/test_Rating.html | 91 +++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 includes/js/dojox/widget/tests/test_Rating.html (limited to 'includes/js/dojox/widget/tests/test_Rating.html') diff --git a/includes/js/dojox/widget/tests/test_Rating.html b/includes/js/dojox/widget/tests/test_Rating.html new file mode 100644 index 0000000..e87168f --- /dev/null +++ b/includes/js/dojox/widget/tests/test_Rating.html @@ -0,0 +1,91 @@ + + + + Dojox Rating Test + + + + + + + + + + + + +

Dojox Rating test

+ +

default usage:

+ The attribute "numStars" is not given, so the default 3 stars are shown.
+ + The value is: 0 +

+ +

5 stars:

+ The attribute "numStars" is given and set to 5, the initial value is 3.
+ +

+ +

Customized, "my big stars":

+ The stars are bigger, and styled this way that there is space around each. + When hovering the background color is changed too. All this is achieved via CSS, see top of this file. +
+ The attribute "numStars" is set to 10, so we see ten stars. +
+ + + + +

+ The value is: 0 +
+ The mouse is over: 0 +
+ +

Spacing

+ Surrounded by text to see that it really takes all it's space + Surrounded by text to see that it really takes all it's space + Surrounded by text to see that it really takes all it's space + Surrounded by text to see that it really takes all it's space + Surrounded by text to see that it really takes all it's space
+ Surrounded by text to see that it really takes all it's space + Surrounded by text to see that it really takes all it's space + Surrounded by text to see that it really takes all it's space + Surrounded by text to see that it really takes all it's space +

+ + -- cgit v1.2.3