Search

You searched for the word(s): document
Showing page 115 of 325 (3,244 total posts) < 1 second(s)
  • Re: How do I load the "insert templates" as well as the editor at the same time

    Please put the following code in the end of your aspx page:    <script>    _EditorOnLoad();    function _EditorOnLoad()  {       // get the cute editor instance       var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 9, 2006
  • Pasting bullet points from word

    When bullet points are pasted from a word document using the pate from word option they end up being small bullet points and not the standard bullet points.   eg. ·        X ·        X However, when I use the bullet points tool bar they look like ...
    Posted to Cute Editor for .NET (Forum) by Kiddo on May 8, 2006
  • Re: Page properties dialog

    Please set the Editor.EditCompleteDocument Property to true.Editor.EditCompleteDocument Property Specify whether a complete HTML document is being edited. If false, the editor will only process content inside the page body i.e. all content inside of the <body>...</body> tags of a page. If true, the editor will process content ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 20, 2006
  • Re: Change Background Color of Editor

    I tried it already and no luck...   ASP Error: Object doesn't support this property or method: 'ClientID'. So I changed it to ID and now get the following error: Javascript Error: Object doesn't support this property or methodLine: 936 Below is my code/line #. 933 <script> 934 function changeBG(color) { ...
    Posted to Cute Editor for ASP (Forum) by nismor240sx on April 4, 2006
  • Re: How do I pass variables to and from a custom dialog box?

    Nick,       Try:     // get the cute editor instance    var editor1 = document.getElementById('<%=Editor1.ClientID%>');        //Get the editor selection    var editselection=editor1.GetSelection(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 30, 2006
  • Re: How do I pass variables to and from a custom dialog box?

    Hi,   Where should that code be? I get an object is null or undefined error with the following code:   Calling page   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><%@ Page Language=''vb'' ContentType=''text/html'' ResponseEncoding=''iso-8859-1'' debug=''true''%><script ...
    Posted to Cute Editor for .NET (Forum) by Crayonski on March 29, 2006
  • Re: How to integrate cutechat messenger with existing user system

    Please check the document in the developer's guide: How can I hook CuteChat with my existing login system?   CuteChat was built with the idea of extensibility in mind. CuteChat implements what is commonly known as a ''Provider Model'' design pattern—which will be used throughout the ASP.NET 2.0 ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on January 29, 2006
  • Empty documents

    When I open a empty document, I get tje next error:    Microsoft VBScript runtime error '800a003e'     Input past end of file     /main/htmleditor/CuteEditor_Files/include_CuteEditor.asp, line 857 I replaced this line 857 - ''fileContents = file.ReadAll'' with:     ...
    Posted to Cute Editor for ASP (Forum) by sparow on January 25, 2006
  • urgent upload docs error v 5.0 and 4.0

    i ve a big problem uploading larger files (> 100 kbyte). on my local system the upload works fine even with files > 5 mb but online it doesnt work. i ve replaced your upload code in the upload window with the asp upload component and everything works fine. 2. how can i allow every file type to be uploaded 3. where are the image size, ...
    Posted to Cute Editor for ASP (Forum) by werk23 on January 17, 2006
  • Cutesoft ASP Version 5.0/Firefox Problem with Inserting Images

    I am having a problem in version 5.0 with Inserting Images, Flash and Media using Firefox.  In the case of images, the gallery button works and images can be inserted into the textbox.  However, when I switch to HTML view the underlying code is not present and the image disappears.  I checked in Firefox error messages ...
    Posted to Cute Editor for ASP (Forum) by donf on January 9, 2006