2008年11月10日星期一

Tiny-mce编辑器中的
代替

http://wiki.moxiecode.com/index.php/TinyMCE:FAQ

So if you really really must use BR elements for some odd reason then set this in your init code:

tinyMCE.init({
forced_root_block : false,
force_br_newlines : true,
force_p_newlines : false
});

没有评论: