Comment ajouter ou modifier cela depuis la configuration ?
- Code: Select all
jQuery('#buglineError').wymeditor({
xhtmlParser: '/framework/wymeditor/xhtml_parser.js',
cssParser: '/framework/wymeditor/wym_css_parser.js',
skin: 'silver',
stylesheet: '/framework/css/wymeditor.css',
toolsItems: [
{'name': 'Bold', 'title': 'Strong', 'css': 'wym_tools_strong'},
{'name': 'ToggleHtml', 'title': 'HTML', 'css': 'wym_tools_html'},
{'name': 'Preview', 'title': 'Preview', 'css': 'wym_tools_preview'}
],
containersItems: [false],
classesItems: [false],
postInit: function(wym) {
//adjust the editor's height
jQuery(wym._box).find(wym._options.iframeSelector).css('height', '150px');
jQuery(wym._box).css('width', '40%');
jQuery(wym._box).find(wym._options.containersSelector).css('display', 'none');
jQuery(wym._box).find(wym._options.classesSelector).css('display', 'none');
wym.hovertools();
wym.resizable();
}
,lang: 'fr'
});
ps: ce paramètre (xhtmlParser: '/framework/wymeditor/xhtml_parser.js',) active bien les balises en xhtml ? genre les balise <br> devienne <br />