added an onchange callback for tinyMCE

This commit is contained in:
Kev Zettler 2011-07-18 20:56:26 -07:00
parent e22e7a5e46
commit 4eabcdbaa8
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@ var TinyMceDefaultSettings = {
fullscreen_new_window : false, fullscreen_new_window : false,
fullscreen_settings : { fullscreen_settings : {
theme_advanced_path_location : "top" theme_advanced_path_location : "top"
},
onchange_callback: function(){
if($('#pageeditcontent:visible').length > 0){
guiders.next();
}
} }
}; };