In this section you will learn how to replace a form element on one of the site pages without using any visual development tools. You will learn how to:
Configure your server to work with KTML.
Include the required JavaScript and style files.
Create a new instance of the KTML object.
Configure the KTML properties - client-side and server-side.
Replace the form element with the KTML editor.
The initial site page used in the examples in this book only contains a textarea which will be replaced by the KTML control.
Before trying to follow the instructions in the topic which follow, you must meet the following requirements:
Have a correctly configured and running web server with application support. The supported server models are: PHP, ColdFusion, ASP VBScript, ASP .Net and JSP.
Have downloaded the KTML4 zip file which contains the sources. You will need these files in order to add KTML 4 to your site.
Basic knowledge of Javascript and the scripting language used by the server model.
Manual installation on ColdFusion