summaryrefslogtreecommitdiff
path: root/javascript/libs
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-09-03 07:12:18 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-09-03 07:12:18 +0000
commit887b598025c45018291490901bbdd8d766636afd (patch)
tree3d451ee64adb0971e4cef18d09214c468e591c25 /javascript/libs
parent22ee6952278b25545d5f24db7b7b63a138f4fe44 (diff)
downloadutil-887b598025c45018291490901bbdd8d766636afd.tar.gz
util-887b598025c45018291490901bbdd8d766636afd.tar.bz2
util-887b598025c45018291490901bbdd8d766636afd.zip
add direct link to tab help page
Diffstat (limited to 'javascript/libs')
-rw-r--r--javascript/libs/tabpane.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/javascript/libs/tabpane.js b/javascript/libs/tabpane.js
index 7103643..8f7fd30 100644
--- a/javascript/libs/tabpane.js
+++ b/javascript/libs/tabpane.js
@@ -1,4 +1,4 @@
-// $Header: /cvsroot/bitweaver/_bit_util/javascript/libs/tabpane.js,v 1.18 2008/07/13 19:49:25 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_util/javascript/libs/tabpane.js,v 1.19 2008/09/03 07:12:18 squareing Exp $
//-------------------------------------------------------------------------
// Tab Pane 1.02
@@ -17,6 +17,9 @@
// Called to cause an FCKEditor to show. This fixes an incompatibility with
// tab pane and FCKEditor in Gecko browsers where the FCKEditor is created
// in a hidden tab. The editor fails to get focused without this.
+
+// see http://webfx.eae.net/dhtml/tabpane/tabpane.html for details
+
function switchEditors(oNode) {
var i=0;
// We use this to avoid the error when this runs BEFORE
@@ -29,7 +32,7 @@ function switchEditors(oNode) {
editor.SwitchEditMode();
editor.SwitchEditMode();
}
- switchEditors(childNode);
+ switchEditors(childNode);
}
}
}