Search

You searched for the word(s):  
Showing page 133 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Capture KeyPress Event in CuteEditor

    Hi goh6613,   For now, editor does not support capture key  pressed on firefox.   You can use the code below on IE, google chrome and safari(higher version)   <%@ Page Language=''C#'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 11, 2009
  • cannot get file to upload prior to server side code running

    I want to have an uploader on a form where a file is only uploaded and then saved if there happens to be one queued up. So i want the upload to take place on the save event. I like the queue that your uploader uses I just need the uploader to finish prior to my code behind function for the save process running.  I am using the following ...
    Posted to Ajax Uploader (Forum) by jpchatt on January 14, 2010
  • Re: Show Progress label when saving to database

    Hi Burken,   Try this way   <%@ Page Language=''C#'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 25, 2010
  • Re: Ptinter dialogue from serverside

    adel: print is NOT part of these commands. How can we tie them together, print and server fucntion?   function CuteEditor_OnCommand(editor,command,ui,value)       {           //handle the command by yourself ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 21, 2010
  • Re: Unable to calculate UploaderRoot , not found! (RTE for ASP Classic)

    Also, I have a new issue, still with uploader. When I click on the Insert Image button or the Gallery button, I get an alert containing the markup for the previous elements of the form which stops several elements above the block where the rte is instantiated.   Edit: forgot to include the random markup it's ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by CraigBurton on March 25, 2013
  • DisableItemList problem

        Here is a problem with CuteEditor version 4.0.0.2 which I am using.       I am using the following code                 cuteEditorEmail.DisableItemList = ''InsertFlash, InsertMedia, InsertDocument'';     And I am populating a ...
    Posted to Cute Editor for .NET (Forum) by mennisujay on March 14, 2006
  • cuteeditor via ajax

    I'm trying to get CuteEditor to work via AJAX again.   I've set my page up just like your AJAX example.   I have a table cell that the Editor will be placed in named 'timelineEditor'   in my javascript I call this: new Ajax.Request(''modules/buscal/detail/getTimelineEditor.php'', { ...
    Posted to Cute Editor for PHP (Forum) by infringer on March 19, 2009
  • Re: "need" override Global.asax

    Plasteam,   I checked your error.htm file. It looks like you are using a different version of IbuySpy.   Please open the signin.ascx.cs.   And find the following function:    private void LoginBtn_Click(Object sender, ImageClickEventArgs e) {             // ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on June 14, 2006
  • Re: MaxImageWidth has no effect

    Hi ccrookston, Try this way 1. Open file ''CuteSoft_Client\Gallery\Viewer\LightBox\Code.js '' 2. Find section below var imgwidth=Math.floor(photo.Width*scale); var imgheight=Math.floor(photo.Height*scale); 3. Change to var imgwidth=Math.floor(photo.Width*); var imgheight=Math.floor(photo.Height); 4. Find section ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on December 5, 2010
  • Re: Line break problem - to many braks being inserted

    Hi Adam   Yes mate it works as expected there.  Any ideas what i can try??   In addition to my break problem why cant I roll back to version 5 without getting the 'The Licence for this Editor is not valid' error?  I need to get rid of this.  End users are getting frustrated.  As I said there is four instances of ...
    Posted to Cute Editor for ASP (Forum) by mat41 on September 8, 2008