summaryrefslogtreecommitdiff
path: root/httemplate/elements/fckeditor/editor/css/behaviors/disablehandles.htc
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/fckeditor/editor/css/behaviors/disablehandles.htc')
-rw-r--r--httemplate/elements/fckeditor/editor/css/behaviors/disablehandles.htc15
1 files changed, 15 insertions, 0 deletions
diff --git a/httemplate/elements/fckeditor/editor/css/behaviors/disablehandles.htc b/httemplate/elements/fckeditor/editor/css/behaviors/disablehandles.htc
new file mode 100644
index 0000000..8dfb661
--- /dev/null
+++ b/httemplate/elements/fckeditor/editor/css/behaviors/disablehandles.htc
@@ -0,0 +1,15 @@
+<public:component lightweight="true">
+
+<script language="javascript">
+
+function CancelEvent()
+{
+ return false ;
+}
+
+this.onresizestart = CancelEvent ;
+this.onbeforeeditfocus = CancelEvent ;
+
+</script>
+
+</public:component>