Search

You searched for the word(s):
Showing page 40 of 123 (1,230 total posts) < 1 second(s)
  • Re: dangerous request.form in cuteeditor v6.6

    Dear Pat, &nbsp; Please open file ''\CuteSoft_Client\CuteEditor\SpellCheck.aspx'' Change &lt;%@ Page&nbsp; Language=''C#'' ClassName=''PopUpSpell''&nbsp; %&gt; to &lt;%@ Page&nbsp; ValidateRequest=''false'' Language=''C#'' ClassName=''PopUpSpell''&nbsp; %&gt; After done, please test it again. Keep me posted. &nbsp; Thank you for ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 18, 2011
  • Re: Problems with Chrome Browser

    Dear Kazzlo, &nbsp; The first issue is a known issue, we are investigating it and will get back to you soon. The second issue, I cannot reproduce it,&nbsp; my test steps are: 1. Open http://cutesoft.net/example/general.aspx&nbsp; 2. Remove all text in cuteeditor 3. Copy some text 4. Paste it to CuteEditor 5. Remove text and then click ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 17, 2011
  • Re: Upload images and documents to SQL

    Dear ameltei, &nbsp; Please refer to the following examples: Store Files (images and documents) into a Database ( Download source code) Using an access database as the file storage Using a Sql Server database as the file storage &nbsp; Thank you for asking Eric@cutesoft.net
    Posted to Cute Editor for .NET (Forum) by Eric on January 17, 2011
  • Re: ERROR WHEN CULTURE IS SET TO ar-SA

    Dear hassan, &nbsp; Please extract your code to one runnable example which can reproduce this issue,&nbsp; you can post it here&nbsp;or send it to eric@cutesoft.net , I will run it on my end and check this issue. &nbsp; Thank you for asking Eric@cutesoft.net
    Posted to Ajax Uploader (Forum) by Eric on January 14, 2011
  • Re: customise and embed the template dialog in a page oustide the cute editor area

    Dear AWilderbeast, &nbsp; The following examples demonstrate how to use CuteEditor as file picker and image selector. You can change it to template selector, once you click button, the template dialog will be displayed.&nbsp;&nbsp;Source code of these examples &nbsp;can be found in download package.&nbsp; &nbsp; How to use ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 14, 2011
  • Re: populating the editor via listbox c#/javascript, how to refernce the textareas ID

    Dear AWilderbeast, &nbsp; Please refer to the following code: &nbsp; Default5.aspx: &lt;%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''Default5.aspx.cs'' Inherits=''Default5'' %&gt; &lt;%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 13, 2011
  • Re: Edit .doc document

    Dear s3th, &nbsp; LoadWord is not supported.&nbsp; I have tested LoadFile and LoadHTML, it works fine on my end. Which unwanted tags are generated? You can send your test file to eirc@cutesoft.net , I will have a test on my end. &nbsp; Thank you for asking Eric@cutesoft.net
    Posted to Cute Editor for .NET (Forum) by Eric on January 13, 2011
  • Re: Editor.DisableAutoFormatting

    Dear abularca, &nbsp; DisableAutoFormatting property is obsolete , we don't need this property any more because the code input by the user is well protected. Which tags are missing, can you describe this in detail? You can test http://cutesoft.net/example/general.aspx&nbsp;, can you reproduce this issue in this example? &nbsp; Thank you for ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 13, 2011
  • Re: How can I set the default link color?

    Dear code4food, &nbsp; You can create one file called ''php.css'', and put the hyperlink style in this file. &nbsp; &nbsp;&lt;?php &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $editor=new CuteEditor(); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for PHP (Forum) by Eric on January 12, 2011
  • Re: New Category

    Dear skinner, &nbsp; Please open ''\CuteSoft_Client\Gallery\Editor\Explorer\Code.js'', and comment the following lines: &nbsp; var newcatebtn=CreateEditorButton(''Images/standard-category.png'',GalleryLocalize.CLICK_NEWCATEGORY); &nbsp;leftToolbar.appendChild(newcatebtn); &nbsp;newcatebtn.onclick=function(){ browser.PromptNewCategory(); ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on January 12, 2011
« First ... < Previous 38 39 40 41 42 Next > ... Last »