Displaying 1 result from an estimated 1 matches for "rendered_partial".
Did you mean:
render_partial
2008 Feb 29
0
RJS and EXTjs component update (RAILS 1.2.3)
...replace_html, and then tried:
page.call ''updateBody'', ''some_panel'', page.render(:partial =>
''my_partial'')
but that doesn''t work, and neither does:
page.call ..., render_to_string(...)
Rendering the partial in the controller
@rendered_partial = render_to_string :partial => ''my_partial''
does work, but it seems that there should be something easier.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gro...