TinyMCEのToolbarCommand
よく忘れるのでメモしておく。全部を使うことはないけどね。

TinyMCE | Commands Available for TinyMCE
The complete list of exposed editor commands.
Tinyinitの各コードに追加するだけ。
Freoの場合はjs/admin.js
- toolbar: ‘bold? | undo redo help’
- mobile: {toolbar: [ ‘bullist numlist styleselect’ ]}
- quickbars_insert_toolbar: ‘code | image media quicktable | hr charmap nonbreaking pagebreak’
- quickbars_selection_toolbar: ‘bold underline strikethrough styleselect | quicklink removeformat’
Plugin Commands
Commands are available for the following plugins:
- Advanced Code
- Advanced Lists
- Advanced Tables
- Anchor
- Autoresize
- Case Change
- Character Map
- Code
- Code Sample
- Comments
- Directionality
- Export
- Format Painter
- Full Page
- Full Screen
- Help
- Image
- Image Tools
- Insert Date/Time
- Link
- Lists
- Media
- Nonbreaking Space
- Page Break
- Paste
- Permanent Pen
- PowerPaste
- Preview
- Save
- Search and Replace
- Spell Checker
- Table
- Template
- Table of Contents
- Visual Blocks
- Visual Characters
Commands
- forecolor
- bold
- underline
- strikethrough
- styleselect
- bullist
- numlist
- outdent indent
- code fullscreen
- forecolor
- backcolor
- removeformat
- link unlink
- image
- media
- charmap
- pagebreak
- searchreplace
- undo
- redo
- help
コメント