|
|
Browse by Tags
All Tags » JavaScript API
-
i've been using a popup window to populate my content in the textarea of the Editor. So you can use the <%=editor.ClientID%>, but it doesn't help you if you're trying to access the CuteEditor from another page (or popup window). So you can still use the javascript API, but instead of using :
var editor1 = ...
-
My Editor now just comes up with the word ''undefined'' in the text area.
Here's my current best guess.
My configuration:
Dim editor1 Set editor1 = New CuteEditor editor1.ID = ''Description'' editor1.Text = sDescription editor1.FilesPath ...
-
hai , how to call cute editor control using javascript .is it possible.please help me.
-
We just upgraded to CuteSoft for ASP 5.2 from 4.2 and have some issue with the Javascript function EditorView(), Is this function still supported in 5.2 or is there other methods to change the Editor's mode from Normal to HTML or Preview using JavaScript. Please help!
Thanks
-
leonard lang,
Please check the following article and online demo:
Extending CuteEditor with JavaScript API
http://cutesoft.net/asp/developer-guide/JavaScript-API.htm
Command list:
http://cutesoft.net/asp/developer-guide/ReferenceToolbar.htm
Online ...
|
|
|