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
130
of
325
(
3,244
total posts)
< 1
second(s)
Re: How to disable html auto correction feature
Dear Qian, JavaScript cannot be executed in the editor preview dialog. If you do need this funtionality, it's better to create the custom dialog (Demo: http://cutesoft.net/example/howto/AddDialogs/cs/create_a_custom_dialog.aspx). When the dialog loads, call the following JavaScript API: getHTML() This ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
September 3, 2010
Re: how to interact with the uploaded files table
Hi, The order is this : 1 - item change status to 'green mark' 2 - postback event fired 3 - server side OnFileUploaded fire for each file. Please check this sample for the table : http://ajaxuploader.com/
document
/scr/create-custom-queue-table.htm Regards, Terry
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
September 29, 2009
Re: Change height of editor at run time
icon, Please try the following code: // get the cute editor instance var editor1 =
document
.getElementById('<%=Editor1.ClientID%>'); // Set the ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 30, 2007
Re: Can i able to put textbox on my custom button click
Yes. Just create a custom button and use the following code pasting the HTML to the editor. Codefunction PasteHTML(html) { // get the cute editor instance var editor1 =
document
.getElementById('CE_Editor1_ID'); editor1.PasteHTML(html); }
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 15, 2005
Re: How can i insert html comments which should not be visible to the user ?
Anbaz, Just create a custom button and use the following code pasting the HTML to the editor. Codefunction PasteHTML(html) { // get the cute editor instance var editor1 =
document
.getElementById('CE_Editor1_ID'); editor1.PasteHTML(html); }
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 15, 2005
Re: Not able to Create a selection range, i am using following code.
This is a quick example: examle: <script> var editor1=
document
.getElementById('<%=Editor1.ClientID%>'); var editdoc = editor1.Get
Document
(); var r=editdoc.selection.createRange(); // alert(r.htmlText); </script> ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 28, 2005
Re: Identifying selected/highlighted content
nm2001, This is a quick example: examle: <script> var editor1=
document
.getElementById('<%=Editor1.ClientID%>'); var editdoc = editor1.Get
Document
(); var r=editdoc.selection.createRange(); var html=r.htmlText; </script>
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 24, 2005
Re: Can I set image/document folder paths on the fly
Bernie, Yes, you can. http://phphtmledit.com/
document
/scr/Specifying-images-path.htm You need to do something like this. // Detect user here //Programmatically specify the Image gallery path editor.ImageGalleryPath = ''/Uploads''
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
May 15, 2009
Re: "Fancy" Paragraph drop-down
The solution to this problem is still not clear to me. I added this line to my application kbEditor.ParagraphsList = new string[] {''Normal'',''Heading 3'',''Heading 4'', ''Formatted''}; This made the desired list of paragraph styles appear in the pulldown menu, but they were not formatted with their respective styles. ...
Posted to
Cute Editor for .NET
(Forum)
by
caitlin
on
March 3, 2004
Re: CuteEditor 6.3 problem with pasting Word HTML - not removing font styles
Thanks Tony, If it helps, it looks as if on the current version of the editor (as found at http://cutesoft.net/example/general.asp), the Paste from Word button exhibits the new behaviour, but the ''Clean up HTML'' -> ''Remove all word specific markup'' action still exhibits the old. As far as I can see, all the functions ...
Posted to
Cute Editor for .NET
(Forum)
by
davidj
on
May 8, 2009
More Search Options
« First
...
< Previous
128
129
130
131
132
Next >
...
Last »