Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): assembly
More Search Options
Showing page
23
of
149
(
1,483
total posts)
< 1
second(s)
Re: Issue with Display of Editor on IE 7
Which version of Cute Editor are you using? Do you have problems with the following example? http://cutesoft.net/example/general.aspx Can you create a simple aspx page with the following code and try it? <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <%@ Page ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 16, 2010
Re: Word count - is there a way to get this property value?
1. Specifies whether the Word Count toolbar appear. <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <html> <head> <title>ASP and ASP.NET WYSIWYG Editor - Edit Static Html Example ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
June 17, 2010
Re: Cute Editor changing my url's
Hi broble, Try add the below THML filter in the editor page <script> function CuteEditor_FilterHTML(editor,code) { return code.replace(''url(http://www.tpmssource.com/Admin/'', ''url(''); } function CuteEditor_FilterCode(editor,code) { return code.replace(''url(http://www.tpmssource.com/Admin/'', ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 14, 2010
Re: add new gallery layout "button" to slideshow gallery
Hi emilyPA, 1. Open file ''\CuteSoft_Client\Gallery\Layout\SlideShow\Template.htm'' 2. Find section below <td style='width: 90px; vertical-align: middle;'> change to <td style='width: 120px; vertical-align: ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
May 27, 2010
Re: Styling of DropDownList Box Content not working in IE
Hi Christiane, Please try the example below <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 27, 2010
Re: Populate rich txt data into Cuteeditor with all the formatting
Hi adityaraj, Please try the example below <%@ Page Language=''C#'' ValidateRequest=''false'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <script runat=''server''> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 18, 2010
Re: Populate rich txt data into Cuteeditor with all the formatting
Hi adityaraj, Please try the example below <%@ Page Language=''C#'' ValidateRequest=''false'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <script runat=''server''> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 18, 2010
Re: Context Menu
Hi CAP, Add a new delete option into context menu,it can be use even the tag ContentEditable set to false. <%@ Page Language=''C#'' ValidateRequest=''false'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 17, 2010
Re: Undo Event
hi piyushvarma, Please try <%@ Page Language=''C#'' ValidateRequest=''false'' Debug=''true'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <html> <head> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 13, 2010
Re: onchange event does not fire when font size is changed
I have used the following code to test, when you set font style, CuteEditor_OnChange will be fired <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <html> <head> <title>JavaScript API</title> <script ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
May 13, 2010
More Search Options
« First
...
< Previous
21
22
23
24
25
Next >
...
Last »