Displaying 1 result from an estimated 1 matches for "punch_out_link".
2006 Jan 28
0
calling javascript via "eval(request.resopnseText") help needed.
...:complete=>"eval(request.responseText);",
:url => {:controller => ''time_entries'',
:action => ''punch_in'',
:id => @task} %>
The controller ultimately renders a partial:
render :partial => "partial/punch_out_link"
The partial renders fine, but I''m unable to call any of the javascript
methods inside the partial. Shouldn''t I be able to with the set up I
have? Maybe a better way, would be to ask, would someone show me a
simple example of how I could execute a simple pop up such as:
al...