|
|
Browse by Tags
All Tags » JavaScript API
-
I need to instantiate an editor control on a page within my application that does not have access to the .NET control collection - how can I create an instance without using .NET? I can pass any details / authentication to it via JavaScript, but I can't actually put it on the page. What is the minimum JavaScript required to create an ...
-
When a user runs Safari, our web app uses javascript to extract the value typed into the CuteEditor, does some validation and posts the data db. The javascript code is invoked when a user clicks Submit. Our problem is that the code works flawlessly on other browsers (IE7, FF3 (pc and mac), but under Safari an empty value is ...
-
Is setHTML supported in v 5.2? I ask because no matter what I try I cannot get it to work. Whenever I do I get a ''Object doesn't support this property or method'' error in IE and ''editor1.setHTML is not a function'' in FF. In fact I get the same errors if I use the getHTML function too, though if I use alert(editor1.value) this returns the ...
-
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 ...
|
|
|