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
296
of
325
(
3,244
total posts)
< 1
second(s)
critical firefox bug
When you have an empty editor and try to insert a
document
, and then click preview, the content disappears. Same happens on postbacks. (using build 07-02-2006) I've reproduced the bug here: http://cutesoft.net/example/general.aspx
Posted to
Cute Editor for .NET
(Forum)
by
eldorsen
on
February 8, 2006
Re: Increase/Decrease size issue
Don, Use the following code: // get the cute editor instance var editor1 =
document
.getElementById('<%=Editor1.ClientID%>'); editor1.ExecCommand(''sizeplus''); editor1.ExecCommand(''sizeminus'');
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 23, 2005
Re: IE 10 Extra line break and formatting issue
Hi maryamp, Can you send me your test word
document
? So we can check it too. Please send it to Kenneth@CuteSoft.net Regards, Ken
Posted to
Cute Editor for ASP
(Forum)
by
Kenneth
on
February 11, 2014
Re: Javascript Get Toolbar Height
Rob, If the editor ID is ''Editor1'', the toolbar ID will be ''CE_Editor1_ID_ToolBar''. So you can use
document
.getelementbyid to get this element then get the height of it.
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
February 2, 2009
Re: Add to text in CuteEditor by clicking on a hyperlink outside the editor
Streve, Strange... Let us try another method: function addtoeditor(comment) {
document
.form1.Reports.Value = obj_Reports.getHTML() + comment;} Keep me posted
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
March 4, 2006
Re: editor.XHTMLOutput problem
When you set the editor.XHTMLOutput = true, CuteEditor will parse your HTML into XHTML using the JavaScript function. It will take longer if you have a large
document
.
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
February 2, 2006
Re: Please confirm the file formats supported by Cute Editor
Please check the following article: http://cutesoft.net/developer+guide/scr/Restricting-
Document
-Files-by-Extensions-and-Types.htm
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 10, 2008
Re: Upload Name
Bryan, Please check the following example: http://cutesoft.net/asp/
document
/scr/Working-with-Links.htm
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
July 9, 2008
Re: Joomla Editor CSS
Please check the developer's guide. http://phphtmledit.com/
document
/index.htm#page=Class_dropdown_Customization.htm http://phphtmledit.com/
document
/scr/Howto_Change_layout_of_the_toolbars.htm
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
October 12, 2009
Re: Access Cute Editor Text from client side javascript (before post)
johnkeithwood: please try : using this to get the client id: var editor1=
document
.getElementById('<%=Editor1.ClientID%>'); and you could get/set the content as : var editdoc=editor1.Get
Document
(); saveHTML(editdoc.body.innerHTML); editdoc.body.innerHTML=loadHTML(); ------ Regards , Terry .
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
December 2, 2004
More Search Options
« First
...
< Previous
294
295
296
297
298
Next >
...
Last »