Login Register

init

dojox.cometd - list of the subscribed clients on the server available ???

Hello!
It's hard for me to explain but I give a try and hope you understand.
My Map Web Application realizes a cometd client server communication.
Client:

dojox.cometd.init("./cometd");
dojox.cometd.subscribe("/test", sample, "publishHandler");
...

How reset a dijit.form.DateTextBox inside a dijit.Dialog

Hi,

I'm new user of dojo.

I'd like to know how I could change the value of a dijit.form.DateTextBox from a button or function. In my page when I select a date, if I close the dialog box, the date continues and I would like clear this date.

Thanks

Extra call to init() in dojox.fx.slideBy

I think there's a bug in dojox.fx.slideBy in the file dojox\fx\_base.js. There appears to be an extra call to the init() method that's causing the node to slide twice. If you run test_slideBy.html and click on the chainTest link repeatedly, you can observe that the block keeps shifting down and to the left with every click. If I remove the call to "init();" then the slide seems to function as I would expect.

Could someone else confirm this behavior and let me know if this is a bug or works as designed.

Syndicate content