Ignore:
Timestamp:
07/23/12 13:07:24 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Seperated question browser in TabbedQuestionBrowser? widget.
Made configuring Selector actions more flexible (both for top actions and item actions).
Fixed lowercase/uppercase problem in SurveyListView?.
Fixed whitespace and toolyip in LineWithActionsWidget?.
Added question browser to questions page. Removed the old dialog that was there and redirect to questionEditor page.

Location:
Dev/branches/rest-dojo-ui/client/rft/ui
Files:
2 edited

Legend:

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

    • Property svn:ignore set to
      .QuestionEditorPreviewItem.js.swp
  • Dev/branches/rest-dojo-ui/client/rft/ui/QuestionEditorPreviewItem.js

    r366 r370  
    88        'dijit/_TemplatedMixin',
    99        'dijit/_WidgetsInTemplateMixin',
    10         'dijit/form/Textbox',
     10        'dijit/form/TextBox',
    1111        'dojo/text!./templates/QuestionEditorPreviewItem.html',
    12         ], function(declare, fx, _WidgetBase, domClass, lang, on, _TemplatedMixin, _WidgetsInTemplateMixin, Textbox, templateFull) {
     12        ], function(declare, fx, _WidgetBase, domClass, lang, on, _TemplatedMixin, _WidgetsInTemplateMixin, TextBox, templateFull) {
    1313                return declare("rft.ui.QuestionEditorPreviewItem", [_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin], {
    1414
     
    7070                                switch (this.item.widgetType) {
    7171                                        default:
    72                                         this.innerWidget = new Textbox();
     72                                        this.innerWidget = new TextBox();
    7373                                        break;
    7474                                }
Note: See TracChangeset for help on using the changeset viewer.