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
32
of
408
(
4,076
total posts)
< 1
second(s)
Re: How to get the value entered in cute editor in client side using javascript
Hi The code what you have sent is working fine for latest versions.But currently we are using cute editor 4.0.0.4 which is supportig getHTML() method.It is throwing same error(Object doesn't support property or method) Is there any other way that I can get the value in the control at client side for the above specified ...
Posted to
Cute Editor for .NET
(Forum)
by
gvmca
on
June 4, 2007
cute editor javascript error
editor.GetScriptProperty is not a function if(!window.editorconstant)window.editorconstant={}; Load.ashx (line 5) editor.GetScriptProperty is not a function if(!window.editorconstant)window.editorconstant={}; I have install cute wysiwyg in my api and this 2 errors often occure too often! and the result is that cute editor doesn't ...
Posted to
Cute Editor for .NET
(Forum)
by
pod
on
September 19, 2007
Re: Manually attach file using javascript
Thank you for the answer... My client need send the files automatically...He will select the files previously (Right button on the file > Send to my WebSite). This action will open my desktop application that will send automatically the selected files, using the upload form. Have no way? Thanks again.
Posted to
Ajax Uploader
(Forum)
by
osimbr
on
August 6, 2012
Re: how to disable the editor and hide the tool bar by javascript?
Hi wolf11th, 1. Can not disable but you can hide it. example: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 4, 2010
Re: Javascript Not Working in Firefox
Hi MDCragg, Try this way Do not use server button to add the text, use input, like below. <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 2, 2009
Re: CuteEditor 6.0 for ASP Font Color Javascript error on windows 2003 with Frames 2.0
I was able to resolve this
javascript
error, and it had to do with the ''..'' within the file paths specified such as path ''../dialogs/Include_Security.asp'' in several files such as Include_Security.asp , Tag.Frame.asp and Tag_a.asp and I replaced the ''..'' with the actual directory ...
Posted to
Cute Editor for ASP
(Forum)
by
m245
on
August 3, 2007
Re: Anyway to get the the selected text with Javascript
Please use the following
JavaScript
API to write your own script: // get the cute editor instance var editor1 = document.getElementById('CE_Editor1_ID'); //Get the editor content var editdoc=editor1.GetDocument(); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 15, 2005
Using GetSelection() in stand along javascript file.
Dear Support, I am trying to implement a custom Link Chooser (link icon). I have code set up that when the link icon gets clicked, it calls a stand alone (in its own file)
javascript
function. This
javascript
function attempts to get the ''Selected Text'' that the user is trying to add an A tag to. This is the code that I ...
Posted to
Cute Editor for .NET
(Forum)
by
ElMatador
on
October 17, 2007
Re: Clear Queue List using javascript
Hi Roniel, Please add the following code in your page and test it again: <script language=''
JavaScript
'' type=''text/
javascript
'' > function CuteWebUI_AjaxUploader_OnQueueUI(list) { return false; } </script> Thanks for
[email protected]
Posted to
Ajax Uploader
(Forum)
by
Eric
on
June 24, 2011
Re: Javascript Error when call "editor.ExecCommand('InsertDocument');"
Thank you for reply the differnt with your code is using "editdoc.body.innerHTML="";" to clear the content it works on chrom However error occure on FireFox now:InvalidNodeTypeError: The supplied node is incorrect or has an incorrect ancestor for this operation. and still have error on IE: Object ...
Posted to
Cute Editor for .NET
(Forum)
by
webon
on
January 21, 2016
More Search Options
« First
...
< Previous
30
31
32
33
34
Next >
...
Last »