Displaying 2 results from an estimated 2 matches for "_mypartial".
Did you mean:
_my_partial
2006 May 12
3
How to implement a global partial?
Quick question:
Whats the easiest way to implement a global partial? Where I can call
one partial from many different controllers (err controller views)?
--
Posted via http://www.ruby-forum.com/.
2007 May 10
0
rjs: using show and hide, vs replace?
hi,
i was wondering when to use show and hide vs replace?
for example
index.rhtml
<div id ="mynote"
...
</div>
_mypartial.rhtml
<div id ="mynote">
...
</div>
when using replace and rendering partial mypartial...would that be the
same as defining the div id "mynote" to display set to hidden and
updating via show/hide?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~---...