/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

  1. <public:component lightweight="true">
  2. <script language="javascript">
  3. function CancelEvent()
  4. {
  5. return false ;
  6. }
  7. this.onresizestart = CancelEvent ;
  8. this.onbeforeeditfocus = CancelEvent ;
  9. </script>
  10. </public:component>