Re: Replace Image by double click on the image in the editor.

  •  05-27-2014, 7:17 AM

    Re: Replace Image by double click on the image in the editor.

    Hi ken,

     

              That is not my requirement, Here I want to open Gallery means not to open a new page or New Tab. Asyncronously one pop up

     

    will be displayed in a button click In that popup our image gallery will be.  Ok Leave it. 

     

    I found this tag in .ascx file  <input type="button" id="btnbrowse" value="[[Browse]]" class="formbutton" />

     

    Can I inherit this control Id into my .aspx Page. Or can I modify this control Id (btnbrowse) in my .aspx page. Like in past I asked you

     

    how I can customize Image icon click, Then you gave me code as follows.

     

      function CuteEditor_OnCommand(editor, command, ui, value) {

                if (command == "InsertImage") {

                      thegallerybrowser.ShowEditor();

                      return true;

                      return false;

                  } 

    }

     

     

    Like the above code Can I able to customize btnBrowse Click.  Please give me solution as early as possible..

     

    Thanks in advance.. 


    Regards,
    Narendra
View Complete Thread