Hi all,
I've created an extension for rating. It's my first one
You can see demo on this link:
http://dev.iordanov.net/ext/examples...er/slider.html
and here is download link:
http://dev.iordanov.net/starslider.tar.gz
Hi all,
I've created an extension for rating. It's my first one
You can see demo on this link:
http://dev.iordanov.net/ext/examples...er/slider.html
and here is download link:
http://dev.iordanov.net/starslider.tar.gz
fine work
Vador
Excellent init,
1) What about up / down when mouse over.
2) If you click in 4 and then, you want to click in 2, is imposible (IE7).
Greetings,
It's should be possible (I don't have any IE to test with). You can drag&drop yellow stars, or try using arrows on you keyboard. Click event works only when you click on gray star (for now)
I've updated the sources, now you can also click on yellow stars
Very nice indeed!
I`m from Holland!
Looks cool, I'm going to use it )
How about to publish it in repository, so I'll be able update it easily if you upgrade it?
http://extjs.com/forum/showthread.php?t=43450
Excellent work!!!
Sorry for my english,
Is posible other mode?: On over move starts to your fauvorite rating.
Support decimal values? For example: 3,5 three stars and middle.
Is posible configure the maximun note?. For example 10 stars or 3 stars by a config value
Thanks for share,
Greetings,
@SamuraiJack1:
How can I publish it there?
@galdaka
Stars number is calculated dynamically.
it's maxValue/increment
for example:
starConfig: {
maxValue: 100,
increment: 10
}
and you will have 10 stars.
by default increment = 1
For now half stars are not supported but it should be easy to implement. Latter today I'll post an update.
For over mode I may add an option in configuration but also latter.
Examine this link, its a description of repo for authors.
http://extjs-ux.org/twiki/bin/view/M...positoryDesign
Generally you'll need to document your code with jsdoc tags (like Ext library itself)