Ignore:
Timestamp:
02/22/12 12:54:44 (13 years ago)
Author:
hendrikvanantwerpen
Message:
  • [Client] Removed local Dojo copy and pull in via svn:external.
  • [Client] Keep categories of questions in alphabetical order.
  • [Client] Added skeleton QuestionWidget? for different question types.
Location:
Dev/branches/rest-dojo-ui/client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client

  • Dev/branches/rest-dojo-ui/client/rft/pages/questions.html

    r275 r281  
    22    <h1>Questions</h1>
    33    <div data-dojo-type="dijit.form.Button" data-rft-attach-event="onClick:onNewQuestion">New question</div>
    4     <div data-dojo-type="dijit.layout.AccordionContainer" data-dojo-props="doLayout: false" style="width: 100%; height: 100%;" data-rft-attach-point="accordion">
     4    <div data-dojo-type="rft.ui.TitleGroup" data-rft-attach-point="accordion">
    55    </div>
    66    <div data-dojo-type="dijit.Dialog" title="Question" data-rft-attach-point="questionDialog">
     
    1717                <input data-dojo-type="dijit.form.TextBox" name="category" type="text" class="loginInput" />
    1818            </fieldset>
     19            <fieldset>
     20                <div data-dojo-type="rft.ui.QuestionWidget" data-rft-attach-point="questionWidget" ></div>
     21            </fieldset>
    1922            <div style="float: right;">
    2023                <button type="button" data-dojo-type="dijit.form.Button" data-rft-attach-event="onClick:onCancelQuestion">Cancel</button>
Note: See TracChangeset for help on using the changeset viewer.