Sha256: 3fa05beae1aac8354ad923879b1ca0f78624f69cde184e2cb23d10b2f82c71b6

Contents?: true

Size: 429 Bytes

Versions: 10

Compression:

Stored size: 429 Bytes

Contents

module JqIcal
  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 => 'ui/_ui_event_for.js.haml', :locals => { :domid => domid, :url => options[:url], :actions => options[:actions]})
      end
    end   
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.0.beta.22 lib/jquery/jqical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.21 lib/jquery/jqical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.20 lib/jquery/jqical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.19 lib/jquery/jqical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.18 lib/jquery/jqical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.17 lib/jquery/jqical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.16 lib/jquery/jqical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.14 lib/jquery/jqical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.13 lib/jquery/jqical/helpers/ui_event_helper.rb
compass-jquery-plugin-0.3.0.beta.10 lib/jquery/jqical/helpers/ui_event_helper.rb