Search

You searched for the word(s): table
Showing page 103 of 255 (2,541 total posts) < 1 second(s)
  • Re: Insert Groupbox

    Thank you, that was helpful.  I will address this issue with my design group and add the desired styles to the CSS. Just a suggestion for a future release...  You should consider popping up a designer dialog box specifically for applying styles to the <fieldset> and <legend> tags as well as the markup within each - ...
    Posted to Cute Editor for .NET (Forum) by timw@acponline.org on April 27, 2010
  • Can't see uploaded templates

    Hi Adam   We have recently upgraded to 6.6.   Am looking into potentially using the templates.  We store our uploaded files into a SQL database.    I can upload a template (html) file ok - that is it comes back with success and is in the table, however I can't see the templates in the list on the ...
    Posted to Cute Editor for .NET (Forum) by cheryll on March 29, 2010
  • Dynamically Disable CuteEditor or Set to Readonly via Javascript?

    Is there a good way or a workaround for setting the CuteEditor to disabled dynamically via Javascript?   The application has a CuteEditor textbox and a checkbox that says 'Not Applicable'.   If the user clicks the checkbox they want the editor to be disabled.   The client does not want us to do it server side via an ...
    Posted to Cute Editor for .NET (Forum) by sszathmary on March 29, 2010
  • Re: setting max dimensions on images?

    Is there any reason why GetImageSize() shouldn't, or couldn't be used?  Just wondering if anyone has built a little mod for thier app to check for limits set for max width and height.   If someone adds an image and it's bigger than the table on my page it's going into, it's blowing my page formatting all outta ...
    Posted to Cute Editor for PHP (Forum) by BassTrails on March 25, 2010
  • Re: URGENT: Help with CuteEditor and UTF-8 Charset not displaying properly! Please Help!

    NPPLDeveloper,   1.   Cute Editor doesn't have code to convert encoding.   To display the string from SQL Server, the following code should work.   <%@LANGUAGE=''VBSCRIPT'' CODEPAGE=''65001''%> <meta http-equiv=''Content-Type'' content=''text/html; charset=utf-8''> <% Response.Write ''My String from ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 3, 2010
  • Jquery disables CE drop downs (font, tables, etc)

    When I include jquery on my page, my dropdown selectors in CE aren't displaying (font color, table, highlight...).  Even if I just include the jquery.js file on the page it disables them somehow.  Any suggestions? I've played around with the focus flag, and moved all jquery calls to the end of my page, but still the dropdown ...
    Posted to Cute Editor for .NET (Forum) by lydia0500 on January 26, 2010
  • Re: Adding files to uploaded list programmatically

    To follow up:   I have made a little hack by sending a stream to the Itemlist containing the id in my database table which refer to the file I want to show in the list. I am using this id when the user clicks the Remove button later, to be able to remove the selected file from database and hard drive.   My next problem is that even ...
    Posted to Ajax Uploader (Forum) by truelz on November 20, 2009
  • Demo - RTF from Outlook(Word)

    Hello,   I really want to buy this product, but I encountered two problems with the demo...   I'm converting the body of an  Outlook 2007 email message to RTF, writing it to a DB, and trying to read the RTF using CuteEditor.  Here is my output:   /// Begin Output HYPERLINK ''http://www.espn.com'' ...
    Posted to Cute Editor for .NET (Forum) by ApocNecro on September 30, 2009
  • Re: Next question - How can I get the chat to save font size/name/color for the users?

    Dear kpcrash ,   About your customization, the steps are as follows:   1. One user login to chat room     URL: CuteChat\Chat Web Messenger standalone\Web\CuteSoft_Client\CuteChat\Channel.aspx     When user login, you need to read the setting data of this user from database, and then set ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on August 25, 2009
  • Web Messenger 5 Integration (Contact List)

    Hello, I recently purchased Web Messenger 5, and am struggling to override the GetContacts() function   I have a custom database and am using Cute Web Messenger standalone THe table below (_UFriend) contains a list of paired id's (Profile, Friend) Please help!   This is my code       Public Overrides ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by www.sonet.co.nz on August 22, 2009