我在网页上使用TinyMce。现在该字段也必须能够保存为pdf。为此,我有一个插件。但是,tinymce不会终止其br元素。伪造的东西是br标签,它没有结束标签。所以我不断收到错误。
这就是init目前的样子。任何syggestions如何提出/添加/?br?
selector: select,
toolbar: 'undo redo | bold italic underline | numlist bullist | forecolor backcolor',
menubar: false,
statusbar: false,
plugins: "textcolor autoresize",
min_height: 10,
height: 10,
resize: false,
forced_root_block_attrs: { "style": "margin:0px;" },
autoresize_bottom_margin : 0,
autoresize_min_height: 10,
element_format: 'xhtml',
encoding: 'xml',
doctype : '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',