Search

You searched for the word(s): postback
Showing page 15 of 85 (848 total posts) < 1 second(s)
  • Re: Class attribute is removed after postback

    Hi there,   Thanks for replying quickly.   It works fine in your example. Both versions retain the class attribute. So, I'm not sure why it is disappearing in my setup...?     The first box is:   <div><span style=''font-family: Arial''>This is <strong>test <a class=''pickle'' ...
    Posted to Cute Editor for .NET (Forum) by chalked on November 12, 2009
  • AJAX and postback problem. Editor will not be loaded.

    Hello Adam,   I have two editors within an UpdatPanel and I get this empty editor:   When I disable AJAX this behaivor also happens every third or fourth postback. I am using IE7.   Is there any solution?   J. Bauer
    Posted to Cute Editor for .NET (Forum) by joergbauer on April 22, 2007
  • Re: What's new or change log???? and CuteEditor_OnCommand(editor,command,ui,value)

    Can you tell me what's the point you want to click this button and not postback?   If above funtion, you can simply return true if you want to cancel the postback.    if(command.toLowerCase()==''postback''&&value==''Save'')   {    alert(''The Save Command is Captured at the client side. You can hook up ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 6, 2008
  • Re: Executing a button event on the cute editor form

    The command you provided...   editor1.ExecCommand(''PostBack'');   works, but when I try to capture the event in vb, the e.CommandName value of the System.Web.UI.WebControls.CommandEventArgs comes back as 'undefined'.  I tried the following...   editor1.ExecCommand(''PostBack'',''Save'');   I was hoping that ...
    Posted to Cute Editor for .NET (Forum) by JonE on December 18, 2006
  • Re: Not catching the postback event ?

    I am also having this same problem with the current version 6.5.  This is what happens.   I have created a custom drop down list and added it to the editor.  This drop down list posts back, adds text to the edior, and enables or disables buttons based on the value of the drop down list.  If I remove the code which disables ...
    Posted to Cute Editor for .NET (Forum) by rmiller on October 15, 2009
  • Re: How to maintain scroll position on postback?

    Hi Fred,   You could use the javascript API to get the scroll position of the iFrame and save it in a hidden field. Use the CuteEditor_OnInitialized event to run a script to set the position back the the saved value.   editor.GetDocument().body.scrollTop is the property you'd be after.   You could probably do something similar ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on July 6, 2007
  • Re: Other ajax calls fails on using Cute Ajax uploader with mvc

    Hi arunsaar,   Did you got this problem after uplodaed? Or after other control postback?   Can you post your uploader page url here? So we can check your page directly. Also, you can send it to Kenneth@CuteSoft.net.   If allow, please create a simple example page which can reproduce this issue and post here, so we can ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 24, 2013
  • Re: Adding fields and saving to DB

    Hi shafi01,   Please try the example below. You can save the upload file name when page postback.   <?php require_once "phpuploader/include_phpuploader.php" ?>  <?php session_start(); ?>  <!DOCTYPE html PUBLIC ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 10, 2012
  • Re: Having Trouble with EditorWysiwygModeCss

    Hi HighConcept,   There is not a base directory.   For example,   1. I have the page below at the root of my test site.   <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>         <head>        ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on July 25, 2011
  • Re: focus form problem

    Dear christianm,   I tested the issue in the following snippet, it works fine and cannot reproduce your issue: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <html> <head> <title>Example</title> </head> <body> <form name=''theForm'' ...
    Posted to PHP File Uploader (Forum) by Eric on February 3, 2011
« First ... < Previous 13 14 15 16 17 Next > ... Last »