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
163
of
229
(
2,286
total posts)
< 1
second(s)
Re: Javascript error
This is the screenshots of NetScape.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 28, 2006
Re: Javascript is interpreted but it shouldn't
Thanks Adam it works fine with the latest build. Kind regards, Sébastien
Posted to
Cute Editor for .NET
(Forum)
by
sebnunes
on
November 3, 2005
Re: How can I customize Insert Image Icon in Cute Editor of Asp.Net
hi narendrababu, You can catch the InsertImage command and cancel this command then execute the InsertGallery command. Below is the full ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
December 10, 2013
Re: Any way to suppress the scroll bars in the Editor?
I seem to have a conflict with another script already on the page (see below). Also, is there a reason for placing the
JavaScript
at the bottom of the html and not between the HEAD tags? <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html> <head> <title>ASP Editor ...
Posted to
Cute Editor for .NET
(Forum)
by
WilliamK
on
November 9, 2011
Re: SetHTML not a function
Dear AWG, I advise you refer to http://cutesoft.net/example/
JavaScript
-API.aspx , this example demonstrates how to use SetHTML, you can find this example's source code in download package. If you need further help, you can post your code here, I will have a test of your code on my end. Thank you for ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
February 4, 2011
Re: Style tag in Head tag problem (removed by editor)
You can get a similar problem to occur if you run the following
javascript
, where the STYLE tag is moved/removed/corrupted... document.getElementById('CE_Editor1_ID').setHTML(''<html><head><style>body {color: red;}</style></head><body>This should be ...
Posted to
Cute Editor for .NET
(Forum)
by
MarkMyWords
on
July 23, 2008
Re: help required in several things..
) when i click on Add Image Map icon, a dialog of Add Image Map appears.. there i can hotspot the images and link them, but the problem is that, i can only manually write the urls to link with hotspot.. is this possible to add Links drop down on Add Image map dialog, so that instead of just manually writing the url to link with hotspot, i can just ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 19, 2008
Re: How to maintain scroll position on postback?
Hi Fred, You could use the
javascript
API to get the scroll position of the iFrame and save it in a hidden field. Use the CuteEditor_OnInitialized event to run a script to set the position back the the saved value. editor.GetDocument().body.scrollTop is the property you'd be after. You could probably do something similar ...
Posted to
Cute Editor for .NET
(Forum)
by
Anonymous
on
July 6, 2007
Re: 4 questions
Please use the following code: // get the cute editor instance var editor1 = document.getElementById('<%=Editor1.ClientID%>'); //Get the editor content var editdoc=editor1.GetDocument(); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 2, 2007
Re: How to get "SRC" or URL or tag of selected image
the4bs, >>How do I get the whole tag out? There is such
JavaScript
API available. You need to write your own code. Tip: For IE, please check outerHTML Property.outerHTML Property - Sets or retrieves the object and its content in ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 14, 2006
More Search Options
« First
...
< Previous
161
162
163
164
165
Next >
...
Last »