|
Search
You searched for the word(s):
Showing page 40 of 123 (1,230 total posts)
< 1 second(s)
-
Dear Pat,
Please open file ''\CuteSoft_Client\CuteEditor\SpellCheck.aspx''
Change
<%@ Page Language=''C#'' ClassName=''PopUpSpell'' %>
to
<%@ Page ValidateRequest=''false'' Language=''C#'' ClassName=''PopUpSpell'' %>
After done, please test it again.
Keep me posted.
Thank you for ...
-
Dear Kazzlo,
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, my test steps are:
1. Open http://cutesoft.net/example/general.aspx
2. Remove all text in cuteeditor
3. Copy some text
4. Paste it to CuteEditor
5. Remove text and then click ...
-
Dear ameltei,
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
Thank you for asking
Eric@cutesoft.net
-
Dear hassan,
Please extract your code to one runnable example which can reproduce this issue, you can post it here or send it to eric@cutesoft.net , I will run it on my end and check this issue.
Thank you for asking
Eric@cutesoft.net
-
Dear AWilderbeast,
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. Source code of these examples can be found in download package.
How to use ...
-
Dear AWilderbeast,
Please refer to the following code:
Default5.aspx:
<%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''Default5.aspx.cs'' Inherits=''Default5'' %>
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
-
Dear s3th,
LoadWord is not supported. 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.
Thank you for asking
Eric@cutesoft.net
-
Dear abularca,
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 , can you reproduce this issue in this example?
Thank you for ...
-
Dear code4food,
You can create one file called ''php.css'', and put the hyperlink style in this file.
<?php
$editor=new CuteEditor();
...
-
Dear skinner,
Please open ''\CuteSoft_Client\Gallery\Editor\Explorer\Code.js'', and comment the following lines:
var newcatebtn=CreateEditorButton(''Images/standard-category.png'',GalleryLocalize.CLICK_NEWCATEGORY);
leftToolbar.appendChild(newcatebtn);
newcatebtn.onclick=function(){ browser.PromptNewCategory(); ...
... 40 ...
|
|
|