Search

You searched for the word(s):
< 1 second(s)
  • Re: Custom insert image button

    One more problem: Pop-up window for customized function displays fine in IE, but not&nbsp;open in FireFox. Please advice. &nbsp; The code used for open pop-up window: &nbsp; function insertAnImage(button) &nbsp;&nbsp;&nbsp; { &nbsp;&nbsp;//use CuteEditor_GetEditor(elementinsidetheEditor) to get the cute editor instance &nbsp;&nbsp;var ...
    Posted to Cute Editor for ASP (Forum) by cnkhjr on April 25, 2008
  • Re: Custom insert image button

    Thanks, Adam, &nbsp; It works fine.
    Posted to Cute Editor for ASP (Forum) by cnkhjr on April 22, 2008
  • Re: Custom insert image button

    &nbsp; &nbsp;&lt;div class=''upload''&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class=''image''&gt; &nbsp;&nbsp;&nbsp;&lt;img src=''&lt;%=folder%&gt;/&lt;% = file.name %&gt;'' alt=''&lt;%=file.name%&gt;'' /&gt; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&lt;a href=''#'' ...
    Posted to Cute Editor for ASP (Forum) by cnkhjr on April 22, 2008
  • Re: Custom insert image button

    function insertAnImage(button) &nbsp;&nbsp;&nbsp; { //use CuteEditor_GetEditor(elementinsidetheEditor) to get the cute editor instance var editor=CuteEditor_GetEditor(button); //show the dialog page , and pass the editor as newwin.dialogArguments //(handler,url,args,feature) &nbsp;&nbsp;&nbsp; var ...
    Posted to Cute Editor for ASP (Forum) by cnkhjr on April 22, 2008
  • Re: Custom insert image button

    Yes, we created two dialogs, one for customized link and one for customized images. Insert customized link works fine.&nbsp; However, there was a problem to insert customized image dialog window.&nbsp; &nbsp; for this example, the top window is the default cuteEditor insert image window, the&nbsp;2nd window is what we want to show our ...
    Posted to Cute Editor for ASP (Forum) by cnkhjr on April 21, 2008
  • Custom insert image button

    We've used cute editor, and we are very happy with it.&nbsp; There is only one last problem left.&nbsp; We need our client to pick image from our custom made page, but the current ''insertImage'' command doesn't allow us to do that, it always close our window and redirect us to the default ''insert Image'' Link.&nbsp; Is there anyway we can fix ...
    Posted to Cute Editor for ASP (Forum) by cnkhjr on April 21, 2008
  • URL and path for image selector

    I am running cuteEditor in a different directory as the&nbsp;image folder. &nbsp; Such as: &nbsp; image folder: d:/wwwroot/members/abc/images cuteEditor: d:/wwwroot/manager/cuteEditor &nbsp; The relative address is not working here, I have to pass an absolute address for the image folder, which works fine. But the src for image in the ...
    Posted to Cute Editor for ASP (Forum) by cnkhjr on August 10, 2007