Ignore:
Timestamp:
07/27/12 14:52:36 (13 years ago)
Author:
hendrikvanantwerpen
Message:
  • Added description to survey properties form.
  • Added crude loading indicator to TabbedQuestionWidget?.
  • Organized run.js: dependencies in alpha order and only declaratively used widgets, removed other dependencies, they should be in the modules where they are used.
  • ElasticReadStore? and ElasticSearchFilteringSelect? was a mix of old dojo.declare/dojo.require and new AMD style. Changed it completely to AMD style (benefits builds later as well).
  • Changed questions view so questions without topics/categories show up as well in the view.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/pages/survey.html

    r379 r382  
    4646              data-rft-attach-point="propertiesForm">
    4747            <label for="title">Title</label>
    48             <input data-dojo-type="dijit.form.TextBox" name="title"/>
     48            <input data-dojo-type="dijit.form.TextBox" name="title"/><br/>
     49            <label for="description">Description</label>
     50            <input data-dojo-type="dijit.form.Textarea" name="description"/><br/>
    4951        </form>
    5052           
Note: See TracChangeset for help on using the changeset viewer.