PHP-class which incapsulate a service HTML-code of editor XStandard and intended for comfort work of the programmer with the editor.
Example of use:
$htmledit = new htmledit('form_id', 'field_name');
$htmledit->path = 'http://www.example.com/includes/';
$htmledit->css = 'http://www.example.com/styles/htmledit.css';
$htmledit->base = 'http://www.example.com/';
$htmledit->height = 450;
$htmledit->styles = 'http://www.example.com/styles/htmledit.xml';
$htmledit->set_value($text);
$html_edit_html_code = $htmledit->get_html();
Last projects: Contact lens, Ekaterinburg.

