IBM による Dojo と iWidgets:
したがって、私の iWidget コードは次のとおりです。
onEdit : function() {
dojo.require(["dijit/Dialog", "dojo/dom"], function(Dialog, dom){
var node = dom.byId("makeADialog");
var myDialog = new Dialog({ title:"From Source Node" }, node);
myDialog.show();
});
},
これを実行すると、Chrome ブラウザ コンソールに次のように表示されます。
com.ibm.mm.iwidget.widget.IWidgetWrapperExtendedImpl IWidgetWrapper._handleEventInternal: widget: testWidget, eventName: onedit, HandleEventException: TypeError: Object [object Array] has no method 'split'
どうしたの?