Search

You searched for the word(s):
Showing page 9 of 123 (1,230 total posts) < 1 second(s)
  • Re: Turn off Silverlight in CuteWebUI.AjaxUploader

    Dear velnias2008,&nbsp;Yes, turning &nbsp;off the Silverlight is not a big issue for you.Search the following line in your project:&nbsp;&lt;ce:uploader id=''InputFile'' runat=''server''&gt;&lt;/ce:uploader&gt; &nbsp;Change it to&nbsp;&lt;ce:uploader id=''InputFile'' MultipleFilesUpload=false runat=''server''&gt;&lt;/ce:uploader&gt;&nbsp;It ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 30, 2011
  • Re: Turn off Silverlight in CuteWebUI.AjaxUploader

    Dear velnias2008,&nbsp;We integrate Ajax uploader into Cute Editor. Ajax Uploader allows you to select and upload multiple files at once.&nbsp;1. If Ajax Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution. 2. If Ajax Uploader detects Flash is installed on your PC, It will use the Flash solution. 3. If ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 30, 2011
  • Re: Change categories order

    Dear eschrein, &nbsp; How to change the categories order?&nbsp; Please open ''CuteSoft_Client\Gallery\Layout\Explorer\Code.js'',&nbsp; go to line 118, you can find the following code:&nbsp; &nbsp;&nbsp;for(var i=0;i&lt;this._categories.length;i++) &nbsp;&nbsp;{ &nbsp;&nbsp;&nbsp;var c=this._categories[i]; &nbsp;&nbsp;&nbsp;var ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on May 25, 2011
  • Re: Hyperlink Target

    Dear LeslieSLO: &nbsp; Please refer to http://www.w3schools.com/tags/att_a_target.asp &nbsp; Value Description _blank Open the linked document in a new window or tab _self Open the linked document in the same frame as it was clicked (this is default) _parent Open the linked document in the parent frameset _top Open the ...
    Posted to Cute Editor for ASP (Forum) by Eric on May 25, 2011
  • Re: Hyperlink Target

    -
    Posted to Cute Editor for ASP (Forum) by Eric on May 25, 2011
  • Re: Programmatically populate the Code Snippet dropdown - ISSUE

    Dear demmett, &nbsp; Please refer to the following code, pleaes compare it with yours: &nbsp; &lt;!-- #include virtual = ''/contentmanager/CuteEditor_Files_v6_1/include_CuteEditor.asp'' --&gt; &lt;html&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; &lt;form name=''theForm'' method=''post''&gt; &lt;h1&gt;Multiple Editors ...
    Posted to Cute Editor for ASP (Forum) by Eric on May 25, 2011
  • Re: Control does not exist in the current context error in VS 2008

    Dear jtreuting, &nbsp; Did you ''Add Reference'' to CuteEditor.dll?&nbsp; Please save the following example to test.aspx, and then run this example, can you reproduce this issue? &nbsp; &lt;%@ Page Language=''C#''%&gt; &lt;%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %&gt; &lt;!DOCTYPE html PUBLIC ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 25, 2011
  • Re: How do I know it's working?

    Hi nicke, &nbsp; Yes, I have replied email to you. &nbsp; Thanks for asking Eric@cutesoft.net
    Posted to Ajax Uploader (Forum) by Eric on May 24, 2011
  • Re: Problems with IE9 and the First carrage return entered

    Dear Tag, &nbsp; I tested it on my end, still cannot reproduce this issue. Is it possible for you to take a video screenshot and send it to eric@cutesoft.net ? &nbsp; Thanks for asking Eric@cutesoft.net
    Posted to Cute Editor for .NET (Forum) by Eric on May 23, 2011
  • Re: YouTube New Embedde code trouble

    Dear pbwbart, &nbsp; Youtube has changed the code, there are two ways to embed the youtube video: &nbsp; First: &lt;iframe width=''560'' height=''349'' src=''http://www.youtube.com/embed/e5Iey0wDqBE'' frameborder=''0'' allowfullscreen&gt;&lt;/iframe&gt; Second: You can click ''Use old embed code'',&nbsp; the following is necessary ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 23, 2011
« First ... < Previous 7 8 9 10 11 Next > ... Last »