this.inherited(arguments);
// setup an attachment to the masterDialog (or create the masterDialog)var tmp = dijit.byId('dojoxLightboxDialog');
if(tmp){this._attachedDialog = tmp;
}else{// this is the first instance to start, so we make the masterDialogthis._attachedDialog = new dojox.image._LightboxDialog({ id: "dojoxLightboxDialog"});
this._attachedDialog.startup();
}if(!this.store){// FIXME: full store support lacking, have to manually call this._attachedDialog.addImage(imgage,group) as it standsthis._addSelf();
this.connect(this.domNode, "onclick", "_handleClick");
}