Search

You searched for the word(s): use <p>
Showing page 300 of 864 (8,631 total posts) < 1 second(s)
  • Re: Performance issue on Insert Image button

    Hi,  We are using CuteEditor.net 6.6. There is a performance issue for Inert Image dialog box. When there is large number of files (31K files in my case), the dialog box takes 3 mins to load. I understand that you are working on fixing this bug now.  In the meantime, I need to have a temp fix/work around for my customer while waiting ...
    Posted to Cute Editor for .NET (Forum) by qsun on December 5, 2011
  • Re: Performance issue on Insert Image button

    Hi,  We are using CuteEditor.net 6.6. There is a performance issue for Inert Image dialog box. When there is large number of files (31K files in my case), the dialog box takes 3 mins to load. I understand that you are working on fixing this bug now.  In the meantime, I need to have a temp fix/work around for my customer while waiting ...
    Posted to Cute Editor for .NET (Forum) by qsun on December 5, 2011
  • Re: Programmatically setting .Text

    Hi Concoxide,  This is Page Encoding and VB.net issue  about special characters.I tested the rich text  <This is “test” content.>, using .Text propertyIt was fine in C#.net but showed  strange characters in VB.net When I used Response.Write(''This is “test” content.'') in VB.net,it also ...
    Posted to Cute Editor for .NET (Forum) by Jeff on June 29, 2011
  • Re: Absolute URL for Images and not HREF

    Dear cosmonaut,   Please follow steps:   1. Save the following code to edithtml.php, and copy it to your cuteeditor installation folder   <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>      <head>    </head>     ...
    Posted to Cute Editor for PHP (Forum) by Eric on May 9, 2011
  • Re: Customizing

    Dear SKIQM,   Please follow steps: 1. Set ''CustomCulture'' to ''de-de''  <?php                 $editor=new CuteEditor();                 ...
    Posted to Cute Editor for PHP (Forum) by Eric on September 3, 2010
  • Re: Repeating drop downs

    You do not need update everyone to the latest version. You only need upgrade server side installation (one upgrade).  You can follow steps:   1. Backup your website 2. Download CuteEditor for .NET,download Url is http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx 3. Unizip the download package 4. ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 6, 2010
  • Re: Spell Check and HTML Style

    frJericho: I am able to reproduce this problem in the CuteSoft demo: http://cutesoft.net/example/general.aspx   with the following code snippet: <span style=''font-family: 'Times New Roman'; color: black; font-size: 12pt''>Hello World</span>   Looks like the single ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 2, 2010
  • Re: AjaxUploader

    Hi,   You need understand the steps how the uploader works for MVC   The uploader will make a GUID for each file, and upload it to server at first.   After the file data be uploaded , it's a temp file on server side.   You can get the GUID on client side , and then you can send the GUID and your custom data to the ...
    Posted to Ajax Uploader (Forum) by cutechat on May 5, 2010
  • Re: Insert Groupbox

    >>''Insert Groupbox'' is a function that inserts a <fieldset> tag.  It is not a dialog.  My question is, can I customize the default styles that tag when it is inserted?   ''Insert Groupbox'' will insert the following standard html code. <fieldset><legend>Title</legend>algorithmic and programming ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 27, 2010
  • Re: Turn Off Auto-Filling URL textbox when Uploading Files?

    jamesk: Ken,     I can't simply hide the field because I use the control elsewhere in my application and this would causes issues.  Is there no way to disable the auto population of this TargetUrl field?  My main issue is that it is populating with an invalid url.  Would setting BaseHref resolve this?   It ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 12, 2010