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
276
of
325
(
3,244
total posts)
< 1
second(s)
Re: Files of type in browse button
Check out below screen. It shows file type in dropdown box. I like to change from all to only supported types. This is not even image insert, it is upload
document
still it shows option of image and html
Posted to
Cute Editor for .NET
(Forum)
by
rpsu
on
March 1, 2007
Re: How to get the text content of the Cute Editor using Javascipt
If you mean you want to get the plain text instead of html code, here is the code: var div=
document
.createElement(''DIV'');div.innerHTML=html;alert(div.innerText)
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
November 8, 2005
How to restrict file type(with using file extension) in "Insert Document" preview window?
How to restrict file type(with using file extension) in ''Insert
Document
'' preview window? for example, restrict only ''*.jpg,*.swf ...
Posted to
Cute Editor for .NET
(Forum)
by
coverboy
on
May 12, 2007
Re: How to restrict file type(with using file extension) in "Insert Document" preview window?
We will fix it in the next build.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 15, 2007
Re: images upload problem
Adam:Please check the following article: http://cutesoft.net/asp/
document
/index.htm#page=Specifying-images-path.htm Everything is true...
Posted to
Cute Editor for ASP
(Forum)
by
ilhan
on
February 11, 2010
Databse Image Selection
I have folks uploading images, media and
document
through a custom tool within which I have them select a virtual folder to store their files. Can I integrate an I frame display for the image and file folder display? if so is there javascript available for pushing the selected image back into the cute editor image frame
Posted to
Cute Editor for .NET
(Forum)
by
sperndogger
on
November 16, 2004
Re: CuteEditor 6.0 for ASP Javascript error obj_Editor1 is not an object
Thanks Adam, This works on IE browsers, but when within FireFox the
document
.getElementById('CE_Editor1_ID') does not return the editors instance but rather the table instance, How do we get the editor's instance using javascript in FireFox?
Posted to
Cute Editor for ASP
(Forum)
by
m245
on
July 30, 2007
Re: CE failing in many ways.
>>why I can't change the default font/highlight colors, and b) why I can't apply these colors to selected text in my
document
. Do you have problems with the following example? http://cutesoft.net/example/general.aspx
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 27, 2007
CuteEditor & DotNetNuke access right problem
Hi everyone, I am using CuteEditor 4 with DotNetNuke 2.1.2. and I have this problem with Security Roles. The editor works fine when I use my host account, but when I login for example with admin account and try to update the page after editing I get this error: ''Either you are not currently logged in, or you do not have the rights to ...
Posted to
Cute Editor for .NET
(Forum)
by
mtaimen
on
January 20, 2005
Re: Can't change body background by calling setHTML()
Try the following code: // get the cute editor instance var editor1 =
document
.getElementById('<%= Editor1.ClientID%>'); // get the active editor
document
var editdoc = editor1.Get
Document
(); editdoc.open(''text/html'',''replace'') editdoc.write(h); editdoc.close();
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 8, 2007
More Search Options
« First
...
< Previous
274
275
276
277
278
Next >
...
Last »