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
126
of
149
(
1,483
total posts)
< 1
second(s)
Re: How to display javascript alert for exceeding text length?
Dear karmyogi, Please refer to the following snippet: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <html> <head> <title>JavaScript API</title> <script language=''JavaScript'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
January 19, 2011
Re: how i get all categories name with folder path
hi raneamey, Please try the example below. It shows you how to get the physical path and virtual path of the ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
October 21, 2010
Re: Any way to suppress the scroll bars in the Editor?
Hi Richard, Please try the example below <%@ Page Language=''C#'' %> <%@ Register
Assembly
=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 9, 2010
Re: Objects doesn't support this property or method - window.CuteEditorInitialize function
Hi janeshh, Please create a page like below and test on your site <%@ Page Language=''C#'' AutoEventWireup=''True'' %> <%@ Register Namespace=''CuteEditor''
Assembly
=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 12, 2009
Re: How do I display a value (text) in the editor on page load? I'm a newbie...please help!
Brett, I think the above code is not ASP.NET. It's written in PHP. Here is a simple example showing you how to set CuteEditor ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 18, 2009
Re: How to extract plain HTML instead of formatted?
Hi sanjay, Try this example: <%@ Page Language=''C#'' %> <%@ Register
Assembly
=''CuteEditor'' Namespace=''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
November 5, 2008
Re: Bugs in IE6 while creating new Template
Hi lcp, Can you create a new website and a new page to test the following code <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 6, 2008
Re: MasterPages in VS 2005 and CuteEditor 5.2
Endys, The editor has been tested in the masterPages enviroments. This is an example (using the Personal Web Site Starter Kit): <%@ Page Language=''C#'' MasterPageFile=''~/Default.master'' Title=''Your Name Here | Home'' CodeFile=''Default.aspx.cs'' Inherits=''Default_aspx'' %> <%@ Register ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 22, 2006
Re: NullReference when customizing Links ddl
The links dropdown has been changed to TreeDropDownList Dim tdd As CuteEditor.TreeDropDownList tdd = DirectCast(Editor1.ToolControls(''LinkTree'').Control, CuteEditor.TreeDropDownList) The following example shows you how to populate the linktree: <%@ Page Language=''VB'' %><%@ Register ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 25, 2006
Re: The type or namespace name 'Editor1' could not be found (are you missing a using directive or an assembly reference?)
nevermind...I found it..I was missing the protected CuteEditor.Editor Editor1; statement.. Sorry to bother you
Posted to
Cute Editor for .NET
(Forum)
by
pwilson
on
March 9, 2005
More Search Options
« First
...
< Previous
124
125
126
127
128
Next >
...
Last »