source: Dev/branches/rest-dojo-ui/client/rft/pages/survey.html @ 292

Last change on this file since 292 was 292, checked in by hendrikvanantwerpen, 13 years ago

[Client] Added surveys list and survey details skeleton pages.
[Client] Changed method of passing parameters to pages. This still feels clumsy, because we're working against Dojo a bit with this.
[Server] Integrated REST resources for collections and objects, since they shared more than they differed.

File size: 838 bytes
Line 
1<div data-dojo-type="rft.pages.survey">
2    <h1 data-rft-attach-point="header">(default)</h1>
3    <form data-dojo-type="dijit.form.Form" data-rft-attach-point="form" data-rft-attach-event="onSubmit:onSave">
4        <div style="display: block; clear: both;">
5            <button type="submit" data-dojo-type="dijit.form.Button">Save</button>
6            <button type="button" data-dojo-type="dijit.form.Button" data-rft-attach-event="onClick:onReset">Reset</button>
7        </div>
8        <label for="title" class="loginLabel">Title</label>
9        <input type="text" name="title" data-dojo-type="dijit.form.TextBox" class="loginInput"/>
10        <label for="description" class="loginLabel">Description</label>
11        <textarea name="description" data-dojo-type="dijit.form.SimpleTextarea" class="loginInput"></textarea>
12    </form>
13</div>
Note: See TracBrowser for help on using the repository browser.