Using this component user without special knowledge or experience can edit website page content. It is very useful for content manager, webmasters and technical writers.
> HTML Editor
- Using this component user without special knowledge or experience can edit website page content. It is very useful for content manager, webmasters and technical writers.
- It is working only under Microsoft Internet Explorer.
- DEMO application is working under ColdFusion but you need make minimum changes to port this component on other scripting platform.
- This component is based on Microsoft example for hypertext components.
> INSTALLATION
- Unzip archived file to web server directory. It is mandatory to keep directory structure. Point your browser on index.cfm and follow instruction.
File List:
Application.cfm
1Kb
HTMLEditor/
0b
HTMLEditor/Application.cfm
288b
HTMLEditor/GETPicture.cfm
1Kb
HTMLEditor/HTMLEditor.cfm
9Kb
HTMLEditor/OnRequestEnd.cfm
195b
HTMLEditor/PUTPicture.cfm
2Kb
HTMLEditor/css/
0b
HTMLEditor/css/global.css
1Kb
HTMLEditor/htc/
0b
HTMLEditor/htc/menu.htc
11Kb
HTMLEditor/htc/toolbar.htc
48Kb
HTMLEditor/images/
0b
HTMLEditor/images/UI_backcolor.gif
123b
HTMLEditor/images/UI_bold.gif
86b
HTMLEditor/images/UI_bulletlist.gif
85b
HTMLEditor/images/UI_centeralign.gif
79b
HTMLEditor/images/UI_fontcolor.gif
105b
HTMLEditor/images/UI_form-copy.gif
1Kb
HTMLEditor/images/UI_form-strike.gif
1Kb
HTMLEditor/images/UI_image.gif
178b
HTMLEditor/images/UI_imageA.gif
297b
HTMLEditor/images/UI_imageB.gif
473b
HTMLEditor/images/UI_indent.gif
93b
HTMLEditor/images/UI_italic.gif
82b
HTMLEditor/images/UI_leftalign.gif
73b
HTMLEditor/images/UI_link.gif
212b
HTMLEditor/images/UI_new.gif
102b
HTMLEditor/images/UI_numberlist.gif
89b
HTMLEditor/images/UI_open.gif
127b
HTMLEditor/images/UI_outdent.gif
93b
HTMLEditor/images/UI_paste.gif
172b
HTMLEditor/images/UI_redo.gif
85b
HTMLEditor/images/UI_rightalign.gif
73b
HTMLEditor/images/UI_save.gif
113b
HTMLEditor/images/UI_save_alert.gif
1Kb
HTMLEditor/images/UI_subscript.gif
82b
HTMLEditor/images/UI_superscript.gif
82b
HTMLEditor/images/UI_tool-cut.gif
1Kb
HTMLEditor/images/UI_tool_vertical.gif
140b
HTMLEditor/images/UI_underline.gif
90b
HTMLEditor/images/UI_undo.gif
87b
HTMLEditor/images/progress_bar.gif
2Kb
HTMLEditor/js/
0b
HTMLEditor/js/local.js
7Kb
HTMLEditor/pic/
0b
HTMLEditor/progress.htm
462b
OnRequestEnd.cfm
410b
README
1Kb
css/
0b
css/local.css
2Kb
demo1.cfm
218b
demo2.cfm
218b
demo3.cfm
218b
demo4.cfm
218b
demo5.cfm
218b
index.cfm
1Kb
js/
0b
js/local.js
414b
pic/
0b
Similar code
Signature Capture Applet
(Popularity: ) : Basic signature capture in IE and Firefox so it can be stored to a database etc. Calling a COM DLL from ColdFusion
(Popularity: ) : Example provided by Tony Bhimani (the guy who loves programming)
This example teaches two things.
1. How to create a COM DLL object and register it with Windows.
2. Calling your newly created DLL through ColdFusion.
Directions
callcom.cfm should be placed somewhere on your webserver ... CF_ICAL
(Popularity: ) : This tag automates the creation of iCalendar files (.ics). You can use this tag to create a standards compliant calendar file that will work across different programs such as Microsoft Outlook Calendar, Mozilla Calendar, and iCal. File Upload
(Popularity: ) : Allows users on other pc's upload specified file to your wwwroot folder of your choice, and files of your choice. this could take over for large emails, apply apache HTTP server and dynDNS if your not static. BrowserDetector
(Popularity: ) : Detect user's browser type and OS. For example: Browser: IE5, OS: Win98. File Manager
(Popularity: ) : This is a simple file manager. It use CFDIRECTORY tag to navigate through ColdFusion server. It is very useful if you do not have RDS access to log files on remote server.