Search

You searched for the word(s):
Showing page 159 of 381 (3,805 total posts) < 1 second(s)
  • Re: MaxTextLength bug!

    Hi ACS,&nbsp;I tested with the example below, it works fine for me. Can you show me the steps to reproduce this issue with the example below? It will be very helpful.&nbsp;&lt;%@ Page Language=''C#'' %&gt;&lt;%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %&gt;&lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 5, 2012
  • Re: resizing popup windows.

    Hi&nbsp;gurpreet,&nbsp;Please open file ''CuteSoft_Client\CuteEditor\Scripts\Constant.js'', find section below. That is the image properties pop up dialog settings. You can change the width/height directly.&nbsp;editorconstant._tagDialogFeature = ''resizable:0;dialogWidth:470px;dialogHeight:500px;'';&nbsp;&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 5, 2012
  • Re: issue resizing image within table cell.

    Hi&nbsp;gurpreet,&nbsp;Please double click on the image, it allow you set the width and height of the image in the properties dialog.&nbsp;If you want the table cell has some space between the content, please try the way below.&nbsp;&nbsp;1. Open file ''CuteSoft_Client\CuteEditor\Style\ToggleBorder.css''&nbsp;2. Find section below, it you need ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 4, 2012
  • Re: upload directly to external server?

    Hi sahar,&nbsp;You can try create a &nbsp;virtual directory under your site, and point this&nbsp;virtual directory to the external server. Then save the upload file into this&nbsp;virtual directory. Ensure that your site has the write/read permission of this folder.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to PHP File Uploader (Forum) by Kenneth on April 4, 2012
  • Re: How to detect a cancel upload event

    Hi mtaute,&nbsp;The cancel button click is the client side event. &nbsp;If you must fire a server side event, then the only way is fire a server side event in the cancel click function, like the server side button click.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Ajax Uploader (Forum) by Kenneth on April 4, 2012
  • Re: CSS "none" in dropdown with AutoParse

    Hi Dunc_NZ,&nbsp;Has not the clear option for now. Sorry for your inconvenience.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 4, 2012
  • Re: setting default html

    Hi&nbsp;gurpreet,You can use html filter to switch the &lt;tr&gt; target, but it will switch all &lt;tr&gt; target too.&nbsp;Add the code below to the bottom of your page will achieve the html filter I mentioned above&nbsp;&lt;script type=''text/javascript''&gt; &nbsp; &nbsp; &nbsp;function CuteEditor_FilterHTML(editor,code) &nbsp;&nbsp;{ ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 4, 2012
  • Re: non-english file name errors

    Hi sahar,&nbsp;1. Open file ''\phpuploader\include_phpuploader.php''&nbsp;2. Find section below&nbsp;$PhpUploader_FSEncoding=''ISO-8859-1//TRANSLIT'';&nbsp;3. Change the encoding to yours&nbsp;&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to PHP File Uploader (Forum) by Kenneth on April 3, 2012
  • Re: Cut and paste issues with Safari on the Mac (CuteEditor 6.6)

    Hi Dunc_NZ,&nbsp;1. The external document like ''notepad'', they has not the &lt;p&gt; target, when you copy the content from editor and paste into these external document, the &lt;p&gt; target has been removed. So editor will parses the line break as &lt;div&gt;.&nbsp;&nbsp;&nbsp;2. The paste content is based on your browser copy/paste function. ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 3, 2012
  • Re: CSS "none" in dropdown with AutoParse

    Hi Dunc_NZ,&nbsp;You can edit and remove the css class setting in the properties dialog.&nbsp;&nbsp;&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 3, 2012