Ignore:
Timestamp:
06/10/13 01:07:16 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Save answers, improved response page and question widgets.

  • Warn if _ComplexValueMixin is not pout on a form element, to prevent 'name' collisions. Changed all depending widgets to <form>'s.
  • Fixed names for question widgets to actually save answers.
  • Fixed and improved response page.
  • Fixed names in MultipleChoice? widget, which behaves different for radio and check.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/model/widgets/templates/SurveyWidget.html

    r457 r461  
    1 <fieldset class="${baseClass}">
     1<form class="${baseClass}">
    22    <label for="title">Title</label>
    33    <input data-dojo-type="dijit/form/TextBox" name="title"/><br/>
    44    <label for="description">Description</label>
    55    <input data-dojo-type="dijit/form/Textarea" name="description"/><br/>
    6 </fieldset>
     6</form>
Note: See TracChangeset for help on using the changeset viewer.