registerButton('save', 'Save',
'do_save();', '##buttonURL##save.gif', 22, 22,
'savehandler');
$editor->addRegisteredButton('save', 'before:print' );
$editor->addJSButtonStateHandler ('savehandler', 'function (EDITOR,srcElement,cid,inTable,inA,range){
return "wproReady";
}');
$editor->registerButton('cancel', 'Cancel',
'do_abort();', '##buttonURL##close.gif', 22, 22,
'cancelhandler');
$editor->addRegisteredButton('cancel', 'before:print' );
$editor->addJSButtonStateHandler ('cancelhandler', 'function (EDITOR,srcElement,cid,inTable,inA,range){
return "wproReady";
}');
$editor->theme = 'blue';
$editor->addJSEditorEvent('load', 'function(editor){editor.fullWindow();setHtmlFilters(editor);}');
$body = '
Index
Hannah\'s Little Yorkies
!!! We have puppies!!!
Phone 509-261-2680
Email
We accept credit cards
Baby Liz
Liz
!!! We have puppies !!!
It is believed the first yorkshire terriers were actually larger in size, as they had to be, because they were originally bred to hunt rats in infested mine shafts. The beautiful yorkshire terrier, as we know it today, became very popular during the english victorian era of the mid 1800\'s and women often carried them in their handbags. Since americans were embracing the victorian customs of the time, they also embraced the yorkshire terrier and it quickly became a popular pet in the united states as well.
Goldendale Washington
On the Oregon boarder
Breeder of small Yorkshire Terriers
Email
Designed by Deanna Leip
Email
';
$editor->baseURL = "http://www.hannahslittleyorkies.com/";
$editor->set_code($body);
$editor->registerSeparator('savecan');
// add a spacer:
$editor->addRegisteredButton('savecan', 'after:cancel');
//$editor->set_charset('iso-8859-1');
$editor->mediaDir = '/home/hannahsl/public_html/';
$editor->mediaURL = 'http://www.hannahslittleyorkies.com/';
$editor->imageDir = '/home/hannahsl/public_html/';
$editor->imageURL = 'http://www.hannahslittleyorkies.com/';
$editor->documentDir = '/home/hannahsl/public_html/';
$editor->documentURL = 'http://www.hannahslittleyorkies.com/';
$editor->emoticonDir = '/home/hannahsl/public_html/.smileys/';
$editor->emoticonURL = 'http://www.hannahslittleyorkies.com/.smileys/';
$editor->loadPlugin('serverPreview');
$editor->plugins['serverPreview']->URL = 'http://www.hannahslittleyorkies.com/index_html.php?randomId=0VYpfvw1GYEbgO8xtl4PVhCvvn14wrCcAVtDQkrxmR3HZBEFMyBVKAOrUBum5DcTvPo0JZcMqRUmpsXOt7n19OaXWtwJuDwJ3qsYGzoVEWXqeq7N_3GEDEQZ0Bl6a8NRM_nwTcLQ1AHyMBhKB5kZiuZ04xtQsaE3tZkV4Fldq4_6zQTjqQr3mKGrcG5trVpNArJLlgbR9Z6ohrakFRQt74hiXp35ldNVzER3q3vquvfqseqgrgJWhGVBDNzTTwkQ';
// print the editor to the browser:
$editor->htmlCharset = 'iso-8859-1';
$editor->display('100%','450');
?>