- Timestamp:
- 09/05/12 14:41:13 (13 years ago)
- Location:
- Dev/branches/rest-dojo-ui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui
- Property svn:ignore
-
old new 1 1 nbproject 2 2 .project 3 release
-
- Property svn:ignore
-
Dev/branches/rest-dojo-ui/client
- Property svn:externals
-
old new 1 dojotoolkit http://svn.dojotoolkit.org/src/tags/release-1.8.0 1 dojo http://svn.dojotoolkit.org/src/tags/release-1.8.0/dojo 2 dijit http://svn.dojotoolkit.org/src/tags/release-1.8.0/dijit 3 dojox http://svn.dojotoolkit.org/src/tags/release-1.8.0/dojox 4 util http://svn.dojotoolkit.org/src/tags/release-1.8.0/util
-
- Property svn:externals
-
Dev/branches/rest-dojo-ui/client/rft/pages/viewSurvey.html
r406 r407 1 <div data-dojo-type="rft.pages.viewSurvey" class="blue"> 2 <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="region:'center'" style="height: 500px;"> 1 <div class="blue"> 3 2 4 <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'top'">5 6 7 <span class="headerText" data-rft-attach-point="titleNode">Survey</span>8 9 10 11 <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'" data-rft-attach-point="questionsPane">12 <form data-dojo-type="dijit.form.Form" data-rft-attach-point="questionsForm"13 data-rft-attach-event="onSubmit:_onSubmit"14 15 <div data-rft-attach-point="questionsAnchor"></div>16 17 18 19 <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'bottom'">20 <button data-dojo-type="dijit.form.Button"21 22 data-rft-attach-event="onClick:_onSubmit">23 24 <button data-dojo-type="dijit.form.Button"25 26 data-rft-attach-event="onClick:_onCancel">27 28 3 <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'"> 4 <h2> 5 <span class="rftIcon rftIconSurvey"></span> 6 <span class="headerText" data-dojo-attach-point="titleNode">Survey</span> 7 </h2> 8 </div> 9 10 <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'" data-dojo-attach-point="questionsPane"> 11 <form data-dojo-type="dijit/form/Form" data-dojo-attach-point="questionsForm" 12 data-dojo-attach-event="onSubmit:_onSubmit" 13 style="overflow: auto"> 14 <div data-dojo-attach-point="questionsAnchor"></div> 15 </form> 16 </div> 17 18 <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'bottom'"> 19 <button data-dojo-type="dijit/form/Button" 20 type="submit" 21 data-dojo-attach-event="onClick:_onSubmit"> 22 Submit</button> 23 <button data-dojo-type="dijit/form/Button" 24 type="button" 25 data-dojo-attach-event="onClick:_onCancel"> 26 Cancel</button> 27 </div> 29 28 30 </div>31 29 </div>
Note: See TracChangeset
for help on using the changeset viewer.