indice
dojo.provide(“dojo.enabu.darwin”); dojo.require(“dijit.Dialog”); dojo.addOnLoad(function(){ // create the dialog: dojo.enabu.darwin.dedicationPopUp1 = new dijit.Dialog({ title: “Ringraziamenti”, style: “width: 450px” }, dojo.byId(“dedicationPopUp1”)); });