search for: yui_help

Displaying 1 result from an estimated 1 matches for "yui_help".

Did you mean: i_help
2006 Jul 03
1
help getting plugin to work
Hi, I want to create a plugin that allows easy use of the Yahoo! UI library similar to the prototype.js and scriptaculous helpers that come packaged with rails. just one line in plugins/yui/init.rb require ''yui_helper'' a little more in plugins/yui/lib/yui_helper.rb module ActionView module Helpers module YuiHelper def yui_form_remote_tag(options = {}) options[:html] ||= {} options[:html][:action] = options[:html][:action] || url_for(options[:url]) options[:html][:...