Example of usage of the oninit option: function myCustomOnInit() { alert("We are ready to rumble!!"); } tinyMCE.init({ ... oninit : myCustomOnInit });
確定! 回上一頁