Search

You searched for the word(s): document
Showing page 80 of 325 (3,244 total posts) < 1 second(s)
  • setHTML error: ce.setHTML is not a function

    I do not understand why this does not work, getHTML works fine. I have a page with the ID 'messagediv' which contains text when the page is first loaded. All I am trying to do is copy this text into the editor. When CuteEditorPopulate is called I receive the error ''ce.SetHTML is not a function.'' DHFContent.prototype.CuteEditorPopulate ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on October 29, 2007
  • Re: How to add header items to the html file ..???

    Yes im using the cute editor and i have set the ''EditCompleteDocument'' property true. And when ever the user try to create an html document using the editor i need to add a default jave script to the header section of the document. I wanna know whether there's a simple way to add then other than allowing the user to edit that section ...
    Posted to Cute Editor for ASP (Forum) by nirasha on October 4, 2007
  • Re: Changing heigt of Editor

    Please use the following property: Editor.Height Property Specifies the height of the Cute Editor control on the page.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 3, 2007
  • External CSS file

    Good Morning. Here's my problem. I have the Cute Editor in a file named: Default.aspx and this is how it loads the file to edit into the editor this is the file  Default.aspx.cs private string appPath = ''/ndCMS/admin/myhosted.com/''; void Page_Load(object sender, System.EventArgs ...
    Posted to Cute Editor for .NET (Forum) by zaiboot on October 2, 2007
  • using the Javascript API functions

    Hello I've been trying to extend the CuteEditor with the JavaScript API. But I've been unable to have an editor event execute these two functions.   CuteEditor_OnInitialized() CuteEditor_OnCommand()   I've looked over the docs and the source from the demo located here. ...
    Posted to Cute Editor for PHP (Forum) by patrick.face on September 19, 2007
  • Code doesn't work with FireFox. What is correct FF code?

    This doesn't work with Firefox. What is the correct code, please:   function set_cursor_at_End() {  try{        // get the cute editor instance       var editor1 = document.getElementById('<%= Editor1.ClientID%>');    // get the active ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 14, 2007
  • Re: InsertDocument intermittent javascript error on upload

    Hi, I'm using version 6 from 17/07/2007 Unfortunately I can't replicate the error myself as it's one of our clients suffering from the problem - and they are the first client to be using the .NET editor for uploading documents so I'm not certain if the problem is unique to them. I'm told it is intermittent so it isn't all the time - as for ...
    Posted to Cute Editor for .NET (Forum) by Stuart on July 27, 2007
  • Re: Append text into the cuteeditor

    Annie,   You can move the cursor position to the end of your content.   Please Try the following code:   function set_cursor_at_End() {  try{        // get the cute editor instance       var editor1 = document.getElementById('<%= ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 21, 2007
  • Re: keypress event..

    Please read my comments in black bold below and reply as soon as you can...   Please use the following code to get HTML code first.     // get the cute editor instance     var editor1 = document.getElementById('<%=editor.ClientID%>');          // Get ...
    Posted to Cute Editor for ASP (Forum) by nadiralishah on May 31, 2007
  • Embed chat windows in site?

    Hi Adam, have a few more questions:   1.  After demoing, I keep on running into problems with the web browser's pop-up blocker (with IE7 and Flock), where the pop-up warning keeps coming up when i send a message.  Is this just a settings problem or will I have to ask end-users to change their browser settings?   2.  ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by davidy15 on May 23, 2007
« First ... < Previous 78 79 80 81 82 Next > ... Last »