Displaying 2 results from an estimated 2 matches for "home_button".
Did you mean:
home_buttons
2006 Apr 05
1
New AJAX function: remote_replace_with_partial() <-- write less code
I hate writing controller actions that support simple lightweight
ajax calls like this:
def show_buttons
render :partial => "home_buttons"
end
So the birth of remote_replace_with_partial
Now you can replace a div elements with any controllers partials and
pass those partials any number of params without having to write
supportive actions in your controllers. This is a great tool for UI
changes on the fly and cancel butto...
2006 Jan 02
3
best to integrate dynamic navbar into layout
...t;/store/home/" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage(\''home\'',\''\'',\''/images/home_bright.gif\'',1)"><img
name="home" border="0" src="/images/home.gif"
alt="home_button"></a></td>''
end
if @current_page == :about
@about_link = ''<td width="80" class="button_background"><a
href="/store/about"><img name="about" border="0"
src="/images/about_dark...