0
我添加使用烤麪包機格:我已經添加dojox.widget.Toaster消息不會顯示
<div dojoType="dojox.widget.Toaster" duration="0" messageTopic="myMessages" positionDirection="tr-right" id="toasted"></div>
的要求:
dojo.require("dojox.widget.Toaster");
,併爲主題的CSS和也對烤麪包機:
dojo-release-1.6.0/dojox/widget/Toaster/Toaster.css
http://ajax.googleapis.com/ajax/libs/dojo/1.6/dijit/themes/claro/claro.css
在click事件我添加了一個消息要發佈:
dojo.addOnLoad(function() {
dojo.connect(dojo.byId('strapline'), 'onclick', function(event) {
dojo.publish('myMessages', [{ message: 'Qwerty', type: "error", duration: 0}])
});
});
你能看到我要去哪裏嗎?
parseOnLoad - 我摔倒在第一個欄。謝謝 – David 2011-05-05 09:29:52