Ignore:
Timestamp:
08/26/12 22:39:02 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Created widgets for several input types.
Work on multiplechoice widget, see if we can make OrderedList? work with
form items? Maybe make the item the widget iso a data item.

File:
1 edited

Legend:

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

    r396 r402  
    1919                        userObject: null,
    2020
    21                         actions: {},
     21                        actions: null,
    2222                        postCreate: function() {
    2323                                dom.setSelectable(this.domNode, false); // Text selection, has nothing to do with object selection!
     
    3131                        },
    3232                        _setupActions: function() {
     33                if ( this.actions === null ) {
     34                    return;
     35                }
    3336                                for (var action in this.actions) {
    3437                                        var properties;
Note: See TracChangeset for help on using the changeset viewer.