[open-ils-commits] r11800 - trunk/Open-ILS/web/js/dojo/openils/widget
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jan 12 13:06:37 EST 2009
Author: erickson
Date: 2009-01-12 13:06:34 -0500 (Mon, 12 Jan 2009)
New Revision: 11800
Modified:
trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js
Log:
clients set flags directly on the editpane
Modified: trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js 2009-01-12 17:55:50 UTC (rev 11799)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js 2009-01-12 18:06:34 UTC (rev 11800)
@@ -12,11 +12,7 @@
'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);
More information about the open-ils-commits
mailing list