Search

You searched for the word(s):  
Showing page 157 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Get a serverside reference to the Save button

    Another way to solve my probelm would be to add my own custom button with a post back. Trouble is I can either have a button with no image (postback works) or an ImageButton with no post back? Please help I have been trying to solve this for hours.             Button btSave = new ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on February 12, 2009
  • Re: Problem with AutoAdjust Height when using Chome 4.1

    Dear Marko,   Please try the following code:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>    </head>  <body>         <form id=''Form1'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on November 22, 2010
  • Re: Ajax Uploader - Uploader_FileUploaded server event not firing

    Ken, I have identified the exact cause of the File_Uploaded event not firing.  I am using the Jquery BlockUI plugin and within it, is where I have the ajax uploader.  Using the Jquery BlockUI plugin is causing the event not to fire.  Here is a sample of my code to using it, note dvitoDisplay is a div that contains the Ajax ...
    Posted to Ajax Uploader (Forum) by mchamo on June 17, 2011
  • Re: Modify Template Layout

    Please open/edit outereditorfull.frame.aspx to meet your requirements.   For example, you can do something like this:   switch(username)   {    case ''Administrators'':     Editor1.SecurityPolicyFile  = ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 25, 2006
  • Re: Problem With Single file Upload

    Please set the following property to false.   Uploader.MultipleFilesUpload Property   If true, the users are able to select multiple files in the file browser dialog then upload them at once.    Example Code  <?php require_once ''phpuploader/include_phpuploader.php'' ?> ...
    Posted to PHP File Uploader (Forum) by Adam on October 2, 2011
  • Re: Customize the right click menu

    1.   How To Control the Context Menu in CuteEditor?    Cute Editor is a context sensitive application, it is aware of it's context and acts accordingly. Many functions of CuteEditor are accessible via the context menus (accessible through a right-click menu in the content area). This section describes how ...
    Posted to Cute Editor for PHP (Forum) by Adam on June 24, 2009
  • Re: MAJOR shortcoming with hyperlink button

    sgilboy,   I just wrote a fix for this. And I've tested it. It works. You can test it in our online demo.   In WinIE.js, you will find the following code from line 481 to line 494.   if (FSrc&&(selectedRange.htmlText != '''')) {      ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2004
  • Re: Evaluation Installation Crash

    Much better.  I am able to start a chat session with my website but when I reply to the user it crashes the Operator with this error.     See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.OverflowException: ...
    Posted to Cute Live Support (Forum) by Ruf Terrain on November 15, 2007
  • How do I get UploadAttachments events to fire for server-side validation prior to upload?

    Using the standard .net upload control, I can do this:     Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnUpload.Click           Dim fname As String = FileUpload1.FileName           'Here I can do some ...
    Posted to Ajax Uploader (Forum) by dmathews on February 24, 2012
  • Move a Custom Button

    Below is my code to create a custom button:        <%            Dim editor            Set editor = New CuteEditor                    ...
    Posted to Cute Editor for ASP (Forum) by tekrat on March 2, 2006