Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This option enables you to specify a function name to be executed when the page is loaded but before the TinyMCE instances are created.
function myCustomOnPageLoad() {
alert("We are nearly ready to rumble!!");
}
tinyMCE.init({
...
onpageload : "myCustomOnPageLoad"
});
Search documentation.