Ignore:
Timestamp:
03/11/14 00:41:43 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • ListWidget? can be disabled/readOnyl now.
  • Disable question and survey pages when published.
  • Removed weird dialog from survey page and just put a form there. Not very nice, but more consistent with the rest I would say.
Location:
Dev/trunk/src/client/qed-client/model/widgets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/model/widgets/QuestionEditorToolkit.js

    r493 r502  
    11define([
     2    "../../widgets/_ComplexValueWidget",
    23    "../classes/categories",
    34    "../classes/topics",
    45    "./CategoryListView",
    5     "dijit/_Container",
    6     "dijit/_TemplatedMixin",
    7     "dijit/_WidgetBase",
    8     "dijit/_WidgetsInTemplateMixin",
    96    "dijit/form/Button",
    107    "dijit/form/ComboBox",
     
    1613    "require",
    1714    "dojo/text!./templates/QuestionEditorToolkit.html"
    18 ], function(categories, topics, CategoryListView, _Container, _TemplatedMixin, _WidgetBase, _WidgetsInTemplateMixin, Button, ComboBox, declare, lang, Source, domConstruct, Memory, require, template) {
    19     return declare([_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin, _Container], {
     15], function(_ComplexValueWidget, categories, topics, CategoryListView, Button, ComboBox, declare, lang, Source, domConstruct, Memory, require, template) {
     16    return declare([_ComplexValueWidget], {
    2017
    2118        contextRequire: require,
  • Dev/trunk/src/client/qed-client/model/widgets/templates/QuestionEditorToolkit.html

    r443 r502  
    1 <div>
     1<form>
    22        <div data-dojo-type="../../widgets/TitleGroup">
    33                <div data-dojo-type="dijit/TitlePane" class="orange" data-dojo-props="open:true" title="Properties" data-dojo-props="iconClass:'rftIcon rftIconProperties'">
     
    2323                </div>
    2424        </div>
    25 </div>
     25</form>
Note: See TracChangeset for help on using the changeset viewer.