Ignore:
Timestamp:
07/26/12 13:16:16 (13 years ago)
Author:
jkraaijeveld
Message:

QuestionEditorToolkit? now uses a TitleGroup? rather than an AccordionContainer? - they do the same but the TitlePanes? scales automatically (which was required for the list of categories of a question).

There still needs to be done some .css for this TitleGroup? stuff, but I'm not booking much progress on that.

File:
1 edited

Legend:

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

    r376 r377  
    104104                                        searchAttr: "id"
    105105                                }, "categoriesBox");
     106                                this._supportingWidgets.push(this._categorySelect);
    106107
    107108            },
     
    119120                                        value: topic
    120121                                }, "topicBox");
     122                                this._supportingWidgets.push(this._topicSelect);
    121123            },
    122124                        _addCategory: function(item) {
Note: See TracChangeset for help on using the changeset viewer.