From 8b53e8cd85e5ef3ed87b1fd5568f33fa35cc66e3 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Thu, 7 Dec 2000 01:41:09 +0000 Subject: [PATCH] [AURORA] Resizable Popup Windows. NOT PART OF BUILD. git-svn-id: svn://10.0.0.236/trunk@83353 18797224-902f-48f8-a5cc-f745e15eee43 --- .../resources/content/popupBindings.xml | 443 ++++++++++++++++++ 1 file changed, 443 insertions(+) create mode 100644 mozilla/xpfe/global/resources/content/popupBindings.xml diff --git a/mozilla/xpfe/global/resources/content/popupBindings.xml b/mozilla/xpfe/global/resources/content/popupBindings.xml new file mode 100644 index 00000000000..4ec3c051133 --- /dev/null +++ b/mozilla/xpfe/global/resources/content/popupBindings.xml @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + 0 + 0 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (screen.availWidth - kDragZone)) { + if (!this.docked) { + aPBO.sizeTo(aPBO.width, screen.availHeight); + aPBO.moveTo(screen.availWidth - aPBO.width,22); + this.docked = "right"; + this.cleanUp(aEvent); + //this.setAttribute("docked", "right"); + } + } + return false; + ]]> + + + + + + + + + 0 + 0 + 0 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file