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
145
of
229
(
2,286
total posts)
< 1
second(s)
HTML Pasted got updated in Cute Editor
A bug was found in Cute Editor which prevents integrators from simply pasting HTML from Dreamweaver into the HTML view of Cute Editor. It seems like Cute Editor re-processes the HTML entered and breaks it in some cases.If you paste this HTML below in the HTML view of Cute Editor and simply save to database. It will not show correctly on the ...
Posted to
Cute Editor for .NET
(Forum)
by
smitaswaika
on
August 22, 2006
Re: Restrict width/height of XHTML (rather than the control)
There is no
javascript
API for scroll bar. We do have the API for editor document. Getting the Active Editor Document In order to find the active editor document, you would type: // get the active editor document var editdoc = editor1.GetDocument();
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 8, 2007
Re: zoom
Please check the following example and make sure you can run this example on your own server successfully http://cutesoft.net/example/
JavaScript
-API.aspx Editor1.AddInitializeScriptCode(''alert(editor.id+' loaded! server time : '+editor.GetScriptProperty('ServerTime'))''); Then modify it to meet your own requirements.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 24, 2008
Re: How to customise the max length javascript message ?
hi adam, I have modify the _default.xml but seems not working,what should i do to make it work ? Thanks
Posted to
Cute Editor for .NET
(Forum)
by
kennethcube
on
May 18, 2006
Re: Embedding javascript documents
Stephen, Please set EnableStripScriptTags property to false: Editor.EnableStripScriptTags Property Specifies whether to remove inject script before write the string into the db.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 4, 2005
Re: Javascript Error When Uploading
Utility.BASEURL just replace that with your ro0t application. I use that too replace css directories when sub app points are used.
Posted to
Cute Editor for .NET
(Forum)
by
MARKA
on
March 27, 2009
Re: Custom window fails to paste into CE
I found a solution that worked. I placed the follwing
Javascript
on the popup page: function button_click() { window.opener.addHTML(document.Form1.customHTML.value); } Then I placed this
Javascript
on my CE page: function addHTML(html){ var editor1 = ...
Posted to
Cute Editor for .NET
(Forum)
by
jhunt
on
April 14, 2006
Re: JavaScript is executed in “NORAML”, “PREVIEW” tab and considered the result as part of the content.
Hi qsun, We are investigating this issue and will get back to you as soon as possible. Regards, Ken
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 24, 2011
Re: Problems using setHTML(...) to insert text from JavaScript
Please use this WinIE.js file. Http://CuteSoft.net/CuteSoft_Client/CuteEditor/WinIE.js That will resolve the problem.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 11, 2005
Re: How to select a tag in javascript ?
OK i update the modified tag attributes : target, href, id. It works fine. Thanks Adam.
Posted to
Cute Editor for .NET
(Forum)
by
nlasnier
on
March 6, 2006
More Search Options
« First
...
< Previous
143
144
145
146
147
Next >
...
Last »