Search

You searched for the word(s): document
Showing page 138 of 325 (3,244 total posts) < 1 second(s)
  • Re: Bug - in FireFox accessing current cursor position

    fredd,   Please use the following code:       function getSelectedHTML(){       var rng=null,html='''';       if (document.selection && ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 5, 2007
  • Re: GetString is undefined

    Adam, I did do this already. My first post stated I did exactly what that document said.   The problem is im getting a 'GetString is undefined' when I run it like that.   The CuteSoft dll...where does it need to be placed? In my project's bin folder do I create another bin folder inside my 'Chat' directory?     Also ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by WatchDog on November 9, 2006
  • Re: Style and Head Tags From Template vs. Paste Issue

    javertiz,   In the current version, when loading HTML code from template files, only the code contains in the <body></body> tage will be inserted into Cute Editor. Other HTML code will be automatically removed.   If you want to load full HTML document into the editor, please use the following ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 1, 2006
  • Re: retrieve data from editor

    Mark,  First it's possible to retrieve the data from the editor using the client side script.Here is a demo:http://cutesoft.net/example/JavaScript-API.aspxCode is as followings:function getHTML(){    // get the cute editor instance    var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 16, 2005
  • Re: New Install, a couple of questions

     mrdon wrote: 1. When I click on any of the , instert image, insert flash, etc., the pop up window comes up, but there is an error message on it that says:   Path not found /admin/CuteEditor_Files/filename   any idea how to fix this?   Are you sure the your file structure is correct? Can you post your file ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 1, 2005
  • Re: Still Lost in installing the scripts HELP!!!!

    Without using some form of database to maintain and reload the changes.  You might experiment with Editor1.LoadHTML(''document.html'') and Editor1.SaveFile(''document.html'') Make sure you make backupos your files first.  The optimum solution would be to use a database to store just the content area of the page.  This way the ...
    Posted to Cute Editor for ASP (Forum) by lundrigan on June 4, 2005
  • Re: CuteEditor In a Child Window

    I figured I'd also post what I have working and maybe you can help me get to the finishline.  Basically, instead of the TextArea on the 2nd page, I want to have it be the Cute Editor.  Thanks a million in advance.   2 ASP pages:  dad.asp and kid.asp   Dad.asp <HTML><HEAD><SCRIPT>function ...
    Posted to Cute Editor for ASP (Forum) by mgjunk on February 22, 2004
  • Problem using CE as a seperate Flash/.swf selector

    Having trouble with the InputURL() function. Despite trying two different methods for populating my textbox back after the .swf selection, my textbox is still not populating. I've narrowed it down to the IF condition check not working using the check Images or Media files, like on other posts I read. What else can I try? Tried the following ...
    Posted to Cute Editor for .NET (Forum) by spencet on December 2, 2010
  • CuteWebUI_AjaxUploader_OnStart() Not being called!

    Hello, I'm working on using the uploader in an MVC application and one of the things we need to do is disable some things on the page while an upload is occuring.   I read other posts saying to use the  CuteWebUI_AjaxUploader_OnStart() function but it isn't being called!    the OnStop function is not being called either. ...
    Posted to Ajax Uploader (Forum) by patriciav on August 18, 2009
  • Multi-User Editing

    Does CuteEditor support multi-user editing? For example, when I use DotNetNuke, I frequently run across the problem where a user is performing an edit and another user also goes and edit the same document. I would like to set the document to be read-only while somebody is already editing the document?
    Posted to FAQ (Forum) by jimmyseow on June 25, 2006