Search

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

    Great everything looks good except when I click on the ''Insert templates'' the template isn't copied to the editor just says Hello.   The code is as follows: <script runat=''server''> void Page_Load(object sender, System.EventArgs e)  {     if (IsPostBack)   {    Literal1.Text = ...
    Posted to Cute Editor for .NET (Forum) by ontargetbill on May 10, 2006
  • Re: Image Resizing

    Here is the code:   Step 1:   <body onload=''setTimeout(NoImageResize,1000);''>   Step 2:   function NoImageResize(){     var editor1 = document.getElementById('<%=Editor1.ClientID%>');     //Get the editor content      var ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 21, 2005
  • Re: Custom colors in the font/background color dialog ?

     Demo: colorpickerexample.htm Source code: <html><script> function CallColorDlg() { var sColor = document.dlgHelper.ChooseColorDlg(); alert(sColor); } </script> <body> <Button onclick=''CallColorDlg()''>Click Me</Button> <object id = ''dlgHelper'' classid = ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 18, 2005
  • Re: IE8 no menus?

    v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:''Table Normal''; mso-tstyle-rowband-size:0; ...
    Posted to Cute Editor for .NET (Forum) by analysis_junky on June 3, 2009
  • Insert/upload document opened to a specific parentpath?

    By default the insert/upload document dialog is set to the upper most folder or parentpath of /.  I can manually change it to go into any folder I want, but weird things start to happen (the folder and files stay even if I browse through different folders) I was wondering if there is a more efficient way of the document dialog to ...
    Posted to Cute Editor for .NET (Forum) by sp00ks on May 17, 2010
  • Re: inserting Page break while converting html to pdf

    Maybe I am missing something but that demo link you posted doesn't seem to work.  When I cut the page break and place it somewhere else in the document, it has no effect.    I also tried pasting a   <p STYLE='page-break-before: always'></p>   and that did not work either :(
    Posted to Cute Editor for .NET (Forum) by quackmire on February 21, 2008
  • Re: how to get the conents of editor on server side

    hwllo   u have used the code in .aspx page where s i need the the value of the editor in .aspx.vb  page   i have a mailing function which is called in the .aspx.vb page   how can  i get the value in .aspx.vb page  so that i can use it in Protected Sub btnSend_Click(ByVal sender As System.Object, ByVal e As ...
    Posted to Cute Editor for .NET (Forum) by svk on April 26, 2010
  • Re: Setting Editor.Text value when Editor block style is display:none in FireFox

    Hi Aaron,   It works fine for me, please download the latest version and test the example below:   Download:   http://cutesoft.net/downloads/folders/21904/download.aspx   -------------------------------------------------------------->   <%@ Page Language=''C#'' AutoEventWireup=''True'' %> <%@ ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 28, 2009
  • Re: Select an image outside of Cute Editor?

    The demo is great, and I have successfully adapted it for a site that needed to use the Image and File dialogs at times without showing the editor (Javascript code listed below). Using CuteEditor .NET 6 (.NET 1.1). It all works perfectly with IE7.   However, that's as good as it gets. With Firefox 2.0.0.3 it displays the insert image dialog ...
    Posted to Cute Editor for .NET (Forum) by dotcom on July 10, 2007
  • Re: images and text box doesnt load correctly.

    I'm having the same problem.  Here's what I'm doing....   In TestPage1.aspx:  <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ... <div>     <CE:Editor ID=''Editor1'' runat=''server'' /> </div> ...   After viewing the page's source, he's ...
    Posted to Cute Editor for .NET (Forum) by mhodges on December 10, 2008
« First ... < Previous 34 35 36 37 38 Next > ... Last »