Search

You searched for the word(s): form
Showing page 47 of 300 (2,996 total posts) < 1 second(s)
  • Re: page validation / xml problem

    Can you try the following code?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html>  <head>  </head>  <body>   <form id=''Form1'' method=''post'' runat=''server''>    <CE:EDITOR ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 28, 2009
  • Re: Cute Editor Rich TextBox Issue

    Can you post your code or try the following code?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html>     <head>     </head>     <body>         <form ...
    Posted to FAQ (Forum) by Adam on December 19, 2008
  • Re: modify output table

    Hi,   Please try this code :     <%@ Page Language=''VB'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by cutechat on December 18, 2008
  • Re: Problem : CE as file manager does not insert file in input.

    The online demo is fixed.   Please use the following code:   <?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?> <html>      <head>   <title>Use CuteEditor as file manager -- PHP Content Management, PHP WYSIWYG, PHP HTML Editor, PHP Text ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 28, 2008
  • Re: Using CuteEditor as a FLASH selector

    Hi lanec,     You can try this way,It also valid for other file types.   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head>     <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 30, 2008
  • Re: How to assign the value of a div to a cute editor on client side?

    Hi rizwanali,   Please try this code: <html xmlns=''http://www.w3.org/1999/xhtml''> <head id=''Head1'' runat=''server''>     <title>Welcome to Quattro Html Editor</title>     <script language=''javascript'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2008
  • Re: Problem with Font control?

    The effect you are seeing is to do with the web browser ''box model''.   Assume that a large proportion of page elements (tags) form a ''box'' around their content.  Clearly there are some tags that do not hold any box content such as the image (img) tag, but essentially all tags form some kind of ''box''.   Lets take a ...
    Posted to Cute Editor for .NET (Forum) by MarkMyWords on July 23, 2008
  • Re: Urgent: Empty content being replace by whole page

    Paul,   Can you save the following code into a PHP file and run it on your server?   <?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?> <html>      <head>  </head>   <body>  <form name=''theForm'' action=''/Get_HtmlContent.php'' ...
    Posted to Cute Editor for PHP (Forum) by Adam on July 21, 2008
  • Re: Cannot validate editor in GridView or DetailsView

    Follow Up:   Discovered that it wasn't the editor that was throwing the error but my placement of the RequiredFieldValidator. Should be inside the template rather that at the top of the page. The correct implementation is: <InsertItemTemplate> <CE:Editor ID=''CeNewDescription'' runat=''server'' Height=''250'' Width=''100%'' ...
    Posted to Cute Editor for .NET (Forum) by GDB on May 22, 2008
  • Re: Can't get the edited text from the cute editor

    Apurva,   Please try the following code: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html>  <head>  </head>  <body>   <form id=''Form1'' method=''post'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 28, 2007
« First ... < Previous 45 46 47 48 49 Next > ... Last »