作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前正在使用 Medium Editor JS Clone在一个我可以编辑文章的项目上。
编辑器工作得很好,我可以格式化元素和代码,它很干净,但我现在正在尝试找到一种在编辑时添加照片的方法。
一个很好的解决方案是在绝对模式下向事件段落添加侧面按钮,但我还没有找到任何方法向当前事件段落添加类。
这就是它生成的内容:
<div class="editable" contenteditable="true" spellcheck="true" data-medium-editor-element="true" role="textbox" aria-multiline="true" data-medium-editor-editor-index="1" medium-editor-index="574f8260-cdfd-bf53-e5e4-3fff9da2aa19" data-placeholder="Scrivi il testo..." data-medium-focused="true">
<p>Hello this is an editor test.</p>
<p>This is an another paragraph.</p>
</div>
这就是我想要的:
因此,知道编辑器 div 中的哪个 p 是当前事件的,将允许我设置侧面按钮的顶部位置,并单击将刚刚上传的照片附加到段落中。
最佳答案
您可以使用 getSelectedParentElement 找到当前事件的元素(选择所在的位置)功能
editor.getSelectedParentElement()
关于javascript - 如何将类添加到 Medium Editor 中的当前事件段落?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38297277/
我是一名优秀的程序员,十分优秀!