We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
说下我目前所遇到的问题,
1.当全局菜单设置为空的时候,编辑器会出现黑边的情况。 ___E.config.menus = []; 这个不好截图,点击文字就是出现菜单的最左边的黑条和倒三角。
2.当编辑器里面有很多内容,出现滚动条的时候,此时用户使用 $txt.append('追加内容aaaaa...');追加内容,当编辑器的滚动条在最顶部的时候,怎么才能使编辑器的滚动条会自动滚动到最底部。
3.使用$txt.text();获取text内容的时候,好像把换行符都去掉了,怎样设置不去掉换行符,保持现在格式状态。
4.在编辑器敲回车的时候好像是自动生成< div >< br >< /div > ,能不能换成< p >< br >< /p >这样。
The text was updated successfully, but these errors were encountered:
第一张图是咱们编辑器使用$txt.text();获取到的内容。
第二张图是其它编辑器获取textarea的val值的弹出值。
$txt.text();怎样才能达到第二章图这样的效果呢?
Sorry, something went wrong.
$txt
jquery
<div>
$txt.text()
$txt.html()
其实,这个wangEditor-mobile是我年前对移动端编辑器的一个尝试,后来升级PC版的2.0,也没再维护过。今年我计划将wangEditor-mobile集成到PC版的2.0中,做成响应式的。你提到的这些问题,我到时候将作为参考内容。
wangEditor-mobile
No branches or pull requests
说下我目前所遇到的问题,
1.当全局菜单设置为空的时候,编辑器会出现黑边的情况。
___E.config.menus = [];
这个不好截图,点击文字就是出现菜单的最左边的黑条和倒三角。
2.当编辑器里面有很多内容,出现滚动条的时候,此时用户使用 $txt.append('追加内容aaaaa...');追加内容,当编辑器的滚动条在最顶部的时候,怎么才能使编辑器的滚动条会自动滚动到最底部。
3.使用$txt.text();获取text内容的时候,好像把换行符都去掉了,怎样设置不去掉换行符,保持现在格式状态。
4.在编辑器敲回车的时候好像是自动生成< div >< br >< /div > ,能不能换成< p >< br >< /p >这样。
The text was updated successfully, but these errors were encountered: