/pigeoncms/Plugins/fckeditor/editor/css/behaviors/disablehandles.htc
http://pigeoncms.googlecode.com/ · Unknown · 15 lines · 10 code · 5 blank · 0 comment · 0 complexity · 6d4a9315ac5181b5357db21f0c5f04fe MD5 · raw file
- <public:component lightweight="true">
-
- <script language="javascript">
-
- function CancelEvent()
- {
- return false ;
- }
-
- this.onresizestart = CancelEvent ;
- this.onbeforeeditfocus = CancelEvent ;
-
- </script>
-
- </public:component>