Default Demo
Default demo
Displayed with just a few short lines of code.
To enable WYSIWYG editing you must be using a supported browser, however you may still edit the raw HTML code in the above textarea. For a full list of supported browsers please see http://www.wysiwygpro.com/browsers/
Source code:
<?php
// include the WysiwygPro script
include_once('wysiwygPro/wysiwygPro.class.php');
// create a new WysiwygPro instance
$editor = new wysiwygPro();
// give the editor a name
$editor->name = 'demo';
// display the editor
$editor->display(700, 400);
?>
We are using a plugin "demoConfig" to apply shared configuration settings such as the file manager configuration. See the source code for this plugin.
WysiwygPro version 3.2.1