Ignore:
Timestamp:
06/29/12 19:56:22 (13 years ago)
Author:
tjcschipper
Message:
  • Finally fixed icon offsets and added a couple new icons for use in the Question/Survey? editors,as well as general purpose ones.
  • Styled the dropdown menu in the MainMenu?
  • Fixed a weird offset bug in the IndexMenu?
  • Included another way of colouring objects by their parent classes, not applied yet (in layout.css)
  • Styled the AccordionContainer?, to be used in Survey/Question? editors.
  • Removed default colour in LineWithActionsWidgetThijs?, this would override the colours inherited from parent elements (not desirable).
  • Drank a lot of coffee.
File:
1 edited

Legend:

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

    r346 r349  
    6060                            label: "Edit/View",
    6161                            modifiers: "trans",
    62                             icon: "Settings"
     62                            icon: "Edit"
    6363                        }
    6464                    };
     
    9393            _setObjectReference: function(identifier) {
    9494            // TODO: Set this ObjectBox to refer to a certain database object
    95             },
    96             _getObjectInfo: function() {
     95        },
     96        _getObjectInfo: function() {
    9797            // TODO: Query the database and retrieve a JSON array of object properties
    98             },
    99             _inspectObject: function() {
     98        },
     99        _inspectObject: function() {
    100100            // TODO: Get object information (or retrieve from cache), then display in popup
    101             },
    102             _editObject: function(customFunction) {
     101        },
     102        _editObject: function(customFunction) {
    103103                // TODO: Pass an edit call to the page script, along with reference to the object contained in this ObjectBox
    104104                alert("Default edit code");
     
    138138             * TODO: Check with Hendrik if I should do this or not!
    139139             * */
    140             CreateNew: function(arguments, reference, location) {
     140             CreateNew: function(arguments, reference, location) {
    141141                var newBox = new rft.ui.ObjectBox(arguments);
    142142                newBox.startup();
     
    144144            }
    145145        });
    146     });
     146});
Note: See TracChangeset for help on using the changeset viewer.