Search

You searched for the word(s): postback
Showing page 24 of 85 (848 total posts) < 1 second(s)
  • 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: Adding an Image to the Menu

    Thanks.  Ive edited the Compact.config file ans added the two lines - <codeviewToolbars> <item type=''g_start'' /> <item type=''image'' name=''Open'' imagename=''~/images/Open'' /> <item type=''image'' name=''Save'' postback=''True'' /> etc.... and <toolbars>   <item type=''g_start'' /> <item ...
    Posted to Cute Editor for ASP (Forum) by Allender on November 11, 2011
  • Re: Ajax Uploader - ManualStartUpload="true"

    Ken, I tried your recommendation of using the CuteWebUI_AjaxUploader_OnSelect javascript event.  The problem with this is that when using the manual start upload approach, the CuteWebUI_AjaxUploader_OnSelect event kicks off as soon as you select a file for upload but not when you click your button to submit and actually begin the ...
    Posted to Ajax Uploader (Forum) by mchamo on June 16, 2011
  • Re: Enumerate html tag elements in custom dialog; server-side?

    Hi Tobater,   1. The example below shows you how to do a postback after get the client side value <%@ Page Language=''C#'' AutoEventWireup=''true'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 8, 2010
  • strange characters (#1#7tr#5ng#2)

    Hi, I am getting strange characters as the postback values of the control.  What I am doing is the following: * Generating a cuteEditor control dynamically (along with other input controls) on my asp.net page.  * Typing boldText into the cute editor and marking it bold. * On postback, retrieving the controls' values from the ...
    Posted to Cute Editor for .NET (Forum) by bczifra on March 25, 2009
  • Re: Saving the text value to a SQL Server database

    Hi.   When I did the test above by appending ''Hello World'' to the text property I did get ''hello World'' in the database but nothing else.   I have figured out something however.  If I switch from the Rich Text Editor mode to the Basic Text Box mode before submission it does record the HTML to the database.  But I ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on September 22, 2008
  • problem setting output file for multiple editable pages

    I want two editable pages (using the IP license), each writing a separate output file.  The code below is for one of the pages.   I'm using;                       $editor->LoadHTML(''news1.html'');     ...
    Posted to Cute Editor for PHP (Forum) by lferree on April 2, 2008
  • command not supported or not implemented

    i'd like to capture the save button on client side with no postBack. with the following configuration file, i get ''command Save is not supported or not implemented'', when pressing save.   will be happy for your advise.     <toolbars> <item type=''g_start'' /> <item type=''image'' name=''Save'' ...
    Posted to Cute Editor for .NET (Forum) by ziv on April 30, 2007
  • Re: Using ExecCommand with custom commands

    I found ExecCommand(''PostBack'') in the forums (not in the docs as far as I could see). This allows me to assume that if the command is ''undefined'' it is a javascript initiated ''SaveAndExit''.   HOWEVER, it would be neat if there was a more elegant solution, ie. allowing our own defined commands to be called using ExecCommand, ...
    Posted to Cute Editor for .NET (Forum) by ColinTurner on February 23, 2007
  • Re: What is this? <!-- Inject Script Filtered -->

    For my application, the editor still strips all script elements though I set EnableStripScriptTags = false.   My application is an email editor page that allows users to edit 2 versions of email, html and plain text. There is a CuteEditor for html email and a TEXTAREA for plain text email in the same page. I use 2 radio ...
    Posted to Cute Editor for .NET (Forum) by ytang on January 4, 2007
« First ... < Previous 22 23 24 25 26 Next > ... Last »