Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX 22.2 CKEditor options or plugin configurations

User_ZAOEJFeb 8 2023 — edited Feb 8 2023

Hello.

Im currently trying out the plugins available for the rich text editor.

And im struggling to find a way to configure things like the displayed fontsizes or adding premium plugins (if posible at all)

This is my current initialization javascript function attempting to change the settings.

function (options){
options.editorOptions.fontSize.fontSizeConfig = {
options: [ 9, 10, 11, 12, 13, 14, 15 ],
supportAllValues: true
};
return options;
}

This post has been answered by InoL on Feb 8 2023
Jump to Answer
Comments
Post Details
Added on Feb 8 2023
4 comments
652 views