added an onchange callback for tinyMCE
This commit is contained in:
parent
e22e7a5e46
commit
4eabcdbaa8
@ -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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user