1. Include control generation PHP source file : <? include "visualtextbox/VisualTextbox.php" ?> 2. Generate HTML and Javascript control code: <?= createVisualTextbox( $path, $name, $content, $class, $lang ) ?> where arguments are used as decribed below:
Notice about the <FORM> element: One of the goal of this control is that it can be used like any other HTML form element, particularly <TEXTAREA>, so it is important to include the call to the "createVisualTextbox()" function between the <FORM> and </FORM> tags. Description - Demo - Download - Forum - Feedback © 2003 Nicolas Robert-Dehault - http://visualtextbox.free.fr |