Search

You searched for the word(s): document
Showing page 42 of 325 (3,244 total posts) < 1 second(s)
  • Re: Word count - is there a way to get this property value?

    1. Specifies whether the Word Count toolbar appear.   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - Edit Static Html Example ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 17, 2010
  • Re: ADAM I need your help please,

    Dear feriel, Please refer to the following snippet:<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>         <head>         <title>Add custom buttons Example -- PHP Content Management, PHP WYSIWYG, PHP HTML Editor, PHP Text ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 24, 2010
  • Re: Chaning the icon image and size of template within cuteditor

    Hi jeevi_vmk@yahoo.com,   How to change the toolbar ico of editor.   Refer to http://cutesoft.net/forums/thread/56544.aspx   How to open Inserttemplate dialog use another button. Try the example below.   <%@ Page Language=''C#'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 14, 2010
  • Re: Question regarding component lifecycle

    kbenz: I am working on an application with which you can construct a fax by filling out a form and attaching one or more documents. On one particular form, one use case has the user attaching a document (with it automatically being uploaded) either one at a time or in mass. At some point the user either manually fills in the destination ...
    Posted to Ajax Uploader (Forum) by Adam on December 6, 2009
  • Re: Cute Editor Width on the page

    Please check http://phphtmledit.com/document/index.htm#page=CuteEditor.Editor.Width.html.     Editor.Width Property Specifies the width of the Cute Editor control on the page.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on December 3, 2009
  • Re: Multiple File Upload - Not showing "Required" elements

    Hi MrHumpty,   Try this way <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>     <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 25, 2009
  • Re: Formatting for Outlook 2007

    If you want to perserve the html, body tags, you need to set the following property to true:   Editor.EditCompleteDocument Property Specifies whether a complete HTML document is being edited. [Visual Basic] Public Property EditCompleteDocument As Boolean [C#] ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 6, 2009
  • Re: Word Count in Cute Editor

    diliprss,   1. If you want to show word count within Cute Editor and you cannot find it. You may set the following property to false. Editor.ShowWordCount Property Specifies whether the Word Count toolbar appear.   2. If you want to get word count by yourself, please retrieve the content of CuteEditor as HTML then count it ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 1, 2009
  • Re: getting list of uploaded file information ?

    Hi,   each uploaded file has a key (a guid XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX) ,   when you sepcify $uploader->Name=''myuploader''; ,   uploader will render as a <input type='hidden' name=''myuploader'' id=''myuploader'' />   after the file uploaded , you can get the value via BLOCKED ...
    Posted to PHP File Uploader (Forum) by cutechat on August 29, 2009
  • Re: Regarding PasteHTML method.

    Hi sanjay.joshi,   Try this way   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 14, 2009
« First ... < Previous 40 41 42 43 44 Next > ... Last »