|
Search
You searched for the word(s):
Showing page 21 of 123 (1,230 total posts)
< 1 second(s)
-
Dear FLOZANOH,
I followed the following steps and cannot reproduce this issue, the image can be inserted to CuteEditor edit area:
1. Open http://cutesoft.net/example/general.aspx in Chrome, my version is 10.0.648.151
2. Click button ''Insert Image''
3. Choose one image
4. Click button ''Insert''
The choosed image will ...
-
-
Dear casso,
If you set MaxHTMLLength, all editors will return same error message, if you want to have different error message, you need have some customization, you can refer to the following snippet:
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<%@ Page language=''c#'' ...
-
Dear droux,
CuteEditor supports VB, http://richtextbox.com/vb/ , all these examples are based on VB, you can find these example's source code in download package, path is ''Framework 2.0\vb''.
Hope it helps.
Keep me posted.
Thank you for asking
Eric@cutesoft.net
-
Dear casso,
Please refer to the following code:
<%@ Page Language=''C#''%>
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html>
...
-
Dear atwoodkevin,
Please follow steps:
1. Open file UploadHandler.ashx
2. Find section below
public override void OnUploaderInit(MvcUploader uploader)
{
}
3. Change to
public override void OnUploaderInit(MvcUploader uploader)
{
//change photo to your folder name
uploader.SetAdvancedOption(UploaderAdvancedOption.NoSilverlight, ...
-
Dear Guva,
Can you describe ''this wrong with format'' in detail?
Thank you for asking
Eric@cutesoft.net
-
Dear sheik1412,
Please refer to the following two files, if you save these two files, you will can run ajax-multiplefiles.php directly, this example demonstrates how to pass parameter between php uploader and its handler:
Ajax-multiplefiles.php:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php ...
-
Dear cyberguy28,
Please forward the email to eric@cutesoft.net , we will check these errors.
Thank you for asking
Eric@cutesoft.net
-
Dear bassman, Please create one table and then input text in table cell, you will find text will be red color. You can change the table cell style based on your actual requirement. Thank you for askingEric@cutesoft.net
... 21 ...
|
|
|