Sorry, but without seieng you code I can't tell you exactly what to do. But have a look at the dojoConfig in the source of the . You can put the DialogCofirm.js anywhere you like and you don't need the snet at all. That's just to map the:var dialog = new snet.DialogConfirm({}) and the require([snet/DialogConfirm]to:/library/speich.net/DialogConfirm.jsby using:var dojoConfig = {...packages: [{...{'name': 'snet', 'location': '/library/speich.net' }]};You will also have to change the declare( snet.DialogConfirm') in DialogConfirm.js
PujpxdRxEHZOYjaWNIrKori June 15, 2012 at 5:01 AM
Sorry, but without seieng you code I can't tell you exactly what to do. But have a look at the dojoConfig in the source of the . You can put the DialogCofirm.js anywhere you like and you don't need the snet at all. That's just to map the:var dialog = new snet.DialogConfirm({}) and the require([snet/DialogConfirm]to:/library/speich.net/DialogConfirm.jsby using:var dojoConfig = {...packages: [{...{'name': 'snet', 'location': '/library/speich.net' }]};You will also have to change the declare( snet.DialogConfirm') in DialogConfirm.js
Post your Comment