Search

You searched for the word(s): document
Showing page 178 of 325 (3,244 total posts) < 1 second(s)
  • Javascript appenChild() method is not working in IE

     Hi guys,   I want to insert a new div element into the editor document using the appendChild() method.   Javascript Code:- ///////////////////////////////////////////////////////////////////////////////// var e1 = document.getElementById('<%=Editor1.ClientID%>'); var getDoc = e1.GetDocument(); var imgElement = ...
    Posted to Cute Editor for .NET (Forum) by maximus392 on October 23, 2008
  • Custom Dialog Box

    Using: CuteEditor for ASP 6   Goal: Create a Custom Button on the Toolbar, Custom Button will open a Custom Dialog Box, Custom Dialog Box will list all pre-built webpages for linking, Selected link will be returned to the calling editor formatted as a <a href=..., If text was selected in the calling editor ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 19, 2007
  • Re: If user selection is null, editor1doc.selection.createRange().htmlText fails in Firefox?

    rockford,   The following code will only work in IE.   var selectedhtml = editor1doc.selection.createRange().htmlText; Only IE supports htmlText method.   Replace the above code with the following code:   function CE_AddDateTime() {    //  Paste current date/time into current cursor-point of ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 14, 2007
  • Printing issues

    Hi Adam,   When I create and print a document in CE, then copy/paste that content to Word for Windows and print the Word version, the CE document is about 65% of actual size when compared to the same document in Word.   Font size is quite apparently wrong as well. 10pt becomes about 7pt when printed.   However, when I paste ...
    Posted to Cute Editor for .NET (Forum) by fredd on May 11, 2007
  • Repost: Repost: Images in existing documents

    Seems weird, but I just can't seem to get any focus on this problem. This the third posting. Adam looked at it once but then lost interest maybe? Problem: I have installed CuteEdit as described in the documentation and can open existing htmls fine. The only problem is that any images do not display. Seems to me it's probably a pathing issue ...
    Posted to Cute Editor for .NET (Forum) by sfkhooper on December 7, 2005
  • accessing the editor inside a datagrid with javascript

    Hey there, I am attempting to get the ID of an editor inside of a datagrid with javascript and am having difficulties. The code: document.getElementById('<%=ce_image.ClientID%>')  Works to get the ID without the datagrid, but is not successful when inside the datagrid.  I took a look at the rendered page to see that ...
    Posted to Cute Editor for .NET (Forum) by jjano on June 23, 2005
  • Re: Getting the content

    Access Cute Editor Text from client side javascript. 1. Code: // get the editor client ID var editor1=document.getElementById('<%=Editor1.ClientID%>');   //Get the editor content  var editdoc=editor1.GetDocument(); // Get the editor innerHTMLalert(editor.innerHTML); //Get the editor ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • How to get SiteRelative link from FileManager Editor

    Hi,i can get the SiteRelative file path from ImageManager with the below code:document.getElementById(''imageFld'').value = imgs[imgs.length-1].getAttribute(''src_cetemp'');  But i can't get Relative filepath from FileManager. You also have the same problem. Please look the your ...
    Posted to Cute Editor for ASP (Forum) by sedatkumcu on December 21, 2009
  • Re: File picker not working.

    Please try the following code:   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <%@ Page Language=''C#''%>   <HTML>       <body> ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 5, 2009
  • Error message on load

    I'm using Firefox 3.0.1 with Firebug   When loading CuteEditor, I get the following error in Firebug's console:   Ox1a7[OxOd201[692]] is null http://localhost/CoachFlex/core/CuteEditor_Files/Scripts/Gecko_Loader/Loader.js Line 1 1var ...
    Posted to Cute Editor for PHP (Forum) by infringer on September 5, 2008