Community
Participate
Working Groups
postCreate : function() {
this.inherited(arguments);
var _self = this;
dojo.connect(this.closeLink, "onmouseover", this.closeLink, function() {
_self.closeLink.style.cursor = "pointer";
});
dojo.connect(this.closeLink, "onmouseout", this.closeLink, function() {
_self.closeLink.style.cursor = "default";
dojo.connect(this.closeLink, "onclick", function() {dojo.hitch(_self, _self.closeDialog)();});
},
setPendingAuthentication: function(services){
img.src = null; // no server request
return url.match(re)[1].toString();
_onBlur: function(){
closeDialog: function(){
if(dijit.popup.hide)
dijit.popup.hide(this); //close doesn't work on FF
dijit.popup.close(this);
<table dojoAttachPoint="otherUnauthenticated" style="display: none; width: 100%;">
<tbody dojoAttachPoint="otherUnauthenticatedList">
</tbody>
</table>
<table class="LoginWindowRight" style="width: 100%;">
<tr><td style="text-align: right;">
<a class="LoginWindowRight" style="width: 100%;" dojoAttachPoint="closeLink">Close</a>
</td></tr>
</div>
<div class="dijitTooltipConnector" role="presentation"></div>