addbutton('Save', 'before:print', 'do_save();', WP_WEB_DIRECTORY.'images/save.gif', 22, 22, 'undo');
// add a custom cancel button:
$editor->addbutton('Cancel', 'before:print', 'do_abort();', WP_WEB_DIRECTORY.'images/cancel.gif', 22, 22, 'undo');
$body = '
Lee Munsell - Paintings
|
|
 |
 |
 |
|
 |
 |
| |
 |
| |
| |
 |
|
| |
| |
"He set it in order"
20"24" oil on canvas
Say among the nations, "The Lord reigns;
Indeed, the world is firmly established,
it will not be moved;
Psalm 96:10
Pleasant Cove, Washington
|
|
';
$editor->set_code($body);
// add a spacer:
$editor->addspacer('', 'after:cancel');
// print the editor to the browser:
$editor->print_editor('100%',450);
?>