search for: presentationtext

Displaying 2 results from an estimated 2 matches for "presentationtext".

2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
Thank you in advance. Although I have many years of experience in general, including cross- platform processing, I am not an HTML/Javascript programmer. As a result, I do not have certain specific baseline skills and/or knowledge that are presumed in the Rails and Ajax documentation. I am experienced with DOM manipulations, so the bare mechanics of manipulating the browser GUI via Javascript
2006 Jul 14
3
Rails newbie: How does the submit_tag work?
..."off" style="background-repeat: no-repeat"/></td> <td><input type="hidden" size="3" name="answerPoints[]" value="<%= answer.points %>"/></td> <td><input type="text" name="presentationtext[]" value="<%= presentation.textvalue %>"/></td> </tr> <% end end %> </tbody> <tfoot> <tr> <td colspan="2"><%= submit_tag ''Next Question'' %></td> </tr> <...