Search

You searched for the word(s):
< 1 second(s)
  • Code cleaner Word

    I there a way to impose CodeCleaner(Word) ? I do not want to let the choice to the user.
    Posted to Cute Editor for ASP (Forum) by Mvu on February 4, 2009
  • Custom addons

    I come back with my proble of two addons. This is my code: &nbsp; When I clic the button, MyCmd2 works but for MyCmd1 I get the following error message: Command 'MyCmd1' is not supported or is not implemented. &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;editor.CustomAddons = '' &lt;img title=''''Using oncommand'''' class=''''CuteEditorButton'''' ...
    Posted to Cute Editor for ASP (Forum) by Mvu on January 26, 2009
  • Re: Dynamic value in code

    Ok, I solved it this way: &nbsp; var MaVar&nbsp;=&nbsp;''&lt;%=myValue%&gt;''; editor1.PasteHTML(MaVar);&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; return true;
    Posted to Cute Editor for ASP (Forum) by Mvu on January 23, 2009
  • Dynamic value in code

    If I write this in hard code, it works fine: editor1.PasteHTML(''&lt;img src='http://www.wood-it.be/Carpenters/CarpentersAlbumPicturesLogo.asp?idCarp=2530'&gt;''); &nbsp; but the value of idCarp= is dynamic and if I write it this way, it does not work: editor1.PasteHTML(''&lt;img ...
    Posted to Cute Editor for ASP (Forum) by Mvu on January 23, 2009
  • Re: CustomAddons

    Well I am afraid it does not work. Any other idea ?
    Posted to Cute Editor for ASP (Forum) by Mvu on January 22, 2009
  • CustomAddons

    I need to implement more than one CustomAddons like this for example: &nbsp; editor.CustomAddons = ''&lt;img title=''''Using oncommand'''' class=''''CuteEditorButton'''' onmouseover=''''CuteEditor_ButtonCommandOver(this)'''' onmouseout=''''CuteEditor_ButtonCommandOut(this)'''' onmousedown=''''CuteEditor_ButtonCommandDown(this)'''' ...
    Posted to Cute Editor for ASP (Forum) by Mvu on January 21, 2009
  • Re: Insert Image but not from a directory or a website.

    OK,fantastic. Just one thing. If I write it in hard code like this it works fine: editor1.PasteHTML(''&lt;img src='http://www.wood-it.be/Carpenters/CarpentersAlbumPicturesLogo.asp?idCarp=2530'&gt;''); &nbsp; but the value of idCarp= is dynamic and if I write it this way, it does not work: editor1.PasteHTML(''&lt;img ...
    Posted to Cute Editor for ASP (Forum) by Mvu on January 20, 2009
  • Insert Image but not from a directory or a website.

    I have implemented CuteEDitor ASP on my portal. My customers upload their images not in a directory but in a Access DB as binary file. In the toolbar of CuteEditor, I have Disabled the Itemlist like ImageGallery, InsertFlash ... and all that stuff. I have customized the toolbar and added one custom button with this ...
    Posted to Cute Editor for ASP (Forum) by Mvu on January 20, 2009