## ExtendGroups
### 如何引入使用
```javascript
tinymce.init({
selector: '#tinydemo',
plugins: "extendgroups",
toolbar: 'mygroups'
extend_groups: {
mygroups: {
icon: 'mygroupsicon',
tooltip: 'mygroups',
isSelect: true,
type: 'togglemenuitem',
items: [{
type: 'selectItem',
icon: 'fontsizeselect',
text: '字体',
value: '12px 14px 16px 18px 24px 36px 48px 56px 72px'
},
{
type: 'togglechoiceitem'
icon: 'underline',
text: '下划线',
value: 'underline',
styleSelector: 'text-decoration'
},
{
type: 'togglechoiceitem'
icon: 'bold',
text: '加粗',
value: 'bold',
selector: 'strong'
},
{
type: 'togglechoiceitem'
icon: 'italic',
text: '斜体',
value: 'italic',
selector: 'em'
},
]
}
},
extend_groups_addicon: {
mygroupsicon: '' //可