Flowdock
method

popup_javascript_function

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionView::Helpers::UrlHelper
popup_javascript_function(popup) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/url_helper.rb, line 469
        def popup_javascript_function(popup)
          popup.is_a?(Array) ? "window.open(this.href,'#{popup.first}','#{popup.last}');" : "window.open(this.href);"
        end
Register or log in to add new notes.