Hi narendrababu,
I have show you how to catch the insertimage button click command, you can achieve your own logic there. What problem you got?
- <script type="text/javascript">
- function CuteEditor_OnCommand(editor,command,ui,value)
- {
-
- if(command=="InsertImage")
- {
- //achieve your own logic here
- return true;
- }
-
- }
- </script>
Regards,
Ken