Search

You searched for the word(s): document
Showing page 83 of 325 (3,244 total posts) < 1 second(s)
  • Very confused

    I have the following JavaScript code at the end of the .aspx file . (This I had to do because of DisableAutoFormatting bug with CodeBehind). This is my JavaScript that fires after >>if (!IsPostBack)<< is complete..   PROBLEM IS... AFTER THIS PORTION OF JAVASCRIPT IS EXECUTED (WHICH I HAVE CHECKED USING ALERT) and CUTEEDITOR ...
    Posted to Cute Editor for .NET (Forum) by dream2004 on October 21, 2005
  • Re: Ability to intercept event when switching between Normal, HTML and Preview tabs

    It's possible.   Please use the following code as an example:    function CE_attachEvent()    {     // get the cute editor instance     var editor1 = document.getElementById('<%=Editor1.ClientID%>');     var images=editor1.all.tags(''IMG''); ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 28, 2005
  • Multiple errors using CuteSoft

    Hey Adam, We are integrating Cutesoft into our web site. Our site allows music and dance teachers to post their services so students can find them. We are using Cutesoft so the teachers can copy their bio from their web site or from a word document. Here are a few challenges we are having: 1. Sometimes, a user can copy from Word and ...
    Posted to Cute Editor for .NET (Forum) by clickforlessons on August 28, 2005
  • Spell check

    Since we installed 4.007 the spell checker has stopped working.  Then we ask for a spell check we have two checking windows pop up,  The second is larger than the first, and appears to process the documents contents correctly.   No spell check complete ever occurs and the only option is to cancel.  Of course the changes ...
    Posted to Cute Editor for .NET (Forum) by Phil on May 20, 2005
  • Re: setting default Row and Column values on new Insert Table

    Yes. It's possible. Step 1: Locate and open Insert_table.asp Step 2: Locate the following code: if(editdoc){p_table=editdoc;} else { p_table=document.createElement('<table style=''width:300px;Height:200px;'' border=1 cellspacing=4 cellpadding=4></table>'); var ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 14, 2005
  • Re: Autoconfigure files

    Works great!  Thanks..   Is there a conversion guide in the works?  Some of the changes from 3.0 would be easier if such a document were available.  If it did nothing more than suggest alternative code for the dropped properties in v3.0 it would be very helpful.  Some overview of the structural changes would help ...
    Posted to Cute Editor for .NET (Forum) by Phil on December 11, 2004
  • Re: Two Question

    beerbear ,  >>1. i've see a file named browse_image_with delete.asp. How can i use it?  The file add a delete button to the browse_image.asp. If you want to enable this file, just the modify the insert_image.asp file.  Change: <iframe src=''browse_Img.asp?... to:   <iframe ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 29, 2004
  • How to Render Javascripts-Collects?

    A Nice WebEditor!   When I use your Webeditor in multipleeditors mode,   I found what the output include some Javascript code. samelike:   <script language=''javascript'' type=''text/javascript''><!-- var g_state =  new Array(new ...
    Posted to Cute Editor for .NET (Forum) by RyanLiu on November 17, 2004
  • smartNavigation throws error

    I am having diffuclty when I have Cute Editor on a page and I set smartNavigation = True. I get an ''Object doesn't support this property or method'' error - the line number doesnt even relate to a line of Javascript, just base html, so i am clearly not getting any help there.   Has anybody else noticed this?  Is this a known ...
    Posted to Cute Editor for .NET (Forum) by richardhauer on August 26, 2004
  • Re: Insert Text

    Ok, I had that working within the same window, but if I open a new window, how do I access the Editor object within the parent window from the opened window?   For example, I created a wrapper function for insertHTML where I pass Editor1 as the Editor object. My function is defined as follows (this is all Javascript, not ...
    Posted to Cute Editor for ASP (Forum) by Deech on August 26, 2004
« First ... < Previous 81 82 83 84 85 Next > ... Last »