Home     PHP / Javascript / Ajax
PHP PHPDevel Wysiwyg HTML Editor Script

PHP Script Codes > wysiwyg-editors

PHPDevel Wysiwyg HTML Editor Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 11390

PHP Script Codes > PHPDevel Wysiwyg HTML Editor
PHPDevel Wysiwyg HTML Editor is a free easy-to-use wysiwyg editor that you can use on your websites or integrate into your web applications. Adding the editor to an HTML form is as easy as adding textarea tag. If the code for textarea tag is: [textarea name="message"]Default text[/textarea], then the replacement code for wysiwyg editor would be: [?php echo wysiwyg('wysiwyg_id', 'message', 'Default text'); ?]...