Displaying 2 results from an estimated 2 matches for "quiz_postamble_presentation".
2006 Mar 15
8
Tags to ruby interface: What I am missing? (repost)
...'', ''name'' %></p>
<p><label for="quiz_preamble_presentation">Preamble
presentation</label><br/>
<%= text_field ''quiz'', ''preamble_presentation'' %></p>
<p><label for="quiz_postamble_presentation">Postamble
presentation</label><br/>
<%= text_field ''quiz'', ''postamble_presentation'' %></p>
<!--[eoform:quiz]-->
The ddl for the tables is:
create table presentations
(
ID char(36) not null primary key,
text varchar...
2006 Mar 14
1
I''m missing something obvious to a taglib programmer ...
...'', ''name'' %></p>
<p><label for="quiz_preamble_presentation">Preamble
presentation</label><br/>
<%= text_field ''quiz'', ''preamble_presentation'' %></p>
<p><label for="quiz_postamble_presentation">Postamble
presentation</label><br/>
<%= text_field ''quiz'', ''postamble_presentation'' %></p>
<!--[eoform:quiz]-->
The ddl for the tables is:
create table presentations
(
ID char(36) not null primary key,
text varchar...