Answers for "ckeditor height"

0

ckeditor height

CKEDITOR.editorConfig = function( config )
{
    // Define changes to default configuration here. For example:
    // config.language = 'fr';
    // config.uiColor = '#AADC6E';
    config.height = '800px';
};
Posted by: Guest on October-08-2021

Browse Popular Code Answers by Language