Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
152
of
325
(
3,244
total posts)
< 1
second(s)
Re: Big problem with images styled to 100% width when within table in IE8
Hi Bloodcarver, I suggest you try the example below. It will keep the doctype setting and remove the html/head/body target. Then you can keep use the doctype and not allow the user edit the complete ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 20, 2012
Re: Wrong <SCRIPT/> tag formatting
Addition. Here is the code of my ASPX page: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>Novaview HTML editor</title> <link ...
Posted to
Cute Editor for .NET
(Forum)
by
Herev
on
November 21, 2011
Re: How to display javascript alert for exceeding text length?
Hi karmyogi, Please try the example below. Limit 5 characters. <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
January 20, 2011
Re: Moving the editor in the DOM
Hi Megabeans , Try this way <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 17, 2009
Re: removing all html on paste
Version 5.2 is out. This issue is resolved in the version 5.2. Demo: Handle pasted text http://cutesoft.net/asp/editoronpaste.asp Use CuteEditor as an image selector http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp Output well-formed HTML and ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
June 5, 2006
Re: Add a Event to Textarea in CE
Please check the source code of the above example. function CE_attachEvent() { // get the cute editor instance var editor1 =
document
.getElementById('CE_Editor1_ID'); //Get the editor content var ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 1, 2006
Re: CopyTo casuing 'Loading...' text to stay on screen
Please check this sample code ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
July 30, 2009
Re: source for the example 'CuteEditor as a document selector'
Bent Bracke, Yes. It's available in the download package, under ''advanced topics'' section.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 3, 2007
Re: Problems getting text from editor
UnlnvlslblE, Change the following code: ctrl2.Attributes[''onclick''] = ''var editor1=
document
.getElementBy Id('<%=Editor1.ClientID%>');var editdoc=editor1.Get
Document
();alert(editdoc.body.innerHTML);''; to: ctrl2.Attributes[''onclick''] = ''var ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 8, 2006
Source Code: Setting the Font Size List
EvilMonkey, Please try the following code. Keep me posted. <script language=''JavaScript'' type=''text/javascript'' > function changeSize(editorID,value) { EditorID = editorID+''_editBox''; var editor = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 12, 2004
More Search Options
« First
...
< Previous
150
151
152
153
154
Next >
...
Last »