-
20 Mar 2012 9:43 AM #1
Ext.ux.touch.Rating
Ext.ux.touch.Rating
Just finished with updated version of Ext.ux.touch.Rating control. There were some internal changes because of Sencha Touch 2.0 design as well as UI changes - added image-less version of the control to showcases.
Also you may find example of action-sheet-like usage of the field in my showcases:
Configuration example:
Find out more details here: http://podlipensky.com/post/2012/03/...uchRating.aspxCode:{ xtype: 'rating', label: 'Star w/ clear', itemsCount: 5, itemCls: 'x-rating-star', itemHoverCls: 'x-rating-star-hover', clearIcon: true //show clear icon right after stars }
My recent commitment into Sencha community:
Star Rating Field: https://github.com/podlipensky/Ext.ux.touch.Rating
Sencha Articles on my blog: http://podlipensky.com
-
20 Mar 2012 9:45 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,624
- Vote Rating
- 435
Nice use of deprecation!
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
2 Jul 2012 1:01 PM #3
Thanks!
Thanks!
Thank you for updating this great component to Touch2. Much appreciated!!
-
17 Jul 2012 10:20 PM #4
But how can i use this?? Where to keep the files ???
-
25 Nov 2012 9:31 PM #5
Hi, I am using the Rating plugin with Sencha Touch 2.0 but would like to move up to 2.1.x. Unfortunately it throws an error when I try to run it:
[Ext.fx.Animation] Invalid animation type of: 'rating'
Anybody else experiencing the same problem or is there a fix planned (couldn't find that on GitHub?).
cheers,
squarefan
-
18 Jan 2013 2:17 AM #6
Listeners for this stars
Listeners for this stars
First of all congratulations to you for such a great extension.
How can we define the listeners for this. Can you please prove the same for this
I found only change event...any events apart from this??
-
24 Jan 2013 8:06 AM #7
it gives me Syntax Error when trying to build native.
Dont see any and jslint doesnt see any where the prob schould be
line 245


Reply With Quote