Search

You searched for the word(s): document
Showing page 224 of 325 (3,244 total posts) < 1 second(s)
  • What's New in version 4.5?

     New Features and Improvements:Full html page editing has been improved. The ''Page Properties'' button allows you to edit a header information, including <title>, <!DOCTYPE...> and some other options. The new Editor.RemoveTBODYTag Property has been introduced.  By default Internet Explorer HTML parser automatically ...
    Posted to News and Announcements (Forum) by Adam on June 19, 2005
  • Still Lost in installing the scripts HELP!!!!

    Lets see how can I explain this?  I have created a 5 page website to one of my clients, the site consist of images and text only.  I wanted a solution for my client to edit the web pages her self.  So, I purchased CuteEditor for ASP, I uploaded the scripts into my host server, then I create a test.asp with the code like this: ...
    Posted to Cute Editor for ASP (Forum) by wrdz on June 3, 2005
  • How to get "SRC" or URL of selected image.

    i am using following code .. and not able to get the ''SRC'' or URL of the seleted image .. var editor1 = document.getElementById('<%=Editor1.ClientID%><%=Editor1.ClientID%><%=Editor1.ClientID%>'); var editdoc = editor1.GetDocument();  if(editdoc.selection.type=='Control') { ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 29, 2005
  • Re: 2.0 Documentation?

     Adam wrote: jramers, These are all good suggestions which will help us improve the program. We are definitely focusing more on document and customer support.  If you have any comments please let me know.   Adam, I can tell you are making efforts to improve, which is great.  I think you product just looks so good that ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by jramers on March 16, 2005
  • Re: AspNetForums set up & customization

    We realize that the document  is lagging behind, and we will included more instructions into the developer guide in the next minor release. I think the live support feature will work for your situation. If the Moderator has logged on, the live help message will be available, otherwise it will show ''leave a message''. To ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on December 14, 2004
  • Re: Cute Editor vs DreamViewer

    Thanks for youe response Adam. Will it be possible for you to get back on the document today with your comments on the comparions point. It will be a great help as I can need to share with my clients today. Thanks
    Posted to Cute Editor for .NET (Forum) by smita_swaika on July 25, 2006
  • Re: innerHTML of document

    I do .getDocument() of the CuteEd to get the document and then use the innerHTML to set the inner HTML but no use???? Sometimes shows well.
    Posted to Cute Editor for .NET (Forum) by Pintod on September 13, 2005
  • SpellCheck "A potentially dangerous Request.Form value was detected"

    Hello,   I am implementing the Classic ASP version of the editor on our site. We have a custom dropdown that contains "tags" the user can enter into a document. The tag format is [^TAG_NAME^].   When I use the spell check feature to verify the document, I get the following error...   "A potentially dangerous ...
    Posted to Cute Editor for ASP (Forum) by CTietgen on October 9, 2013
  • Ajax Functionality

    I am using the cuteeditor and attempting to do some of the functionality via Ajax, such as loading and retrieving values from the editor. Basically what I am doing is taking the value of a div and then placing it inside of the editor, once I am done editing the information I put the value back into the div again. This worked fine using the ...
    Posted to Cute Editor for .NET (Forum) by ASPMan on February 22, 2011
  • populating the editor via listbox c#/javascript, how to refernce the textareas ID

    hi all, what im trying to do is populate the editor with a value from a listbox on double click, ive added the attributes but i cant figure out how to reference the editors ID to populate it this is on the page_load event, obviously the editor1.text =''test''; works, but i cant get the editor to be populatedthe listitem var works fine on ...
    Posted to Cute Editor for .NET (Forum) by AWilderbeast on January 13, 2011