Click here to Skip to main content
Click here to Skip to main content
Articles » Web Development » ASP.NET » Howto » Downloads
 

HTMLEditor Provider - How to write a custom provider for ASP.NET 2.0

By , 5 Sep 2006
 
HTMLEditor.zip
SeaburyDesign
FCKEditorHTMLProvider
Properties
FreeTextBoxProvider
Properties
HTMLProviderDemo
App_Data
Bin
FCKEditorHTMLProvider.dll
FredCK.FCKeditorV2.dll
FreeTextBox.dll
FreeTextBoxHTMLProvider.dll
HTMLEditor.dll
TextboxHTMLProvider.dll
FCKeditor
_samples
_plugins
findreplace
find.gif
lang
replace.gif
samples
afp
fck.afpa
fck.afpa.code
sample01.afp
sampleposteddata.afp
asp
cfm
sample01.cfm
sample02_mx.cfm
html
lasso
sample01.lasso
sample02.lasso
sample03.lasso
sample04.lasso
sampleposteddata.lasso
perl
sample01.cgi
sample02.cgi
sample03.cgi
sample04.cgi
sampleposteddata.cgi
php
py
_testcases
editor
_source
classes
commandclasses
internals
css
behaviors
disablehandles.htc
hiddenfield.gif
hiddenfield.htc
showtableborders.htc
images
fck_anchor.gif
fck_flashlogo.gif
fck_pagebreak.gif
dialog
common
fcknumericfield.htc
images
locked.gif
reset.gif
unlocked.gif
fck_about
logo_fckeditor.gif
logo_fredck.gif
fck_docprops
fck_flash
fck_image
fck_link
fck_select
fck_spellerpages
spellerpages
server-scripts
spellchecker.cfm
spellchecker.pl
fck_template
images
template1.gif
template2.gif
template3.gif
fck_universalkey
00.gif
keyboard_layout.gif
filemanager
browser
default
connectors
asp
aspx
cfm
config.cfm
connector.cfm
lasso
config.lasso
connector.lasso
perl
basexml.pl
commands.pl
connector.cgi
io.pl
upload_fck.pl
util.pl
php
py
images
ButtonArrow.gif
Folder.gif
Folder32.gif
FolderOpened.gif
FolderOpened32.gif
FolderUp.gif
icons
32
ai.gif
avi.gif
bmp.gif
cs.gif
default.icon.gif
dll.gif
doc.gif
exe.gif
fla.gif
gif.gif
htm.gif
html.gif
jpg.gif
js.gif
mdb.gif
mp3.gif
pdf.gif
ppt.gif
rdp.gif
swf.gif
swt.gif
txt.gif
vsd.gif
xls.gif
xml.gif
zip.gif
ai.gif
avi.gif
bmp.gif
cs.gif
default.icon.gif
dll.gif
doc.gif
exe.gif
fla.gif
gif.gif
htm.gif
html.gif
jpg.gif
js.gif
mdb.gif
mp3.gif
pdf.gif
ppt.gif
rdp.gif
swf.gif
swt.gif
txt.gif
vsd.gif
xls.gif
xml.gif
zip.gif
spacer.gif
js
upload
asp
aspx
cfm
config.cfm
upload.cfm
lasso
config.lasso
upload.lasso
php
images
anchor.gif
arrow_ltr.gif
arrow_rtl.gif
smiley
msn
angel_smile.gif
angry_smile.gif
broken_heart.gif
cake.gif
confused_smile.gif
cry_smile.gif
devil_smile.gif
embaressed_smile.gif
envelope.gif
heart.gif
kiss.gif
lightbulb.gif
omg_smile.gif
regular_smile.gif
sad_smile.gif
shades_smile.gif
teeth_smile.gif
thumbs_down.gif
thumbs_up.gif
tounge_smile.gif
whatchutalkingabout_smile.gif
wink_smile.gif
spacer.gif
js
lang
plugins
autogrow
placeholder
lang
placeholder.gif
simplecommands
tablecommands
skins
default
fck_strip.gif
images
toolbar.arrowright.gif
toolbar.buttonarrow.gif
toolbar.collapse.gif
toolbar.end.gif
toolbar.expand.gif
toolbar.separator.gif
toolbar.start.gif
office2003
fck_strip.gif
images
toolbar.arrowright.gif
toolbar.bg.gif
toolbar.buttonarrow.gif
toolbar.collapse.gif
toolbar.end.gif
toolbar.expand.gif
toolbar.separator.gif
toolbar.start.gif
silver
fck_strip.gif
images
toolbar.arrowright.gif
toolbar.buttonarrow.gif
toolbar.buttonbg.gif
toolbar.collapse.gif
toolbar.end.gif
toolbar.expand.gif
toolbar.separator.gif
toolbar.start.gif
fckeditor.afp
fckeditor.cfc
fckeditor.cfm
fckeditor.lasso
fckeditor.pl
SeaburyDesign
Properties
TextboxHTMLProvider
Properties
HTMLEditor_no_FCK.zip
FCKEditorHTMLProvider.dll
FredCK.FCKeditorV2.dll
FreeTextBox.dll
FreeTextBoxHTMLProvider.dll
HTMLEditor.dll
TextboxHTMLProvider.dll
HtmlEditor_src.zip [file error]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: sampleslist.html
 * 	Page used to select the sample to view.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>FCKeditor - Sample Selection</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="robots" content="noindex, nofollow" />
	<link href="sample.css" rel="stylesheet" type="text/css" />
	<script type="text/javascript">

