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
26
of
325
(
3,244
total posts)
< 1
second(s)
Re: Edit a text in cuteeditor
hi pilotsredlix, CuteEditor has not provide the way to set the marquee target properties directly. So I think you need to remove the old target and replace it with the a new one. How to get the selected html http://www.cutesoft.net/developer+guide/scr/Get-HTML-from-Selection.htm And use API ''PasteHTML()'' to ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 25, 2012
Re: Server-Side equivalent of pasteHtml?
sincell, For this requirement, you need to use the client side JavaScript instead of server side function. To get the caret location you need to work with selection to get it. To get the selection you can use
document
. Selection. In Cute Editor, we provide the following API. editor.GetSelection=GetSelection; Then a range ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 4, 2011
Re: OnAttachmentAdded when using ManualStartUpload
Hi skruis, Please try the new example <%@ Page Language=''VB'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 14, 2010
Re: cuteEditor as swf selector
Nick, This is media selector. You need to replace insertmedia with insertflash. <Script Language=''javascript''> function callInsertImage() { ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
May 20, 2009
load HTML file function calls
You don't have to be a programmer to understand the code as it's mostly self-explained. For example: editor.LoadHTML(''
document
.html''). This is the function call for CuteEditor to load up a HTML file by the name of
document
.html editor.SaveFile(''
document
.html''). This is the call you save the editing content back to ...
Posted to
Purchase / License FAQ
(Forum)
by
Karen
on
November 29, 2006
Re: cannot insert a document.pdf in div
Hi ludwig, Can you show me the full error message what you got? I have tried on my IE 10, I can not reproduce this issue. can you try on demo http://www.richtexteditor.com/demo/? does it get the same problem? If yes, can you show me the full steps to reproduce this issue? by the way, I have tried float the div and ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
July 26, 2013
Re: 1 Rich Text Editor & 1 Image selector
Hi gim-matt, Yes, please try the example below, I added two editors in it. one is the normal editor, another ues for image ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
December 4, 2013
Re: Embeded Chat Window
Hi QwertyMC, Myabe you can show/hide the embed chat control like the code below by javascript. Or you can try use the tab control. put the embed chat control into another tab, so the user can show/hide the chat by the tab. ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Kenneth
on
November 25, 2013
Re: Getting Information During Upload
Hi faxe360, You can get the progress info in API ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 23, 2012
Re: Cancel the browse dialogue
Hi Andy, Please try the way below. handlebrowse will fire when the user click on the uploader button, you can achieve your own logic in ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 28, 2012
More Search Options
« First
...
< Previous
24
25
26
27
28
Next >
...
Last »