Hi narendrababu,
Please add the code below to the bottom of your page, it will catch this command, and you can achieve your own logic there.
- <script type="text/javascript">
- function CuteEditor_OnCommand(editor,command,ui,value)
- {
- if(command=="InsertImage")
- {
-
-
- return true;
- }
-
- }
- </script>
Regards,
Ken