Search

You searched for the word(s): font
Showing page 103 of 216 (2,157 total posts) < 1 second(s)
  • Re: Need Help with Editor Issue - Failed to load the Configure file.

    Dear JeffClegg,   Please check whether configuration files is existing  in folder ''cuteeditor_files\Configuration\AutoConfigure'', <%    Dim editor    Set editor = New CuteEditor    editor.ID = ''Editor1''    editor.Text = ''Type ...
    Posted to Cute Editor for ASP (Forum) by Eric on April 14, 2010
  • Re: custom queue table

    John,   You need copy the data when the OnPostback event fired, and maintain the table by your self.   If you don't use AJAX, the page will be submit and then all javascript data will be lost.   So you should use AJAX.   There's two primary AJAX :   1 - Microsoft AJAX , so you need maintain the ...
    Posted to Ajax Uploader (Forum) by cutechat on March 15, 2010
  • Re: DNN 5 Integration: Unable to Login Using the Default Login Credentials of admin/admin

    Our main problem is resolved: Now we can login from the desktop Operator application just fine to the DNN based Live Support. Hoo Hoo! But I wish the documentation had not mentioned the login as 'admin' and that too in red font. Instead, the documenation should have mentioned that you need your DNN credentials to be able to login. Now to the ...
    Posted to Cute Live Support (Forum) by developermojoe on January 31, 2010
  • Re: After UI customization of Ajaxuploader , .CS file events never get fired

    Hi flotest,   It works fine for me.   Please test the example below.   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 28, 2009
  • Re: Ajax-based-File-storage demo

    Hi,   The filename/description is design for ajax uploader v1 , for that version uploader do not support multiple files uploading.   It just use the specified filename when rename the file at the event handler.   the event handler code is this :   protected void Uploader1_FileUploaded(object sender, ...
    Posted to Ajax Uploader (Forum) by cutechat on December 20, 2009
  • AllowPasteHTML

    Following behavior:   I set the property to false. When I copy and paste a selected area of an HTML-Site, everything works fine.   But for example, if I select an HTML-Code in an Editor OR (where I was point to this problem) from the source-Code view of w3-Validator, the HTML-Code will be pasted into the editor... Also the ...
    Posted to Cute Editor for .NET (Forum) by SitePoint on November 26, 2009
  • Formatting for Outlook 2007

    We are using CuteEditor (.NET) for our emailing our users. However, we've noticed that the HTML templates do not format properly for Outlook 2007.   I believe this is due to the <html><body> tags getting removed from the body of the message that is sent:   Content-Type: text/html; ...
    Posted to Cute Editor for .NET (Forum) by JS-NAU on November 6, 2009
  • Re: re-map the save button function?

    That worked great for the most part except I cannot get the ''Save'' button to respond Currently I have my command mapped to the ''Bold'' button. Any thoughts?     Code:    Set editor = New CuteEditor          editor.ID = ''Editor1''    editor.Text = ...
    Posted to Cute Editor for ASP (Forum) by ethanmcdonald on October 8, 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
  • Encoding in French

    Hello,   First excuse for my poor English   I have some problem of encoding in French. My Html page is in    <META HTTP-EQUIV=''Content-Type'' CONTENT=''text/html; charset=iso-8859-1''>     But your soft seem to be code with UTF8. So i have some problem with special character in French in the ...
    Posted to Cute Editor for PHP (Forum) by Jaccard emmanuel on September 29, 2009