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
|
|
 |
 |
 |
|
 |
 |
| |
 |
| |
| |
 |
|
| |
| |
"So Far"
San Clemente Pier, California
18"x24" oil on canvas
Giclee Prints on Canvas Available
For my thoughts are not your thoughts,
Neither are your ways my ways, declares
the Lord
For as the heavens are higher than the
Earth, so are my ways higher than your
ways, and my thoughts than your thoughts.
Isaiah 55:8&9
|
|
|
';
$editor->set_code($body);
// add a spacer:
$editor->addspacer('', 'after:cancel');
// print the editor to the browser:
$editor->print_editor('100%',450);
?>