Ignore:
Timestamp:
07/17/12 16:49:30 (13 years ago)
Author:
jkraaijeveld
Message:

Since lists where common, created a ListView? base class with basic functionality. For the session editor, created a AccountListView? which only has the created method declared and derives everything else from ListView?.

File:
1 edited

Legend:

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

    r362 r364  
    1212    './LineWithActionsWidget',
    1313    'dojo/text!./templates/Selector.html',
    14     'dojo/dom-class'
     14    'dojo/dom-class',
    1515    ],function(
    1616        declare,
     
    102102                }
    103103            },
     104
    104105            onToggle: function(evt) {
    105106                if (this._folded) {
Note: See TracChangeset for help on using the changeset viewer.