lib/tabulatr/tabulatr/check_controls.rb in tabulatr-0.0.2 vs lib/tabulatr/tabulatr/check_controls.rb in tabulatr-0.0.3

- old
+ new

@@ -21,9 +21,10 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #++ class Tabulatr + # render the buttons to (de-)select multiple rows def render_select_controls make_tag(:div, :class => @table_options[:select_controls_div_class]) do iname = "#{@classname}#{TABLE_FORM_OPTIONS[:checked_postfix]}" @table_options[:select_controls].each do |name| raise "Invalid check control '#{name}' requested." unless [:select_all, \ No newline at end of file