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
306
of
325
(
3,244
total posts)
< 1
second(s)
Re: can not Upload PDF
Doug, Can you open the insert
document
dialog? Did you get any error message? If not, with the insert
document
dialog, can you upload images?
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 25, 2007
Re: Want to access PlainText property at clien side in javascript function
Use the following code: //Get the editor content var editdoc=editor1.Get
Document
(); alert(innerText(editdoc.body)); function innerText(elm){ if(
document
.all) { return elm.innerText; } else { return elm.textContent; } }
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 28, 2008
Re: How to set default zoom rate
Aedan, Yes, it's possible. Please try the following code: // get the active editor
document
var editdoc = editor1.Get
Document
(); editdoc.body.style.zoom=50/100
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 9, 2007
Re: Cut and Paste on Firefox 3.5 cuts off part of Word doc
Oleg, We cannot preduce this issue. 1. Does it happen to all word
document
or one particular word
document
? 2. Does it happen to all browsers or just firefox?
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 19, 2009
Re: Detecting in HTML tab or Normal tab using JavaScript
dream2004, // get the cute editor instance var editor1 =
document
.getElementById('<%=Editor1.ClientID%>'); alert(editor1.GetActiveTab());
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 27, 2006
Re: Printing innerHTML of CuteEditor using HTML button
Sujay, <INPUT type=button value=''CE print'' onclick=''
document
.getElementById('<%=Editor1.ClientID%>').ExecCommand('Print')''>
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 21, 2005
Re: customize the attachement view table
Hi, For the queue table, please check this : http://ajaxuploader.com/
document
/scr/create-custom-queue-table.htm Regards, Terry
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
July 3, 2009
Re: firefox editor1.getselection is not a function
pascalli, For version 5.x, please change var editor1 =
document
.getElementById('CE_Editor1_ID'); to: // get the cute editor instance var editor1 = obj_Editor1;
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 27, 2007
Re: Character Counting Issue
But I need it now, so is the part
document
.form1.Editor1.value.length incorrect ? Could I do something about it now?
Posted to
Cute Editor for .NET
(Forum)
by
marker
on
January 29, 2007
Developer's guide
http://cutesoft.net/asp/
document
/CuteEditor.Editor.EditorWysiwygModeCss.html An example of style sheet can be found at example.css right under .zip root
Posted to
Cute Editor for ASP
(Forum)
by
Karen
on
April 24, 2006
More Search Options
« First
...
< Previous
304
305
306
307
308
Next >
...
Last »