clients set flags directly on the editpane
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 12 Jan 2009 18:06:34 +0000 (18:06 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 12 Jan 2009 18:06:34 +0000 (18:06 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11800 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/dojo/openils/widget/EditDialog.js

index 9f3c71c..5f0e3d4 100644 (file)
@@ -12,11 +12,7 @@ if(!dojo._hasResource['openils.widget.EditDialog']) {
         'openils.widget.EditDialog',
         [dijit.Dialog],
         {
-            fmClass : '',
-            fmObject : null,
-            mode : 'update',
-            fieldOrder : null, // ordered list of field names, optional.
-            editPane : null,
+            editPane : null, // reference to our EditPane object
 
             constructor : function() {
                 //this.inherited(arguments);