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
116
of
149
(
1,483
total posts)
< 1
second(s)
Re: How to get started with Cute Editor
Hi Bod, Here is the code in VB: <%@ Page Language=''VB'' %> <%@ 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
November 3, 2008
Re: Absolute URLs for images
Hi DarkStar, Please use the following property: Editor.URLType Property When you're creating links to documents and images on the Web, you need to think about how you're going to link to them. CuteEditor supports three standard ways to create links: Site root relative path ( <a ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 5, 2008
Re: Javascript Syntax Error/Object Not found
1. If ''components'' is a regularn folder under wwwroot/Project/, you don't need to specify the CuteEditorDefaultFilesPath in the web.config file. 2. Please create a simple aspx page with the following content. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <%@ Page ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 17, 2008
Re: Integrate into website
Mike, DotNetGallery is a user control. You can plug it into any page you want. To add DotNetGallery to an ASP.NET page, do the following: 1. Add the following line to the top of your page: <%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery''
Assembly
=''DotNetGallery'' ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Adam
on
August 2, 2007
Re: Editor fails to initialise in Firefox
kev mc, Can your client reproduce the problem in the following page? http://cutesoft.net/example/general.aspx Which verion of firefox are your client using? Can you reproduce the problem by yourself? Maybe you should try a simple configuration first. <%@ Page ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 20, 2007
Re: Using CuteEditor as a Simple TextBox Form Field
Jon, Please check this example: http://cutesoft.net/example/RenderASTextBox.aspx The source code of the above example is as following: <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <html> ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 28, 2006
Re: Cannot create CuteEditor Control using VB
Hi, What I really want to do is create a CuteEditor in vb and attach it to the page at runtime. but what is happening is that I am also creating the <form> tags at runtime as well. so CuteEditor is not registering. My Directory Structure ...
Posted to
Cute Editor for .NET
(Forum)
by
aonh2000
on
June 5, 2006
Re: uplevel/downlevel issues
Jeff, Can you test the following code? <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %><%@ Page Language=''C#'' clienttarget=uplevel%><HTML> <body> <form runat=''server''> <CE:Editor id=''Editor1'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 28, 2006
Re: Licensing and editor extensibility questions
nicolas, nicolas.barre wrote: A few quick questions about cuteeditor : 1°) We would like to extend cuteeditor to handle links / images / documents through our own custom program. We have previously done this with another wysiwyg editor as we had source code. The Question is : does cutesoft editor allow you in an easy way to add buttons ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 20, 2005
Re: Customizing classes dropdown per portal or page
Editor.EditorWysiwygModeCss PropertySpecifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,~/portal.css,/default.css'' >>Ideally, I would just like to somehow ''point'' cuteSoft editor to a .css file that contains the styles I want the ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 16, 2005
More Search Options
« First
...
< Previous
114
115
116
117
118
Next >
...
Last »