Closed (duplicate)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-2.1-beta
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2008 at 13:11 UTC
Updated:
23 Jun 2008 at 10:25 UTC
Comments
Comment #1
wwalc commentedThis could be achieved by a small hack. Currently the opposite thing is doable: you can force simplified toolbar on some textareas. So the trick would be to set in fckeditor.module FCKEDITOR_FORCE_SIMPLE_TOOLBAR_NAME to full toolbar and in your FCKeditor profile choose Basic toolbar as default.
But this way all users would end up with the same full toolbar.
Another trick: try changing this in fckeditor.module
into:
And then use Force simplified toolbar on the following fields in global profile to choose fields where full toolbar should appear.
Comment #2
wwalc commentedProbably a duplicate of #268070: Assign editor-profiles to content types.