source: Dev/branches/rest-dojo-ui/client/rft/pages/surveys.html @ 353

Last change on this file since 353 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: 445 bytes
Line 
1<div data-dojo-type="rft.pages.surveys">
2    <button data-dojo-type="dijit.form.Button" data-dojo-props="disabled: true" data-rft-attach-point="btnEdit">Edit</button>
3    <button data-dojo-type="dijit.form.Button" data-rft-attach-point="btnNew">New</button>
4    <div data-dojo-type="dojox.grid.DataGrid" data-dojo-props="autoWidth:true,autoHeight:true,structure:[{name:'Title',field:'title'}]"
5         data-rft-attach-point="grid"></div>
6</div>
Note: See TracBrowser for help on using the repository browser.