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/QuestionEditorPreview.js

    r376 r377  
    3737                                        case "avatar":
    3838                                        node = document.createElement("span");
    39                                         node.innerHTML = item.title || "Dragging!!!";
     39                                        node.innerHTML = item.item.data || "Dragging!!!";
    4040                                        return {node: node, data: item, type: "PreviewItem"};
    4141                                        break;
Note: See TracChangeset for help on using the changeset viewer.