UNPKG
zx-editor
Version:
latest (3.0.4-alpha)
3.0.4-alpha
3.0.2
3.0.1
3.0.0-alpha
2.5.3
2.5.2
2.5.1
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.11
2.2.10
2.2.9
2.2.8
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.1.1
2.1.0
1.0.4
1.0.2
1.0.1
0.0.1
ZxEditor is a HTML5 rich text editor
github.com/capricorncd/zx-editor
capricorncd/zx-editor
zx-editor
/
src
/
js
/
plugins
/
text-style
/
index.js
11 lines
(9 loc)
•
268 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Created by Capricorncd. * User: https://github.com/capricorncd * Date: 2019/05/04 00:09 */
import
{ styleExpansionPanel }
from
'./style-expansion-panel'
export
function
textStyle
(
) {
this
.
toolbar
.
addButton
(styleExpansionPanel.
call
(
this
,
this
.
options
)) }