Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Andreas Kviby

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Ajax link call to function with image as icon

// description of your code here
This railscode makes an ajaxcall to a action inside the controller and uses a image icon as the clickable area to trigger it. I am using it all over the place when doing nice looking admininterfaces.
   1  
   2  link_to_remote (image_tag("/images/createchild.jpeg", :size => "17x17", :border => 0), 
   3  :url => {:action => 'acton_inside_controller', :id => record.id })
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS