Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): editor language
More Search Options
Showing page
5
of
99
(
987
total posts)
< 1
second(s)
Re: CuteEditor - IE 11 Problem: Cannot get passed information from editor content in custom dialog form with IE 11
Hi wzou, Please try the new example code below. I have correct it to match your requirement. it will work with IE11 too. 1. create_a_custom_dialog.aspx ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 13, 2014
Re: Creating editor with HTML and JS
That example is what I've based my solution on, actually. With JS it changes the style of the DIV the editor is in. In my example I need to be able to move the editor from one DIV into another. <!--#include virtual= ''/CuteEditor_Files/include_CuteEditor.asp'' --> <html> ...
Posted to
Cute Editor for ASP
(Forum)
by
gwp
on
April 29, 2008
Re: onblur event for cute editor
Hi Rameshdurai, Method CuteEditor_OnInitialized will set it for each editor. You can separate it by editor.id. Like the example ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
March 26, 2012
Re: Client-side script to disable the Editor?
rschaeferhig: Adam, I don't see how that example applies. We've already got the Editor on the page and configured the toolbars with our own buttons, etc. I need to know if there is a way to disable the Editor control in Javascript on the client side. Removing the toolbars or not is a secondary requirement. There is a ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
April 18, 2010
Re: Problems with editor.GetSelection() in IE
Thanks for the response, Adam, but your code doesn't work in Firefox. It works in IE 7 though. I've not tested it in anything else yet. Below is a link to the page where I'm running your code, and below that is the exact code I'm using: ...
Posted to
Cute Editor for PHP
(Forum)
by
postmormon
on
May 21, 2008
Re: how can I customize Insert Image Icon in the tool bar of Cute Editor
hi narendrababu, You can catch the InsertImage command and cancel this command then execute the InsertGallery command. Below is the full ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
December 10, 2013
Re: Cute Editor Changes NOT Saving Since Move to New Server
Hi Chaplain, 1. If replace the editor with a simple textbox, does it save correct? 2. Please try the example page below on your site. Does it save correct? If this example page works, it means that the editor function has no problem. You can use the same way on your own ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 20, 2012
Re: How do I configure Cute Editor to use <br> instead of <br />?
Hi ARJDESIGNS, You can use html filter to achieve it, try the example below <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
December 21, 2011
Re: Disable Cute Editor in Client Side - reg
Hi sathishcbe, Editor has not the disable function at client side, I suggest you hide the editor when you do not want the user use it. <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
FAQ
(Forum)
by
Kenneth
on
December 20, 2011
Re: Cute Editor designer not encoding all the special charcyers e.g. double quotes ("), < and > etc.
Hi sanjay.joshi, For security reason, must encoding these characters. If you do not want to encoding these characters, please use the html filter to replace it. The example below shows you how to reduction ''<'' and ''>'' <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 30, 2011
More Search Options
« First
...
< Previous
3
4
5
6
7
Next >
...
Last »