Search

You searched for the word(s):
Showing page 2 of 3 (30 total posts) < 1 second(s)
  • Re: paste in editor

    Hi Adam, &nbsp; Its funny, because when i use&nbsp;''PasteCleanHTML''&nbsp;on your example site and on my local test i dont get asked about allow by the browser...So thats fine... &nbsp; But when i upload&nbsp;the test to my webserver and run the page, i get asked about allow anyway... ...
    Posted to Cute Editor for .NET (Forum) by chanlo on June 4, 2008
  • paste in editor

    when&nbsp;I press ctrl+v to paste text into the editor, the&nbsp;browser asks if&nbsp;I&nbsp;vant to&nbsp;allow this paste.. is there a setting in the editor so this is allowed by default? Here where&nbsp;I write this post I can ctrl+v without getting asked about allow...
    Posted to Cute Editor for .NET (Forum) by chanlo on June 3, 2008
  • Re: BaseHref settings

    ok adam i see, &nbsp; but i use the editor in a window and save by: function CuteEditor_OnCommand(editor,command,ui,value) { //handle the command by yourself if(command.toLowerCase()==''postback''&amp;&amp;value==''Save'') { tellDad(); //return true;//return true if you want to stop the command } } &nbsp; function tellDad() { var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by chanlo on October 15, 2007
  • Re: BaseHref settings

    the same, &nbsp; if you create a hyperlink to a file, all that get inserted is: =''/uploads/j0178789.jpg'' ........ &nbsp; it should be: http://cutesoft.net/uploads/j0178789.jpg &nbsp; try it....
    Posted to Cute Editor for .NET (Forum) by chanlo on October 15, 2007
  • Re: BaseHref settings

    adam, &nbsp; try your own example:&nbsp;http://cutesoft.net/developer+guide/absolute-and-relative-paths.htm&nbsp;and select absolute.... &nbsp; if you write ''test'' and select that and klik the linkbutton and browse to an image or file the url inserted is only: ''uploads/j0262940.jpg'' gets inserted in the href if you look in the html view ...
    Posted to Cute Editor for .NET (Forum) by chanlo on October 13, 2007
  • Re: BaseHref settings

    Hi Adam, &nbsp; Im sorry it does not make a diffrent. try the demo (it has the same problems) (ablolute path) &nbsp; http://cutesoft.net/developer+guide/absolute-and-relative-paths.htm &nbsp; if you write ''test'' and select that and klik the linkbutton and browse to an image or file the url inserted is only: &lt;a ...
    Posted to Cute Editor for .NET (Forum) by chanlo on October 12, 2007
  • BaseHref settings

    I have set Editor1.BaseHref to my host: http://www.xxx.xx &nbsp; But when i make a link with the editor and select browse and select a file or img and press ok, the url of the link is&nbsp;missing my domain (http://www.xx-xx)... but when i switch from design view to html view and back the link is edited by the editor to the correct url ...
    Posted to Cute Editor for .NET (Forum) by chanlo on October 10, 2007
  • I need help on thread

    Can anyone help me here? &nbsp; http://cutesoft.net/forums/thread/32367.aspx &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by chanlo on September 27, 2007
  • Re: insert image url

    works fine now, thanks ;-)
    Posted to Cute Editor for .NET (Forum) by chanlo on September 17, 2007
  • Re: insert image url

    i have now set the BaseHref propperty om the editor. but it does not seem to work.... BaseHref=''http://mysite.xx.dk/'' &nbsp; i also tryed to set in pageload, also no effect.. Editor1.BaseHref = ''http://mysite.xx.dk/'' do i need to do something else to make it work?
    Posted to Cute Editor for .NET (Forum) by chanlo on September 16, 2007