how could I have toolbar_sticky : true option in richtext tinymce APEX ??
I've tried this in Initialization JavaScript Function section but it didn't apply on richtext.
function(options) {
options.editorOptions.toolbar_sticky = true;
return options;
}
Also Apex version is 23.1.
Thanks to all