### emoticonsSet
| Type: | Array |
|---|
| Default: | [{code: '1f600', desc: 'Grinning face'},{code: '1f601', desc: 'Grinning face with smiling eyes'},{code: '1f602', desc: 'Face with tears of joy'},{code: '1f603', desc: 'Smiling face with open mouth'},{code: '1f604', desc: 'Smiling face with open mouth and smiling eyes'},{code: '1f605', desc: 'Smiling face with open mouth and cold sweat'},{code: '1f606', desc: 'Smiling face with open mouth and tightly-closed eyes'},{code: '1f607', desc: 'Smiling face with halo'},{code: '1f608', desc: 'Smiling face with horns'},{code: '1f609', desc: 'Winking face'},{code: '1f60a', desc: 'Smiling face with smiling eyes'},{code: '1f60b', desc: 'Face savoring delicious food'},{code: '1f60c', desc: 'Relieved face'},{code: '1f60d', desc: 'Smiling face with heart-shaped eyes'},{code: '1f60e', desc: 'Smiling face with sunglasses'},{code: '1f60f', desc: 'Smirking face'},{code: '1f610', desc: 'Neutral face'},{code: '1f611', desc: 'Expressionless face'},{code: '1f612', desc: 'Unamused face'},{code: '1f613', desc: 'Face with cold sweat'},{code: '1f614', desc: 'Pensive face'},{code: '1f615', desc: 'Confused face'},{code: '1f616', desc: 'Confounded face'},{code: '1f617', desc: 'Kissing face'},{code: '1f618', desc: 'Face throwing a kiss'},{code: '1f619', desc: 'Kissing face with smiling eyes'},{code: '1f61a', desc: 'Kissing face with closed eyes'},{code: '1f61b', desc: 'Face with stuck out tongue'},{code: '1f61c', desc: 'Face with stuck out tongue and winking eye'},{code: '1f61d', desc: 'Face with stuck out tongue and tightly-closed eyes'},{code: '1f61e', desc: 'Disappointed face'},{code: '1f61f', desc: 'Worried face'},{code: '1f620', desc: 'Angry face'},{code: '1f621', desc: 'Pouting face'},{code: '1f622', desc: 'Crying face'},{code: '1f623', desc: 'Persevering face'},{code: '1f624', desc: 'Face with look of triumph'},{code: '1f625', desc: 'Disappointed but relieved face'},{code: '1f626', desc: 'Frowning face with open mouth'},{code: '1f627', desc: 'Anguished face'},{code: '1f628', desc: 'Fearful face'},{code: '1f629', desc: 'Weary face'},{code: '1f62a', desc: 'Sleepy face'},{code: '1f62b', desc: 'Tired face'},{code: '1f62c', desc: 'Grimacing face'},{code: '1f62d', desc: 'Loudly crying face'},{code: '1f62e', desc: 'Face with open mouth'},{code: '1f62f', desc: 'Hushed face'},{code: '1f630', desc: 'Face with open mouth and cold sweat'},{code: '1f631', desc: 'Face screaming in fear'},{code: '1f632', desc: 'Astonished face'},{code: '1f633', desc: 'Flushed face'},{code: '1f634', desc: 'Sleeping face'},{code: '1f635', desc: 'Dizzy face'},{code: '1f636', desc: 'Face without mouth'},{code: '1f637', desc: 'Face with medical mask'}]|
| Plugin: | emoticons.min.js |
在插入表情符号弹出可用数组。每一个表情符号是由一个 `Object` 包含代码和每一个表情符号描述定义。
#### 代码参考
~~~
$('.selector').froalaEditor({
emoticonsSet: [
{code: '1f630', desc: 'Face with open mouth and cold sweat'},
{code: '1f631', desc: 'Face screaming in fear'},
{code: '1f632', desc: 'Astonished face'},
{code: '1f633', desc: 'Flushed face'},
{code: '1f634', desc: 'Sleeping face'},
{code: '1f635', desc: 'Dizzy face'},
{code: '1f636', desc: 'Face without mouth'},
{code: '1f637', desc: 'Face with medical mask'}
]
});
~~~
### emoticonsUseImage
| Type: | Boolean |
|---|
| Default: | true|
| Plugin: | emoticons.min.js |
使用emojione SVG图像代替Unicode文本。
#### 代码参考
~~~
$('.selector').froalaEditor({
emoticonsUseImage: false
});
~~~
### emoticonsStep
| Type: | Number |
|---|
| Default: | 8 |
| Plugin: | emoticons.min.js |
显示在插入表情弹出表情符号数量。
#### 代码参考
~~~
$('.selector').froalaEditor({
emoticonsStep: 10
});
~~~
- 介绍
- 引用调用
- 选项(Options)
- 字符计数器(CharCounter)
- 代码美化工具(CodeBeautifier)
- 代码视图(CodeView)
- 颜色(Colors)
- 拖动(Draggable)
- 表情(Emoticons)
- 实体符(Entities)
- 文件(File)
- 字体家族(FontFamily)
- 字体大小(FontSize)
- 一般选项(General)
- 图像(Image)
- 图像管理器(ImageManager)
- 内联样式(InlineStyle)
- 语言(Language)
- 线路断路器(LineBreaker)
- 链接(Link)
- 段落格式(ParagraphFormat)
- 快速插入(Quick Insert)
- 保存(Save)
- Table
- Video
- Methods
- Align
- Button
- CharCounter
- Clean
- Code View
- Colors
- Commands
- Core
- Cursor
- Edit
- Emoticons
- Events
- File
- Font Family
- Font Size
- Format
- Fullscreen
- General
- Helpers
- HTML
- Image
- Image Manager
- Inline Style
- Keys
- Language
- Link
- Lists
- Markers
- Node
- Paragraph Format
- Paragraph Style
- Placeholder
- Popups
- Position
- Quote
- Save
- Selection
- Size
- Snapshot
- Table
- Toolbar
- Tooltip
- Undo
- Video