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 = '
His Glory above the Earth
|
|
 |
 |
 |
|
 |
| |
 |
| |
| |
 |
|
| |
| |
"His Glory above the Earth"
24" x36" oil on canvas
Sold
"For thy lovingkindness is great above
the heavens;
And thy truth reaches to the skies.
Be exalted, O God, above the heavens,
And Thy glory above all the earth."
Psalm 108:4,5
|
|
';
$editor->set_code($body);
// add a spacer:
$editor->addspacer('', 'after:cancel');
// print the editor to the browser:
$editor->print_editor('100%',450);
?>