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
251
of
408
(
4,076
total posts)
< 1
second(s)
How to call HTML filter function written in javascript from Cute Editor?
Hi I had written a HTML filter function in
JavaScript
to get rid of <form> in the editor. May I know how to call this function from Cute Editor that I had implement it in my ASP.NET Project? Thanks.
Posted to
Cute Editor for .NET
(Forum)
by
ylkok
on
October 31, 2008
Re: How to call HTML filter function written in javascript from Cute Editor?
Here is an example: function CuteEditor_FilterHTML(editor,code) { return code.replace(/(<(form|textarea|select|input)[^\>]*\>)([\s\S]*)(\<\/form\>)/i, ''$2''); }
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 3, 2008
Re: Javascript error when loading control
This problem seems to be happening because I'm using cookieless sessions, I have submitted an email request already with a sample application that fails only in IE6.
Posted to
Cute Editor for .NET
(Forum)
by
bitpail
on
July 13, 2007
Re: Getting content from javascript
No, I do not get the changes that user has made in HTML view, because the innerHTML (and innerText) properties only gets the content of the Normal view.
Posted to
Cute Editor for .NET
(Forum)
by
OleThr
on
March 17, 2005
Javascript - How can I retrive the Character count?
I can see the Character count listed in the bottom but cannot figure out how extract that number. I've tried a regex filter but it's usually off 5 characters or so to what is being displayed in the bottom bar.
Posted to
Cute Editor for ASP
(Forum)
by
ethanmcdonald
on
October 9, 2009
can we set the customized javascript pop up error message for max size and max files limit validations?
Hi, Is it possible to set the customized
javascript
alert messages for maxsize and maxfileslimit in ajax uploader control?
Posted to
Ajax Uploader
(Forum)
by
mvjr
on
January 25, 2013
To set attribute of a cute editor control using javascript.
Hi,I want to set an attribute of the cute editor using
javascript
. its not working when using set attribute
Posted to
Cute Editor for .NET
(Forum)
by
vckanandvpp
on
February 23, 2009
Re: Javascript is interpreted but it shouldn't
Sorry, Editor.EnableStripScriptTags Property is set to true in http://cutesoft.net/example/general.aspx. Please check this example: http://cutesoft.net/example/EnableStripScriptTags.aspx
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 27, 2005
Re: Sending Addition Info To uploadUrl
Hi, I suggest you use cookie to pass the value. We will improve this part in the future. the more advanced way is using
JavaScript
, get the uploader object , and use uploader.SetClientData(''yourdata''); at server handler code for validation, you can use $_POST[''_AjaxUploaderClientData_''] to get that ...
Posted to
PHP File Uploader
(Forum)
by
cutechat
on
October 5, 2011
Complete Javascript API
I can see the samples using
Javascript
functions that are not documented in the accompanying chm. Is there a place where all the available
javascript
functions are documented? Thanks.
Posted to
Ajax Uploader
(Forum)
by
vickMercury
on
June 23, 2014
More Search Options
« First
...
< Previous
249
250
251
252
253
Next >
...
Last »