Changed asp and dotnet examples to use css sprites instead of images. Changed dotnet...
[infodrom/rico3] / minsrc / ricoUI.js
index e79a3ac..2edd0f4 100644 (file)
@@ -324,7 +324,7 @@ Rico.Window.prototype = {
     this.titleContent = document.createElement('span');
     this.titleContent.className='ricoTitleSpan';
     this.titleDiv.appendChild(this.titleContent);
-    this.titleDiv.appendChild(Rico.closeButton(Rico.eventHandle(this,'closePopup')));
+    this.titleDiv.appendChild(Rico.closeButton(Rico.eventHandle(this,'closeFunc')));
     if (!title && contentParam) {
       title=contentParam.title;
       contentParam.title='';