TinyMCE:将 CSS 类属性与 formatselect-dropdown 格式结合使用

发布于 2024-07-18 00:54:02 字数 346 浏览 15 评论 0原文

我想在 TinyMCE 格式 "http://wiki.moxiecode.com/index.php/TinyMCE:Control_reference" rel="nofollow noreferrer">formatselect dropdown 支持 css 类属性。

示例:如果希望能够在格式选择下拉列表中选择

而不是仅

作为格式。

这里有人知道我该怎么做吗?

I would like to customize the formats in the TinyMCE formatselect dropdown to support css class attributes.

Example: If would like to be able to select <h2 class='foo'> instead of just <h2> as format in the formatselect dropdown.

Does anyone here have an idea how I could do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧街凉风 2024-07-25 00:54:02

根据其主要开发人员的说法,在当前的 TinyMCE 版本中,没有明智的方法可以做到这一点

我们有高级风格的计划
格式插件。 这样您就可以指定
格式、样式、容器、包装器
JSON 样式结构中的等。

最诚挚的问候,

Spocke - TinyMCE 主要开发人员

...尽管有一种“不聪明”的方法来实现这一点:

TinyMCE 的 content_css 中定义的 CSS 类 h2.foo 将在 styleselect 下拉列表 中显示为 foo

现在,您可以选择

文本并从样式选择下拉列表中选择样式 foo。 这会导致

There is no smart way to do this in the current TinyMCE version according to its main developer:

We have plans for a advanced style
format plugin. So that you can specify
formats, styles, containers, wrappers
etc in a JSON style structure.

Best regards,

Spocke - Main developer of TinyMCE

...though there is an "unsmart" way to achieve this:

A CSS-class h2.foo defined in TinyMCE's content_css will appear in the styleselect dropdown as foo.

You can now select a <h2>-text and choose the style foo from the styleselect dropdown. This results in <h2 class='foo'>.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文