Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
38
of
325
(
3,244
total posts)
< 1
second(s)
Re: AutoResizeUploadedImages
Hi kjell.ek, Please refer to http://richtexteditor.com/
document
/scr/html/auto-image-resizing.htm you can set in config file "\richtexteditor\config\default.config", the section below. <!--allow,resize,deny--> <security ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
June 26, 2013
Re: CuteWebUI_AjaxUploader_OnStart - not invoked in user control (.ascx page)
Hi ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
February 28, 2013
Re: Display alret when user tries upload file/s with a same name that already exist in DB
Hi, Please try the example below, you can achieve it in "function myqueueuihandler(list)". <%@ Page Language="C#" Title="Customize the queue UI" %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 28, 2013
Re: Is it possible to set the upload file name in ajax uploader control
Hi mvjr, That is the temp file, you should not change this file name. You can save the upload file with a new name in event Fileuploaded, like below. args.FileName is the original file name, you can change it ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 18, 2013
Re: Capture OnChange or TextChanged events?
Hi ederkley, The new API name "RichTextEditor_OnTextChanged" This event is raised if the content of RichTextEditor is changed by either a programmatic modification or user interaction.Example:<script type='text/javascript'> function RichTextEditor_OnTextChanged(loader) { } </script> More ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
January 10, 2013
Re: UploadAttachments and jQuery Dialog
Added this line in the script tag and it works: $("#dialog").parent().appendTo($("form:first")); The code is now: <script type="text/javascript"> ...
Posted to
Cute Editor for .NET
(Forum)
by
xmas79
on
December 14, 2012
Re: CuteEditor and Autosave
Hi Kai2, Please try the example below, it will save the editor content every 5 seconds. Change 5000 to 60000 is 1 minute. <%@ Page Language="C#" %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 27, 2012
Re: Session Ends Prior to Uploader completing
Hi BenHolcombe, You can try the example below, it shows you how to keep activating the session in API "CuteWebUI_AjaxUploader_OnStop" ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 11, 2012
Re: Multiple File uploads - pepairitem:0 error
Hi sansindia85, Please try add the code below to the bottom of your uploader page. It will catch this error and hide the message. <script> function CuteWebUI_AjaxUploader_OnError(msg) { if(msg.indexOf("prepairitem:0")!=-1) { ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 6, 2012
Re: Change event
Hi cabolet, Please try the example page below, it shows you how to check the editor content has been changed. <!-- #include file = "cuteeditor_files/include_CuteEditor.asp" --> <html> ...
Posted to
Cute Editor for ASP
(Forum)
by
Kenneth
on
August 24, 2012
More Search Options
« First
...
< Previous
36
37
38
39
40
Next >
...
Last »