var params = {
bodyContent : bodycontent.get('innerHTML'),
headerContent : headercontent.get('innerHTML'),
+ draggable : true,
visible : false, // Hide by default
zindex : 100, // Display in front of other items
lightbox : true, // This dialogue should be modal
this.overlay.render();
// Set useful links
- this.container = this.overlay.get('boundingBox').one('#choosercontainer');
+ this.container = this.overlay.get('boundingBox').one('.choosercontainer');
this.options = this.container.all('.option input[type=radio]');
+
+ // Add the chooserdialogue class to the container for styling
+ this.overlay.get('boundingBox').addClass('chooserdialogue');
},
/**