Changeset 415 for Dev/branches/rest-dojo-ui/client/rft/pages/survey.html
- Timestamp:
- 12/04/12 16:29:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/pages/survey.html
r407 r415 40 40 data-dojo-attach-event="onSubmit:_onPropertiesOk"> 41 41 42 <form data-dojo-type="dijit/form/Form" 43 data-dojo-attach-point="propertiesForm"> 44 <label for="title">Title</label> 45 <input data-dojo-type="dijit/form/TextBox" name="title"/><br/> 46 <label for="description">Description</label> 47 <input data-dojo-type="dijit/form/Textarea" name="description"/><br/> 48 </form> 42 <div data-dojo-type="rft/ui/model/SurveyForm" 43 data-dojo-attach-point="propertiesForm"></div> 49 44 50 45 <div>
Note: See TracChangeset
for help on using the changeset viewer.