Removes no longer needed helper method (r1605).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1606 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
47064c02f1
commit
0f5a34b7ab
|
@ -51,14 +51,6 @@ module ApplicationHelper
|
||||||
link_to(name, "#", :onclick => onclick)
|
link_to(name, "#", :onclick => onclick)
|
||||||
end
|
end
|
||||||
|
|
||||||
def show_and_goto_js(id, options={})
|
|
||||||
onclick = "Element.show('#{id}'); "
|
|
||||||
onclick << (options[:focus] ? "Form.Element.focus('#{options[:focus]}'); " : "this.blur(); ")
|
|
||||||
onclick << "Element.scrollTo('#{id}'); "
|
|
||||||
onclick << "return false;"
|
|
||||||
link_to(name, "#", options.merge(:onclick => onclick))
|
|
||||||
end
|
|
||||||
|
|
||||||
def image_to_function(name, function, html_options = {})
|
def image_to_function(name, function, html_options = {})
|
||||||
html_options.symbolize_keys!
|
html_options.symbolize_keys!
|
||||||
tag(:input, html_options.merge({
|
tag(:input, html_options.merge({
|
||||||
|
|
Loading…
Reference in New Issue