Sha256: fc5fd9655d5b18374761117048b37db08f13219b9d7a72abf296815d3ae8a9c2

Contents?: true

Size: 519 Bytes

Versions: 3

Compression:

Stored size: 519 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}/mods/standard/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

3 entries across 3 versions & 1 rubygems

Version Path
wagn-1.13.0.pre2 mods/standard/sets/self/script_jquery_helper.rb
wagn-1.13.0.pre1 mods/standard/sets/self/script_jquery_helper.rb
wagn-1.13.0.pre mods/standard/sets/self/script_jquery_helper.rb