Changeset 374 for Dev/branches/rest-dojo-ui/client/rft/ui/templates
- Timestamp:
- 07/24/12 16:39:41 (13 years ago)
- Location:
- Dev/branches/rest-dojo-ui/client/rft/ui/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/templates/List.html
r364 r374 1 1 <div> 2 <div data-dojo-attach-point="containerNode"></div> 3 <div style="float: right;"> 4 <span>Move selected: </span> 5 <button data-dojo-type="dijit.form.Button" data-dojo-props="baseClass: 'rftBlockButton', iconClass:'rftIcon rftIconFullArrowUp'" class="trans"></button> 6 <button data-dojo-type="dijit.form.Button" data-dojo-props="baseClass: 'rftBlockButton', iconClass:'rftIcon rftIconFullArrowDown'" class="trans"></button> 7 </div> 2 <h3 data-dojo-attach-point="titleNode"></h3> 3 <div data-dojo-attach-point="sourceNode" id="source" class="${baseClass}Content"></div> 8 4 </div> -
Dev/branches/rest-dojo-ui/client/rft/ui/templates/QuestionEditorToolkit.html
r372 r374 5 5 <fieldset class="align"> 6 6 <label for="propertiesTitle">Title:</label><input data-dojo-type="dijit.form.TextBox" id="propertiesTitle" name="title"/> 7 <label for="propertiesCode">Code:</label><input data-dojo-type="dijit.form.TextBox" id="propertiesCode" name= "code"/> 8 <label for="propertiesCategories">Categories:</label><input data-dojo-type="dijit.form.FilteringSelect" id="propertiesCategories" name="categories"/> 9 <label for="propertiesTopic">Topic:</label><input data-dojo-type="dijit.form.FilteringSelect" id="propertiesTopic" name="topic"/> 10 <label for="propertiesDescription">Description:</label><textarea data-dojo-type="dijit.form.Textarea" id="propertiesDescription" name="description"></textarea> 7 <label for="propertiesCode">Code:</label><input data-dojo-type="dijit.form.TextBox" id="propertiesCode" name= "_id"/> 8 <label for="propertiesCategories">Categories:</label> 9 <div data-dojo-attach-point="listNode" class="rftLineListView"></div> 10 <select id="categoriesBox"></select> 11 <button data-rft-attach-point="btnCategory" data-dojo-type="dijit.form.Button" data-dojo-attach-event="onClick:onCategoryAdd" data-dojo-props="baseClass:'rftBlockButton', class:'orange', iconClass: 'rftIcon rftIconPlus'">Add</button><br> 12 <label for="propertiesTopic">Topic:</label> 13 <select id="topicBox"></select> 14 <label for="propertiesDescription">Description:</label><textarea data-dojo-type="dijit.form.TextBox" id="propertiesDescription" name="description"></textarea> 11 15 </fieldset> 12 16 </div>
Note: See TracChangeset
for help on using the changeset viewer.