if ( window.top == window )
	document.location = 'default.html' ;

function OpenSample( sample )
{
	if ( sample.length > 0 )
		window.open( sample, 'Sample' ) ;
}

	</script>
</head>
<body style="margin-top: 0px; margin-bottom: 0px;">
	<table border="0" cellpadding="0" cellspacing="0" style="height: 100%">
		<tr>
			<td>
				Please select the sample you want to view:
				<br />
				<select onchange="OpenSample(this.value);">
					<option value="html/sample01.html" selected="selected">JavaScript : Sample 01 : Editor
						with all features</option>
					<option value="html/sample02.html">JavaScript : Sample 02 : Replacement of a TEXTAREA</option>
					<option value="html/sample03.html">JavaScript : Sample 03 : Multi-language support</option>
					<option value="html/sample04.html">JavaScript : Sample 04 : Toolbar selection</option>
					<option value="html/sample05.html">JavaScript : Sample 05 : Skins support</option>
					<option value="html/sample06.html">JavaScript : Sample 06 : Plugins support</option>
					<option value="html/sample07.html">JavaScript : Sample 07 : Full Page editing</option>
					<option value="html/sample08.html">JavaScript : Sample 08 : Editor API usage</option>
					<option value="html/sample09.html">JavaScript : Sample 09 : Complex form (multiple editors)</option>
					<option value="html/sample10.html">JavaScript : Sample 10 : Shared toolbar on same page</option>
					<option value="html/sample11.html">JavaScript : Sample 11 : Shared toolbar from IFRAME</option>
					<option value=""></option>
					<option value="cfm/sample01.cfm">ColdFusion : Sample 01 : Editor with all features</option>
					<option value="cfm/sample02_mx.cfm">ColdFusion : Sample 02 : Advanced version for ColdFusion
						MX</option>
					<option value=""></option>
					<option value="asp/sample01.asp">ASP : Sample 01 : Editor with all features</option>
					<option value="asp/sample02.asp">ASP : Sample 02 : Multi-language support</option>
					<option value="asp/sample03.asp">ASP : Sample 03 : Toolbar selection</option>
					<option value="asp/sample04.asp">ASP : Sample 04 : Skins support</option>
					<option value=""></option>
					<option value="lasso/sample01.lasso">Lasso : Sample 01 : Editor with all features</option>
					<option value="lasso/sample02.lasso">Lasso : Sample 02 : Multi-language support</option>
					<option value="lasso/sample03.lasso">Lasso : Sample 03 : Toolbar selection</option>
					<option value="lasso/sample04.lasso">Lasso : Sample 04 : Skins support</option>
					<option value=""></option>
					<option value="perl/sample01.cgi">Perl : Sample 01 : Editor with all features</option>
					<option value="perl/sample02.cgi">Perl : Sample 02 : Multi-language support</option>
					<option value="perl/sample03.cgi">Perl : Sample 03 : Toolbar selection</option>
					<option value="perl/sample04.cgi">Perl : Sample 04 : Skins support</option>
					<option value=""></option>
					<option value="php/sample01.php">PHP : Sample 01 : Editor with all features</option>
					<option value="php/sample02.php">PHP : Sample 02 : Multi-language support</option>
					<option value="php/sample03.php">PHP : Sample 03 : Toolbar selection</option>
					<option value="php/sample04.php">PHP : Sample 04 : Skins support</option>
					<option value=""></option>
					<option value="py/sample01.py">Python : Sample 01 : Editor with all features</option>
				</select>
			</td>
		</tr>
	</table>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Todd Davis
Systems Engineer Virtual RadioLogic
United States United States
Member
Todd Davis has been working in web and application development for several years, using Silverlight, ASP.NET, VB.NET, C#, C++ and Javascript, as well as a great deal of work with SQL server and IIS.
 
He currently works for Virtual Radiologic in Eden Prairie, MN, however he is better known for his varied work in the open source community, especially the DotNetNuke project for which he provided several world-renowned training videos and modules. A huge advocate of open source and open knowledge sharing, everything on his website (www.SeaburyDesign.com) is always offered for free.
 
Whenever he is not actively coding at his laptop (a rarity to be sure), he can be found woodworking, walking with his wife and kids, or motoring along the back roads of MN on his Harley Davidson Fatboy.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 5 Sep 2006
Article Copyright 2006 by Todd Davis
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid