Opened 18 years ago
Last modified 17 years ago
#607 confirmed New Feature
Show "Basic" toolbar when colapsed.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | SF | Cc: |
Description
Hi,
The editor is great, and has a lot of features. But first-time users might be intimidated by all the features.
Maybe it is possible to use 2 Toolbarsets, Basic and Advanced. If you click the Collapse/Expand button, the toolbar could switch from Basic to Advanced.
This way the new users could start with a simple toolbar, and the experienced user can expand the toolbar and have all the available options.
Greetings, Arjen
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1089610&group_id=75348&atid=543656
Change History (3)
comment:1 Changed 18 years ago by
Reporter: | changed from Martin Kou to bosarjen@… |
---|
comment:2 Changed 18 years ago by
comment:3 Changed 17 years ago by
Keywords: | Confirmed added |
---|
I will just update sauls links:
Plugins: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Customization/Plug-ins
Toolbar Configuration: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Toolbar
and also JavaScript API page: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/JavaScript_API
Some tips and links:
Ticket #930::Need to hide the toolbar.
Wiki docs::API : http://wiki.fckeditor.net/Developer%27s_Guide/Customization/Plug-ins Wiki docs::Toolbar Configuration : http://wiki.fckeditor.net/Developer%27s_Guide/Configuration/Toolbar
In combination with creating your own custom Toolbarset know this: Since FCKeditor 2.3beta it's possible to easily change the toolbar using the JavaScript API by just calling <EditorInstance>.ToolbarSet.Load( '<ToolbarName>' ).