Search

You searched for the word(s):
Showing page 240 of 381 (3,805 total posts) < 1 second(s)
  • Re: UseFloatToolbar with relative position

    Hi ErlendSB,&nbsp;The toolbar&nbsp; container is a td target, you can find the style of it in ''CuteSoft_Client\CuteEditor\Themes\Office2003\style.css''&nbsp;#EditorID .CuteEditorToolBarContainer {padding:3px 2px 1px 3px;height:1px;overflow-y:visible;}&nbsp;And you can change it directly. Please clean the browser ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 18, 2011
  • Re: How to upload image with out admin console.

    hi Sekhar,&nbsp;The console will upload the images to the category what you selected. Just click the category name on the left panel and than start upload.&nbsp;Regards,&nbsp;Ken
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on May 17, 2011
  • Re: spell check problem

    Hi wolf11th,&nbsp;I just tested your code, it works fine for me.&nbsp;Can you reproduce this issue on demo http://cutesoft.net/example/general.aspx?&nbsp;If so, please shows me the steps, I will check it and get back to you as soon as possible.&nbsp;Below is my steps&nbsp;1. Link to http://cutesoft.net/example/general.aspx&nbsp;2. Clean the ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 17, 2011
  • Re: Firefox 4 dialog blocked error

    Hi dankrause,&nbsp;Can you reproduce this issue on http://aspuploader.com/demo/form-multiplefiles.asp?&nbsp;If the online demo works for you, please download the latest version and try again.&nbsp;Latest version downloads http://www.cutesoft.net/downloads/folders/57265/download.aspx&nbsp;If you still get the same issue of the latest version. ...
    Posted to ASP Uploader (Forum) by Kenneth on May 17, 2011
  • Re: write additional form data including filename an folder (per image uploaded) to a database

    Hi PKKSW,&nbsp;Please test the example below&nbsp;Mehtod CuteWebUI_AjaxUploader_OnPostback() will fire after all file upload complete.&nbsp;The red code shows you how to get the file info what you need to save into database.(two places can get it)&nbsp;&lt;%@ Language=''VBScript'' %&gt; &lt;!-- #include file=''aspuploader/include_aspuploader.asp'' ...
    Posted to ASP Uploader (Forum) by Kenneth on May 17, 2011
  • Re: Find & Replace feature

    Hi yuenli,&nbsp;For now does support this by behind code. Sorry for your inconvenience.&nbsp;Regards,&nbsp;Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 16, 2011
  • Re: Find & Replace feature

    Hi yuenli, &nbsp; Myabe the example below can shows you how it work and what it does. &nbsp; Try create a page by the code below. and than type some content in editor. the script code will replace all ''test'' to ''my new content''. &nbsp; Note: this method will detect all html code. &nbsp; &lt;%@ Page Language=''C#'' %&gt; &lt;%@ ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 16, 2011
  • Re: license type for a marketplace

    Hi SCLiew,&nbsp;Please refer to http://www.cutesoft.net/live-support/Purchase/.&nbsp;If you need more detial of it, please contact Karen (Karen@CuteSoft.net) or eric (eric@CuteSoft.net), they will explain it on detial for you.&nbsp;Regards,&nbsp;ken
    Posted to Cute Live Support (Forum) by Kenneth on May 16, 2011
  • Re: Upload button is static in IE 9

    Hi lwb1962,&nbsp;If you do not want to upgrade to the latest version. Please try set the upload type to IFrame.&nbsp;1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertGallery.aspx''&nbsp;2. Find section below&nbsp; &nbsp;&nbsp;&nbsp; &lt;ce:uploader id=''myuploadFile'' runat=''server''&gt;&lt;/ce:uploader&gt;&nbsp;3. Change it ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 16, 2011
  • Re: Find & Replace feature

    Hi yuenli,&nbsp;Please refer to http://cutesoft.net/developer+guide/scr/Creates-your-own-HTML-Filter.htm&nbsp;You can achieve the replace function by the html filter.&nbsp;Regards,&nbsp;ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 16, 2011