© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Cezar Rosaneli
Hi Louis, How can I configure the editor to get a sticky toolbar? The docs say I should configure toolbar_sticky: true but i cannot figure out how to put it on the Apex initialization javascript. Tks for your help.
Louis Moreaux
Oracle APEX developer
Hi Cezar Rosaneli, you can use this to enable the sticky toolbar:
function(options){ options.editorOptions.toolbar_sticky = true; options.editorOptions.toolbar_sticky_offset = 100; return options; };
You will have to find the correct offset for your page