dzRaty
dzRaty is an extension for Yii framework. It is a wrapper for jQuery Raty, a plugin developed by Washington Botelho that generates a customizable star rating.
To get started, check http://yii.dezero.es/dzraty
Installation
Requirements: jQuery and Yii framework 1.0 or above (tested on 1.1.12).
Extract downloaded file to your Yii application extensions folder (default: protected/extensions).
Usage
Edit mode
Using with an attribute model. weight is a sample attribute name
Using with a single input element
View / Read-only mode
Localization - i18n
dzRaty translates all translatable elements of jQuery Star plugin. You can place your own translation file under DzRaty/messages.
Current version contains translation files for spanish. You could simply duplicate and edit one of them.
Resources
- dzRaty Homepage
- dzRaty Yii Extension Page
- dzRaty Github Page
- jQuery Raty Homepage
- jQuery Raty Github Page