Sha256: 14aea7ba0ba351ccccb6700d380baf7e4163216c978998b5f03a0e8e36f018d3

Contents?: true

Size: 521 Bytes

Versions: 10

Compression:

Stored size: 521 Bytes

Contents

view :raw do |args|
  # jquery.ui.all must be after jquery.mobile to override dialog weirdness *
  # jquery.ui.autocomplete must be after jquery.ui stuff 
  js_files = %w( jquerymobile.js jquery-ui.js jquery.ui.autocomplete.html.js jquery.autosize.js jquery.fileupload.js jquery.iframe-transport.js jquery_ujs.js )
  js_files.map do |filename|
    File.read "#{Wagn.gem_root}/mod/03_machines/lib/javascript/#{filename}"
  end.join("\n")
end

view :editor do |args|
  "Content is stored in file and can't be edited."
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wagn-1.14.6 mod/03_machines/set/self/script_jquery_helper.rb
wagn-1.14.5 mod/03_machines/set/self/script_jquery_helper.rb
wagn-1.14.4 mod/03_machines/set/self/script_jquery_helper.rb
wagn-1.14.3 mod/03_machines/set/self/script_jquery_helper.rb
wagn-1.14.2 mod/03_machines/set/self/script_jquery_helper.rb
wagn-1.14.1 mod/03_machines/set/self/script_jquery_helper.rb
wagn-1.14.0 mod/03_machines/set/self/script_jquery_helper.rb
wagn-1.14.0.pre3 mod/03_machines/set/self/script_jquery_helper.rb
wagn-1.14.0.pre2 mod/03_machines/set/self/script_jquery_helper.rb
wagn-1.14.0.pre1 mod/03_machines/set/self/script_jquery_helper.rb