Module ActionView::Helpers::PrototypeHelper
In: lib/jrails.rb

Methods

Classes and Modules

Class ActionView::Helpers::PrototypeHelper::JavaScriptGenerator

Constants

USE_PROTECTION = const_defined?(:DISABLE_JQUERY_FORGERY_PROTECTION) ? !DISABLE_JQUERY_FORGERY_PROTECTION : true
JQUERY_VAR = 'jQuery'
JQCALLBACKS = Set.new([ :beforeSend, :complete, :error, :success ] + (100..599).to_a)
AJAX_OPTIONS = Set.new([ :before, :after, :condition, :url, :asynchronous, :method, :insertion, :position, :form, :with, :update, :script ]).merge(JQCALLBACKS)

Public Instance methods

Protected Instance methods

[Validate]