Displaying 2 results from an estimated 2 matches for "update_act".
Did you mean:
update_at
2006 Jul 12
1
Getting the value of a text area
I have a form where the user will type in some text in a text area. When
this form gets submitted, all of the info gets pushed into a MySQL table.
The text area in question can have HTML and special formatting. I want to
create a preview div for this.
I can use observe_field to preview the formatting as they type, but I''d
rather have it set so that they can click a "Preview"
2006 Jan 13
1
Rendering an RJS template within another RJS template
Is there a way to render an RJS template within another?
I''ve put my simplified code below. No errors are generated, but the
partial isn''t rendered. I also tried using render :action =>
''update_actions''
destroy.rjs---
page.visual_effect :fade, comment_container(@object.id.to_s)
# update the number of comments(below is another rjs template)
render :partial => ''update_counts''
--
Derek Haynes
HighGroove Studios - http://www.highgroove.com
Atlanta, GA | San Mateo,...