[Dojo-checkins] r932 - src/webui
dojo-checkins at dojotoolkit.org
dojo-checkins at dojotoolkit.org
Thu Jul 21 16:47:41 PDT 2005
Author: alex
Date: Thu Jul 21 16:47:38 2005
New Revision: 932
Modified:
src/webui/Widget.js
Log:
adding addedTo() method
Modified: src/webui/Widget.js
==============================================================================
--- src/webui/Widget.js (original)
+++ src/webui/Widget.js Thu Jul 21 16:47:38 2005
@@ -257,6 +257,10 @@
return false;
},
+ addedTo: function(parent){
+ // this is just a signal that can be caught
+ },
+
addChild: function(child){
// SUBCLASSES MUST IMPLEMENT
dj_unimplemented("dojo.webui.Widget.addChild");
More information about the Dojo-checkins
mailing list