Search

You searched for the word(s): table
Showing page 99 of 255 (2,541 total posts) < 1 second(s)
  • LastLoginTime in Users table is not being updated?

    I have integrated CuteIM with my web application using the Integration package. All the functionalities work fine.   I am trying to get the number of users online with Instant Messenger users. However, I discover that the LastLoginTime in the Users table is not being updated when users open the Messenger window. Therefore the number of ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by vccrho on September 29, 2006
  • Table: New rows use default instead of current row's settings

    When I Ctrl/Alt down arrow, CE opens new row but row font, etc. are default and not the same as the row in which the cursor is.   This is wrong. The new row always must take the properties of the previous row.    
    Posted to Cute Editor for .NET (Forum) by fredd on August 14, 2007
  • Re: Non expected HTML tag closure.

    Hello Ken,   I basically create a html page by processing XML through a XSLCompiledTransform and I serve that by sending the output stream with the right mimetype. After that I load the content into the editor whenever I need it by using SetHTMLCode after making an AJAX get request with jquery. I've included the result my api ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 27, 2014
  • Re: Non-admin operator not connecting

    Hi Ken, Sorry, I don't understand your reply.  The system errors if a record does not exist in the CuteSoft4_SupportAgent table for a user which is non-admin.  This is read by the operator client when the user logs in.   Do you mean that there is a way of adding operators to the system if you are logged in as an admin ...
    Posted to Cute Live Support (Forum) by GStoneJHA on November 8, 2011
  • Re: CuteEditor for .NET Questions

    Thanks Adam, admin.config and guest.config had the default path as you mentioned, but default.config was hardcoded to the path I mentioned in the error, after I changed to uploads path, it is working now.   The version I am using is 5.3, the trial version and the .net framework is 1.1.   I found a solution for the below question ...
    Posted to Cute Editor for .NET (Forum) by Bindujiju on July 3, 2006
  • Re: modify link

    andriex, Done! 1. Demo is here. 2. main.html <HTML> <HEAD> <SCRIPT> function getValue (field) { var r = showModalDialog('aDialog.html', field, 'dialogWidth:300px;dialogHeight:300px;center:1;'); if (typeof r != ''undefined'') field.value = r; } </SCRIPT> </HEAD> <BODY> <FORM ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 17, 2005
  • Re: Insert break problem

    This is my CE Web Custom Control   Code Behind :       Public Class HTMLEditor        Inherits System.Web.UI.UserControl #Region '' Web Form Designer Generated Code ''         'This call is required by the Web Form ...
    Posted to Cute Editor for .NET (Forum) by pnmcosta on October 13, 2004
  • Re: Why response.write?

    No thats not what i meant...   Look your example works just fine.. because your parsing it directly to the client... What i want is first store it and parse it at a later time.. because i use a template engine.     Your thing works: Response.Write editor.Draw() & ''Hello World''   But what i want is ...
    Posted to Cute Editor for ASP (Forum) by Clifford on February 2, 2004
  • Re: Two questions

    Thanks for your reply, erik.  Im still getting the same results no matter what I try. I also tried the Show Attachments Table demo...and added :$uploader->SaveDirectory=''../images/upload''; (path must be relative, otherwise I get an error) The images get uploaded to it...but table stays empty.If I delete the SaveDirectory it works ...
    Posted to PHP File Uploader (Forum) by mic on May 9, 2010
  • Re: Advanced table wizard firing

    Hi,   All pop up dialog based on the same function, have no way to prevent it for table only for now.   regards,   Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 19, 2016