Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): javascript
More Search Options
Showing page
69
of
408
(
4,076
total posts)
< 1
second(s)
Re: Javascript CuteWebUI_AjaxUploader_OnQueueUI - List Count
I just realized I return false on the CuteWebUI_AjaxUploader_OnPostback because I dont need one, which dosnt reset the control. I update my view with a web service on CuteWebUI_AjaxUploader_OnTaskComplete function, so i dont need a post back. Is there a around that? rafael
Posted to
Ajax Uploader
(Forum)
by
rabelanger
on
November 25, 2009
CTRL + Z Javascript error: Object doesn't support this property or method
Hi everyone, When I press CTRL + Z in the Cute Editor ASP is coming up this nasty error. Is also happening in the sample you have in here http://www.cutesoft.net/asp/netSpell.asp or http://www.cutesoft.net/asp/multiple.asp. David
Posted to
Cute Editor for ASP
(Forum)
by
darias
on
February 17, 2006
Re: Javascript error in Cute Editor for ASP
vinsr27, We have no clue with this issue. Is your site online? If so, please set up FTP access to your web server and sent it to me at
[email protected]
.
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
October 19, 2010
Re: Javascript API trim function
We don't have this API. Please write your own trim function. For example: function String_Trim(str) { if(str==null)return ''''; str=String(str); return str.replace(/^\s+/,'''').replace(/\s+$/,''''); }
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 28, 2009
Re: Javascript problem: user-defined functions stripped out
Adam, Just verifying whether or not there is some workaround for this, or if indeed it has been identified as a bug which will not be fixed until version 6.1. Thanks.
Posted to
Cute Editor for .NET
(Forum)
by
rockford
on
April 21, 2008
Re: JavaScript API, cssclass and Firefox
Grant, It works. The example is using the css class ''normtal''. That's why you can't see the difference. Now we've changed it to redcolor, please test it again.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 1, 2006
Re: Enabling Editor to accept javascript
Please set EnableStripScriptTags property to false: Editor.EnableStripScriptTags Property Specifies whether to remove inject script before write the string into the db. Demo: http://cutesoft.net/example/EnableStripScriptTags.aspx
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 27, 2006
Re: Javascript Access denied
mwinkler, Are you sure you have uploaded all the CuteEditor client files to your server?If your site online so you can provide a URL?Right now I don't have any other idea.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 18, 2005
Re: FileValidated vs. FileUploaded events
Rob, You can't update the server UI at the FileValidating event. Uploader provide a method to let you send some data to cient side, and then update the UI via
JavaScript
Please check this sample: <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
November 11, 2009
Re: GetSavePoint/RestoreSavePoint functions are not implemented in V6
I'm not certain how to call the replacement functions, can you provide an example. I've only tested in IE and Firefox This is my example
Javascript
, each of the alerts below display 'undefined'. <script language=''
JavaScript
'' type=''text/
javascript
'' ...
Posted to
Cute Editor for .NET
(Forum)
by
tom.Ognibene
on
May 14, 2007
More Search Options
« First
...
< Previous
67
68
69
70
71
Next >
...
Last »