Showing Different Modes of Editor According to User Roles
Is there any way that I can show different modes of an editor (minimal, full, etc.) to users according to their roles? It's do开发者_如何学Goesn't make difference for me to use Rad Editor or Ckeditor.
From the default providers, only FCKEditor supports customizing the toolbar by role. With Rad Editor, you can use dnnWerk RadEditor Provider.
Instructions for FCKEditor (from seablick.com)
Define toolbars in
\Providers\HtmlEditorProviders\Fck\Custom\fckconfig.js
Open the custom editor options popup
Select settings type (Instance/Module/Portal)
Set toolbar visibility for different roles
Apply the custom settings to Instance/Module/Portal. (Default value is the same as the "Settings type", but I'm not sure if these settings have different effects, or is it only the "Apply to" dropdown that counts.)
See also
Customizing FCKeditor Toolbars
精彩评论