Search

You searched for the word(s): document
Showing page 99 of 325 (3,244 total posts) < 1 second(s)
  • clearing the textbox on focus

    Hello, I'm trying to clear the text box using javascript  during the onfocus event.   Below you will find my javascript code and the vb.net code to add the attribute vb.net            Editor1.Attributes.Add(''OnFocus'', ''ClearEmailTextbox()'') Javascript function ...
    Posted to Cute Editor for ASP (Forum) by lonnie on January 10, 2011
  • Re: Max word count?

    Well, I hope the company considers developing this as a property that can be validated and enforced. In the meantime, I have developed an approach using a javascript onsubmit function:   function getLen(){ // get the cute editor instance var editor1 = document.getElementById('<%=editor.clientID%>'); // retrieving the content of ...
    Posted to Cute Editor for ASP (Forum) by snips on December 6, 2010
  • Silverlight Exception

    The php file upload seems to work well for small file, but when upload a large file (video), I always get a Silverlight exception   Your document says the default max file size is 2G so I commented out the setting, but that does not help.  I'm just using your form-simple-upload.php page:      <div ...
    Posted to PHP File Uploader (Forum) by rmavro on November 14, 2010
  • Re: php file upload fails

    Bkr,   To enable the image management function of the Cute Editor control, you must set up a managed image gallery folder. This is simply a folder in which you will be placing images for your users to use in their content. Create a folder in your application’s root folder. (For most applications, this is your web server’s root ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 8, 2010
  • Re: Css Class and AutoConfgure Toolbar

    Dear ShawnD,   Issue 1:    Please open http://phphtmledit.com/document/scr/Class_dropdown_Customization.htm , and check whether you followed step 1. DropDown item style customization: a.  Opened ''cuteeditor_files\Configuration\Shared\Common.config'' b.  please check section ''  <CssClass>'' , ...
    Posted to Cute Editor for PHP (Forum) by Eric on October 22, 2010
  • Re: html2pdf convert problem

    Hmm.. that is correct, you code works even from my local when it is saved as pdf through the editor. Try do this: <div style=''background-color: #575757;''>test</div> It works in the online version, from you link,  but when it runs from local it gives a damage pdf document, that can not be opened.
    Posted to Cute Editor for .NET (Forum) by zentral on October 20, 2010
  • paste from word icon

    I am having trouble understand exactly what the ''paste from ms word'' icon does. I've been looking around the forum and cutesoft site but I still don't have a good understand, other than that it cleans up html code. In an attempt to find out for myself (using the demo editor) I created the following in a word document: ...
    Posted to Cute Editor for .NET (Forum) by eatsubway on October 14, 2010
  • Re: Can you help me simplify the Word workflow?

    davedr: pbmartin:   Unfortunately, when I use the Paste from MS Word option in CuteEditor, the margins and font styles from the Word document are transferred in the HTML.  So I tried another way: When I use the Paste as Plain Text option in CuteEditor, the Word Doc converts into HTML with BR tags so that I can't use CSS without ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 12, 2010
  • Truncating and adding amp and ;

    We've had several users report that they are getting  the white box with an x in it when adding a picture or a file.    When I go to the HTML view, I notice this:   <div><img alt=''alt'' ...
    Posted to Cute Editor for .NET (Forum) by mistymckee on September 28, 2010
  • Re: Maximum file size

    I created a small test to check it out Public Class _Default       Inherits System.Web.UI.Page      ...
    Posted to Ajax Uploader (Forum) by pbwbart on September 21, 2010