Sha256: 8008e5ddee0210ac052023a7fd62a880ceb04635a64c940441dfbd559b3488d6

Contents?: true

Size: 444 Bytes

Versions: 13

Compression:

Stored size: 444 Bytes

Contents

module Ical
  module Helpers
    module UiEventHelper
      def ui_event_for(*args)
        domid = args.first
        options = args.extract_options!
        options[:url]     = {} unless options[:url]
        options[:actions] = {} unless options[:actions]
        render(:file => 'shared/_ui_event_for.js.haml', :locals => { :domid => domid, :url => options[:url], :actions => options[:actions]})
      end
    end   
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.3 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.2 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.1 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.0 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.2.pre.2 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.1.1 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.1.0 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.1.beta.3 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.1.beta.2 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.0 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.rc.1 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.26 lib/jquery/ical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.25 lib/jquery/ical/helpers/ui_event_helper.rb