-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
期待能有全屏的选项 #412
Comments
收到,“配置文本域的名称”这个是指给textarea增加name属性么? |
是的,现在好像是以固定code命名。 |
已实现相关功能 editor: {
name: 'cherry-text', // 设置textarea的name属性值
autoSave2Textarea: true, // 设置为true后,编辑区的变更会自动同步到textarea里(默认为false)
} 2、全屏按钮 ,可以在option里增加对toolbar/toolbarRight的配置 toolbars:{
toolbarRight: ['fullScreen'],
} |
好的,非常感谢!待会用下 |
你好,刚下载了 0.8.18 用了下,全屏是可以用了(放在toolbar:['fullScreen',...]中),属性 autoSave2Textarea,toolbarRight 好像在源码中是没有的。 |
哦哦,是的,还没发布,目前只提交到了dev分支哈,需要发布后才能使用(或者直接使用dev分支的) |
好的,那待会下dev里的试下先,谢谢! |
期待能有全屏的功能选项,以及可参数配置文本域的名称
The text was updated successfully, but these errors were encountered: