Search

You searched for the word(s): document
Showing page 156 of 325 (3,244 total posts) < 1 second(s)
  • Re: Odd snippet of code appearing in link url's

    Thanks Eric. I have identified the cause of the problem and identified the solution.  It is one of those dumb things that crop up from time to time when you are working away, and is due to a setting within another application.  The problem and solution have has nothing to do with the editor. Although I will explain what happened ...
    Posted to Cute Editor for PHP (Forum) by davidlockett on February 3, 2011
  • Re: __doPostBack to Editor?

    Hi Tobster, You can fire the PostBackCommand of editor by the code below. editor1 is the ID of CuteEditor in the page. __doPostBack(''editor1$PostBackHandler''); But I suggest you use ''ExecCommand'' to fire the PostBackCommand event, like below  var editor1=document.getElementById(''<%= editor1.ClientID ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 11, 2010
  • Re: Can you help me simplify the Word workflow?

    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 manually ...
    Posted to Cute Editor for .NET (Forum) by davedr on October 12, 2010
  • Re: How to put errors in the Validation Summary

    Hi microcontroleur, The example below shows you how to catch the error message of uploader and use your own method to show you own ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 10, 2010
  • Re: Show Progress label when saving to database

    Hi Burken,   Try this way   <%@ Page Language=''C#'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 25, 2010
  • Re: Two questions

    First of all, really like the script. Best one i found so far.  I used this code (below) to get the filenames, which works well...until i add a: $uploader->SaveDirectory=''../images/upload''; Seems it cant find the files if the path is changed...how can I fix this?   Please  refer to ...
    Posted to PHP File Uploader (Forum) by Eric on May 8, 2010
  • Re: how to disable the editor and hide the tool bar by javascript?

    Hi wolf11th,   1. Can not disable but you can hide it. example:   <%@ Page Language=''C#'' %>       <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>    <html>    <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 4, 2010
  • Re: Font size question

    Please refer to http://cutesoft.net/asp/document/scr/FontSize_dropdown_Customization.htm Example ...
    Posted to Cute Editor for ASP (Forum) by Eric on May 3, 2010
  • Re: Error on call to GetDocument

    Incognitobe: Hi Adam,   thanks for the reply which sounds quite plausible and would certainly explain the error I´m getting, but I´m quite sure I got the ID right. Here´s a snippet from the html source of the table rendered by the editor (I omitted the style attribute):   <table cellspacing=''0'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 19, 2010
  • Re: customizing progress bar

    John,   Please try this code   <%@ Page Language=''C#'' Title=''Total Progress'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on March 17, 2010