|
Search
You searched for the word(s):
Showing page 1321 of 4,987 (49,864 total posts)
< 1 second(s)
-
Hi pstanford, I just tested in asp.net 1.1, it works fine for me. what version you are using? Is you site online? If so, can you send the test page url to Kenneth@CuteSoft.net? I will check it and get back to you as soon as possible. Regards, Ken
-
Hi,
The UploaderEventArgs is a temporary object, you shall not save it to Session.
You can save the args.FileGuid instead.
and use
new MvcUploader(HttpContext).GetUploadedFile
to get the file object
Regards,
Terry
-
I cannot reproduce this issue in the following example:
http://cutesoft.net/example/general.aspx
This example is running version 6.4.
Firefox version:
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
-
gurpreet,
This is the new feature of version 6.0.
You can disable it by setting the following property to false:
Editor.ConvertHTMLTagstoLowercase Property
By default CuteEditor converts all HTML tags of the finally generated content to lower case. You can turn this feature off by setting this property to false. ...
-
Judge,
Thanks for pointing it out.
Please open CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_td.ascx file and remove the following code:
onkeypress=''return CancelEventIfNotDigit()''
We will upload a new build tonight to fix this issue.
-
Nick,
That's a bug in the windows built-in color picker.
We will have our own color picker in the new version. This problem will be resolved. We are still working on the new version testing, documentation. Sorry for the inconvenience.
we plan to release it within 2 weeks.
-
Hi Floris246 ,
Strange, I just tried on my firefox 27.01, it still works fine too. If not paste into notepad instead of paste into the same editor, does it get the same problem too? Any way, I will let the development team to check this problem on different firefox browser.
Regards,
Ken
-
WOW! Thanks Adam
That was a quick reply.
I copied in the files and it fixed the Ctrl + V error, which is great but not the cleaning of the html, i.e the pasted font faces are still the same. However I'm sure you guys will get it sorted.
Thanks again
Zaggle
-
houChron,
Even CuteEditor for .NET is more powerful than CuteEditor for ASP, you'd better go wtih CuteEditor for ASP if you wan to use it on an classic ASP solution.
For ASP.NET solution, you should choose CuteEditor for .NET.
Hope it helps. Let me know if you have any further questions.
-
One other point. You say that FF inserts code automatically if the editor is empty and CE cleans it up, which triggers the change event.
In our case, the editor is not empty, since we populate it with a default setting. Therefore, there's no reason for the change event to be triggered...
Another point: if we try to call getHTML ...
... 1321 ...
|
|
|