Search

You searched for the word(s): document
Showing page 160 of 325 (3,244 total posts) < 1 second(s)
  • Re: Extra Spacing when copying from Word doc

    Under what circumstances would the confirmation not be displayed when editor.EditorOnPaste = CuteEditor.PasteBehavior.ConfirmWord?  I have set this in the page load event but can't seem to get it to ask for confirmation?  AnswerWhen you pasting the content from Word into the editor, if the content contains non-required code, CuteEditor ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 14, 2005
  • Re: Macintosh Support for the CuteEditor

    The safari users will get an regular textarea. It's due to a restriction in SAFARI which doesn't support HTML editing right now. We need to wait for the next version of Safari. http://www.appleinsider.com/article.php?id=619 ''A new version of Web Kit to be included with the Tiger release of Mac OS X will support HTML editing, DOM level ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 6, 2005
  • Re: Text Wrap in editor area

    Here it is ...the code of the General.css Greetz Wim ----------------------------------- /* CSS Document */body {  font-family: Arial, Helvetica, sans-serif;  font-size: 11px;  color: #000000;  background-color: #FFCC00;  margin-top: 0px;  margin-right: 0px;  margin-bottom: 0px;   ...
    Posted to Cute Editor for ASP (Forum) by Wim on February 3, 2005
  • Re: Javascrit error 'Access Denied'

    Hi Simon,Apologies for this non-related query -- I was just looking for an answer to my problem and happened to see your post..I have a similar situation ..as in, I have a parent page containing an IFRAME. Both the parent and child(within the IFRAME) share the same base domain - 'mycompany.com' I want to resize the IFRAME to the ...
    Posted to Cute Editor for .NET (Forum) by mvsinha on February 1, 2005
  • Re: Making "Paste from Word" the default paste?

    Hi Tim, Can you wait for the version 4.0.0.3? In the next minor version, we will resolved this issue. We will release the new version within 10 days. Below is a alternative solution (disable the CTR + V) Disable the CTR + V<script> function test () {     var ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 5, 2005
  • Re: Integration with existing membership database and single sign on

    rmfhouston, Please check the document: 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 framework.  A ''Provider ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on November 29, 2004
  • Re: "Fancy" Paragraph drop-down

    I found the option EnableFancyDropDownMenu and enabled it, even though I only want to enable it for the Paragraph menu.  When I enabled it, it triggered a lot of JavaScript errors on the page.  Also, the styles that appeared on the menu were in the styles associated with the content management application rather than the document being ...
    Posted to Cute Editor for .NET (Forum) by caitlin on March 3, 2004
  • Re: Character count

     Alan, Try the following code: <script language=''JavaScript'' type=''text/javascript'' > var editor = document.getElementById(''editor1_editBox'');editor.onkeypress = maxlength;function maxlength() {    if (editor.innerText.length >= 500)    {        //do something ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 29, 2003
  • Re: Changed event firing on click in FireFox

    Hi Adam,   Thanks for the that, but the problem is that we default the HTML of a document, and that default is variable. For example, on starting a new document, we will default the HTML at:   strDefaultHTML = ''<html>'' & vbCrLf & _ Chr(9) & ''<head>'' & vbCrLf & _ Chr(9) & ''</head>'' ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 30, 2007
  • Re: Onload rendering error

    Here it the rendered control. Warning... Its not pretty!              <input id="ctl00_ContentPlaceHolder1_fileUploaderAjax" name="ctl00$ContentPlaceHolder1$fileUploaderAjax" type="hidden" autocomplete="off" /><img ...
    Posted to Cute Editor for .NET (Forum) by SilkGaz on November 21, 2012