Search

You searched for the word(s): postback
Showing page 22 of 85 (848 total posts) < 1 second(s)
  • Re: Urgent: need this property in FireFox

    Throughout all the literature on the internet, selectionStart and selectionEnd are standard properties used by Mozilla browsers. Those properties provide a reference position that allows us to read where the caret is. We can do this with FTB and other editors, but not with CE for some unknown reason. CE doesn't appear to support these ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 16, 2007
  • submit child window with editor back to parent w/ no postback

     temporary solution for my current architecture - I'd like to pop-up a child window with the editor in it and javascript over the contents to a hidden field or standard text area in my parent window without a submit of the parent - any examples out there ?
    Posted to Cute Editor for .NET (Forum) by sperndogger on December 7, 2004
  • Re: How to apply full postback

    Hi,   Please try   Uploader1.InsertButton.ValidationGroup = ''NoNeed'';   Some customers have the same problem , maybe we need improve the uploader for this condition automatically.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 5, 2009
  • Re: BaseHref settings

    ok adam i see,   but i use the editor in a window and save by: function CuteEditor_OnCommand(editor,command,ui,value) { //handle the command by yourself if(command.toLowerCase()==''postback''&&value==''Save'') { tellDad(); //return true;//return true if you want to stop the command } }   function tellDad() { var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by chanlo on October 15, 2007
  • Re: Ajax Uploader - ManualStartUpload="true"

    Hi mchamo, Try API CuteWebUI_AjaxUploader_OnPostback Please refer to http://www.ajaxuploader.com/document/scr/JavaScript-API.htm EventsDescriptionCuteWebUI_AjaxUploader_OnInitializeFires when an Ajax Uploader is fully initialized.CuteWebUI_AjaxUploader_OnStartFires when an upload of a specific file has ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 17, 2011
  • Re: Deleting an image causes a postback

    No, I meant  inserting an image, select it, and then press backspace in this order. Try yourself on CuteSoft demo page, and you'll know what I am talking about.   Thanks,
    Posted to Cute Editor for .NET (Forum) by vikbol on September 27, 2004
  • Re: 1 second remaining

    OK - loaded the sample on our server.  The files queue OK, but then when hitting submit is when the issue occurs (see screenshot attached). It doesn't matter if we do it via drag-drop or browse.  On my local machine I successfully get the postback message and see the ListBox updated.   We're using IIS 7 in Classic mode. ...
    Posted to Ajax Uploader (Forum) by scolja on June 8, 2016
  • Re: No display of content even tho there is content!

    Right have spent all day looking at this! I have found a fix for it and its basically setting various properties on the editor in the right place and order! In a nutshell I had to set Protected Sub form1_Init(sender As Object, e As EventArgs) Handles form1.Init   Editor1.AllowScriptCode = True   Editor1.EditCompleteDocument = ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by AndyFel on January 17, 2014
  • Re: Client-side script to disable the Editor?

    rschaeferhig: Adam,   I don't see how that example applies. We've already got the Editor on the page and configured the toolbars with our own buttons, etc. I need to know if there is a way to disable the Editor control in Javascript on the client side. Removing the toolbars or not is a secondary requirement.    There is a ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 18, 2010
  • Re: DNN Javascript event for save button

    Using this code-snip in the TextEditor.ascx but fails to connect it to the event...   <script language=''JavaScript'' type=''text/javascript'' > function HandleEditorCommand(editor) {  if(event.command.toLowerCase()=='help')  {   alert(''You click the help ...
    Posted to Cute Editor for .NET (Forum) by amek on November 13, 2006
« First ... < Previous 20 21 22 23 24 Next > ... Last »