Tollbar set

lawrence whittemore asked on August 29, 2014 21:36

is there a place to make the full toolbar set the default?

Recent Answers


Jim Spillane answered on August 30, 2014 01:16

\CMSAdminControls\CKeditor\config.js

near the end of the file change

config.toolbar = config.toolbar_Standard;

to

config.toolbar = config.toolbar_Full;

watch for a web.config key in a coming hotfix to address this problem.

1 votesVote for this answer Mark as a Correct answer

Muhammad Zulkamal Zulkifli answered on April 28, 2015 09:34 (last edited on April 28, 2015 09:34)

This should be the correct answer . Set in Web.config file >> appSettings >>

< add key="CKEditor:DefaultToolbarSet" value="Full" / >

3 votesVote for this answer Mark as a Correct answer

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