Displaying 2 results from an estimated 2 matches for "new_organisation".
2006 Jan 06
6
NewbieQ: How do I refresh view after return from popup window
...isation record. What I need to do next is refresh the drop
down select on returno the new organisation is shown and selected.
I have no idea how to do that - Any ideas? BTW - I''m not yet using AJAX
Usual Person data... Name, Position, etc
Then;
<td>
<%= link_to(image_tag("new_organisation.png", :alt => ''New'',
:border =>1),
{ :controller => ''organisations'', :action => ''new''},
:popup => [''new_window'', ''height=100,width=100'']) %>
<select id="person.organisation...
2006 Feb 11
7
A quick question on popup windows
How the hell do you close em off after the action is completed?
Ta,
Eric