FCK Editor Show Blocks default

Joshua Adams asked on June 20, 2014 09:40

Anyone know how to have the show blocks(from fck editor) enabled on a page load. We like the way that it shows content, so we would like to have it "turned on" whenever a page is loaded by default. Haven't dealt too much with the fck editor, but any help would be appreciated. Can this be done easily through C# or will it have to be js?

Thanks in advance.

Recent Answers


Stefan Lorenz answered on July 10, 2014 04:51

Just add

config.startupOutlineBlocks = true;

to the function(config){} block in CMSAdminControls\CKeditor\config.js

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.