Ignore:
Timestamp:
03/06/12 13:07:13 (13 years ago)
Author:
hendrikvanantwerpen
Message:

[Client] Refactored AccordionList? as seperate widget.
[Server] Manually add namespaces to model, to prevent missing namespace errors.

File:
1 edited

Legend:

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

    r288 r305  
    22    <h1>Questions</h1>
    33    <div data-dojo-type="dijit.form.Button" data-rft-attach-event="onClick:onNewQuestion">New question</div>
    4     <div data-dojo-type="rft.ui.TitleGroup" data-rft-attach-point="accordion">
     4    <div data-rft-attach-point="list">
    55    </div>
    66    <div data-dojo-type="dijit.Dialog" title="Question" data-rft-attach-point="questionDialog">
Note: See TracChangeset for help on using the changeset viewer.