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
14
of
99
(
987
total posts)
< 1
second(s)
Re: js to read editor height
Hi wolf11th, try <%@ Page Language=''C#'' ValidateRequest=''false'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> </head> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 18, 2010
Re: how to get the conents of editor on server side
Dear, Please save the following content to GetContent.aspx, <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''GetContent.aspx.vb'' Inherits=''test_Default'' %> <%@ Register assembly=''CuteEditor'' namespace=''CuteEditor'' tagprefix=''CE'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
April 27, 2010
Why Cute Editor sucks code from a js external file?
Adam wrote: TommyBoy, It's strange. Can you reproduce the problems in the following link? http://cutesoft.net/example/EnableStripScriptTags.aspx Hello Adam, Here is what I am talking about; i inserted the code below in the aspx file you mentioned. After switching ...
Posted to
Cute Editor for .NET
(Forum)
by
becko
on
December 10, 2005
Re: problems storing html from/to db with cute editor
It's strange. Please make sure you update the DLL references in your VS project and recompile your project. Can you try the following code? <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>ASP and ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 5, 2005
can I include the editor as a response.write
is there a way to do this? <%@ Page Language=''vb'' ValidateRequest=''False'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><script runat=''server''> Public Sub Page_Load(sender As object, e As System.EventArgs) End Sub sub ...
Posted to
Cute Editor for .NET
(Forum)
by
sperndogger
on
November 16, 2004
Re: Custom drag event is not triggering for input check box.
Hi, you can try the example below. note that, it only work with the text content not the control, the editor has its own drop function handler for the control, so does not support to use the javascript way to catch ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
October 16, 2015
Re: JavaScript content count is unreliable with attachEvent for keypress/onclick
HotAir, Change your code to: <script language=''javascript''> // get the cute editor instance var editor1 = document.getElementById('<%=RemarksEditor.ClientID%>'); function CE_attachEvent() { // get the cute ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 12, 2006
Re: ToFullPage/FromFullPage (F12) does not restore editor position?
In Version 6.0, initialization and other Editor events are handled by adding script at the bottom of the page (in the example below, the code is between </form> and </body>). We've mapped the calls to and from full page into the CuteEditor_OnCommand event as you can see in the below ...
Posted to
Cute Editor for .NET
(Forum)
by
fredd
on
May 8, 2007
Re: How can I customize Insert Image Icon in Cute Editor of Asp.Net
Hi, Below is the full example. The "CuteEditor_OnCommand" API will catch the InsertImage command and execute custom command "ShowMyDialog". In "ShowMyDialog" function, the code will open your own page as a dialog for editor. "MyGallery.aspx" should change to your ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
December 10, 2013
Re: How do I display a value (text) in the editor on page load? I'm a newbie...please help!
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 26, 2009
More Search Options
« First
...
< Previous
12
13
14
15
16
Next >
...
Last »