Search

You searched for the word(s): form
Showing page 50 of 300 (2,996 total posts) < 1 second(s)
  • Re: Javascript error in IE7 and IE8 when using Ajax to get Editor

    Hi Ken,   While preparing my reply, I discovered what was causing the problem.   The aspx page which was returning the content to the AJAX request did not contain a standard ASP Form. The content returned was purely that generated by the server-side RTE.   Once returned, the client-side RTE code dynamically adds a SCRIPT tag ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by DanielBarratt on February 1, 2013
  • Uploaders appears to stop running at Render() statement

    See code below.  The aspuploader code appears to work (doesn't generate any error messages) up to the Render() statement (Line 67) then goes blank.  Doesn't throw an error, just goes blank. The code produces these displays from the Response.write's: Start uploading manually This sample demonstrates how to start uploading ...
    Posted to ASP Uploader (Forum) by bbaldrober on December 26, 2011
  • Guidance needed - not sure which uploader type to use!

    Hi Let's say I have a form for creation of a NEW news article.  This article has one main image, and one or more additional images. There are various other fields on the form which require validating, some requiring async postbacks (for example testing that the unique string key for the article is actually unique) , so the selected ...
    Posted to Ajax Uploader (Forum) by Tawl on December 16, 2011
  • Re: Object required: 'jfile'

    Please use the following code, <!-- #include file=''aspuploader/include_aspuploader.asp'' -->   <body>  <div class=''demo''>                                ...
    Posted to ASP Uploader (Forum) by Eric on April 30, 2010
  • Re: Ajax-based-File-storage demo

    Hi,   The filename/description is design for ajax uploader v1 , for that version uploader do not support multiple files uploading.   It just use the specified filename when rename the file at the event handler.   the event handler code is this :   protected void Uploader1_FileUploaded(object sender, ...
    Posted to Ajax Uploader (Forum) by cutechat on December 20, 2009
  • CuteEdit 6.5 - Problem EditorOnPaste with Options PasteText and PasteCleanHtml

    hi adam, when I paste in text from a website and I enable PasteText it will all be on one line (while the option says it should still maintain paragraph marks). When I put it on PasteCleanHTML of PasteWord it does recognize the <p> elements ... Sampletext (copied from an Outlook2007 Email) ...
    Posted to Cute Editor for .NET (Forum) by transresult on November 10, 2009
  • Re: Restrict HTML

    Hi FatMooseHenry,     Creates your own HTML Filter The following code shows how to create your own HTML Filter to remove any tag you don't want. In this example, all form tags will be removed automatically. All you need to do is adding the code below into the bottom of the page. <script> function ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 14, 2009
  • Doesn't work with Dojo forms

    I'm using cuteeditor with Dojo and I'm finding that the editor initialises ok, but once the dojo parser has done it's stuff it kills the content and renders the editor unusable - you can't type anything in and the buttons give an error. I've traced this down to the use of a dojo form.  So if the editor is in <form ...
    Posted to Cute Editor for PHP (Forum) by dev42 on February 25, 2009
  • Tying the Editor Control to an SQL Database Table/Record/Field

    Visual Web Developer 2008 Express.  Visual Basic.  Cute Editor 6.x.   I know how to set up a SQL data source on my aspx page, how to tie a form to this data source, and how to tie controls within the form to particular fields in the data source.  How do I do the same with the Cute Editor.  Namely, if I am using the Cute ...
    Posted to Cute Editor for .NET (Forum) by Chaplain Doug on October 16, 2008
  • Cute Editor FAQ - How TO: Dreamweaver MX - Easy Insert Using Server Behaviors

    If you use Dreamweaver Server Behaviors and Insert Record you may be surprised that it doesn't see the editor.   There is an example file that explains how to write code to make an insert into a database, but here is an alternate method use the built in Dreamweaver Insert Function.   Create the editor as you normally ...
    Posted to FAQ (Forum) by Sky_Chief on April 26, 2007
« First ... < Previous 48 49 50 51 52 Next > ... Last »