function imageNoClosePopup(){this.configure=function(options){this.url=options.url;this.modal=options.modal;} this.draw=function(){return'
Loading...
';} this.load=function() { var selector='div[@type="imageNoClose-popup"]:last'; $(selector).html('
          
popup-container
'); $(selector).click(function(){PopupManager.getActive().close();}); } }