You are here

function fivestar_views_widget_normal_handler in Fivestar 6.2

Same name and namespace in other branches
  1. 5 fivestar.module \fivestar_views_widget_normal_handler()
  2. 6 fivestar.module \fivestar_views_widget_normal_handler()

VotingAPI Views formatter for displaying rating widget with text.

File

./fivestar.module, line 1427
A simple n-star voting widget, usable in other forms.

Code

function fivestar_views_widget_normal_handler($value, $field, $columns) {
  return fivestar_views_widget_handler($value, $field, $columns, TRUE);
}