search for: quiz_nam

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

Did you mean: quiz_name
2006 Mar 14
1
I''m missing something obvious to a taglib programmer ...
...nts of the text property of the presentation. What (I think) I want to display/edit is quiz.preamble_presentation.text Thanks in advance, David Johnson The quiz/_form.rhtml contains: <%= error_messages_for ''quiz'' %> <!--[form:quiz]--> <p><label for="quiz_name">Name</label><br/> <%= text_field ''quiz'', ''name'' %></p> <p><label for="quiz_preamble_presentation">Preamble presentation</label><br/> <%= text_field ''quiz'', ''preamb...
2006 Mar 15
8
Tags to ruby interface: What I am missing? (repost)
...becoming more comfortable with tag libs. I am running under WEBrick with rails 1.0 and Ruby 1.8.4 under Fedora Core 3. Thanks in advance, David Johnson The quiz/_form.rhtml contains: <%= error_messages_for ''quiz'' %> <!--[form:quiz]--> <p><label for="quiz_name">Name</label><br/> <%= text_field ''quiz'', ''name'' %></p> <p><label for="quiz_preamble_presentation">Preamble presentation</label><br/> <%= text_field ''quiz'', ''preamb...