search for: replymessage

Displaying 1 result from an estimated 1 matches for "replymessage".

Did you mean: reply_message
2011 Mar 09
1
Javascript call from view.
...(majorly written in Ruby on Rails).(the application is similar to twitter) .There is a timeline showing messages by the logged-in user and his/her followers. Each message has a reply link which has been coded as follows <%=link_to "Reply" ,{},:href=>"#",:class => "replyMessage noBackgroundImage" ,:title =>"Click here to reply",:onclick=>"popup(''popUpDiv_reply'')"%> I have two javascript functions as follows defined seperately in an application.js file. function showName(inputName,textName){ var fieldName = document.ge...