简体   繁体   中英

How to change the <font size> of SC Editor?

I've been using SC Editor, but for font size it uses <font size="number"></font> . Is there anyway to change it to <span class="font+number"></span> ?

I've been looking in the plugin JS, but couldn't find anything. Can anyone help?

Thanks in advance.

You need to specify the xhtml plugin, even if you are using xhtml version of sceditor

$("textarea").sceditor({
    plugins: "xhtml"
});

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM