【问题标题】:force tinymce to enter newline with enter keypress rather than making a new paragraph强制tinymce使用回车键输入换行符,而不是创建一个新段落
【发布时间】:2013-01-03 14:57:33
【问题描述】:

当用户在使用 TinyMCE 时按 Enter 键时,它不会添加新行,而是添加新段落。我可以更改此行为并强制它仅添加换行符<br /> 而不是新段落吗?

【问题讨论】:

    标签: jquery tinymce keypress line-breaks paragraph


    【解决方案1】:

    哎呀,答案是对的herehttps://www.tinymce.com/docs/configure/content-filtering/#forced_root_block

    tinyMCE.init({
        ...
        forced_root_block : 'p'
    });
    

    【讨论】:

      猜你喜欢
      • 2019-11-18
      • 1970-01-01
      • 1970-01-01
      • 2014-04-07
      • 1970-01-01
      • 2012-05-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多