TinyMCE 方向性 ltr 所有子元素
据我所知,TinyMCE 中的方向性插件,使用按钮 ltr,仅将 dir="ltr" 应用于所选的顶部元素。 我想改变这种行为,所以它将把 ltr 方向性应用于所选元素的所有子树元素,其中方向不是 ltr。
As far as I know the directionality plugin in TinyMCE, with the button ltr, only apply dir="ltr" to the selected top element.
I want to change this behaviour, so it will apply the ltr directionality to all subtree elements of the selected element, in which the direction is not ltr.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在方向性插件之外解决了这个问题,使用
:
I solved it outside of the directionality plugin using:
And