Skip to content Skip to sidebar Skip to footer

How To Migrate Dojo.connect Code From Dojo 1.3.1 To 1.9.3

I've following piece of code in my application which is written in Dojo 1.3.1. My task if to migrate this code to Dojo 1.9.3. My questions is that how I can achieve this? I'm a new

Solution 1:

This part of Dojo migration guide should help you out.

As on what this does -- you're pushing a (Dojo) connect even handler, that would execute an onLoad method of dialogWidget after newDialog._fadeIn fires onEnd event. What for -- I can't really say, since I don't know the context this one is run in. Also since it accesses private property of dialogWidget, I wouldn't be surprised that this would break during update.

Hope this helps.

Post a Comment for "How To Migrate Dojo.connect Code From Dojo 1.3.1 To 1.9.3"