Customize the clicks for Image Gallery

  •  07-01-2014, 1:40 AM

    Customize the clicks for Image Gallery

     

    Hi Ken,

     

          I want to customize that "Image" and "Browse Images" click  in the above Image. I want to open my Image Gallery (Cutesoft DotNet Gallery 

     

    Classic Layout). Previously I asked you this question and You gave me the below code.

     

    1. script type="text/javascript">  
    2. function CuteEditor_OnCommand(editor,command,ui,value)  
    3.  {  
    4.     if(command=="InsertImage")  
    5.     {  
    6.         //achieve your own code here  
    7.         //return true will disable the default command  
    8.        return true;  
    9.     }  
    10.       
    11. }  
    12. </script>  

     

      It's worked fine then. But now I checked, it's not working on those clicks I put an alert message, It's not firing. Please provide me updated code.

     

    Thanks in advance..

    Narendra 


    Regards,
    Narendra
View Complete Thread