taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Cannot Hide H1, H2, H3 Icons #193

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As you can see jwysiwyg can't hide h1, h2, h3 icons !

$('.wysiwyg').wysiwyg({
controls: {
   h1: {visible: false},
   h2: {visible: false},
   h3: {visible: false}
}
});

Original issue reported on code.google.com by mek...@gmail.com on 22 Jun 2010 at 10:57

GoogleCodeExporter commented 8 years ago
I suppose that You use very old version of jwysiwyg.

http://akzhan.github.com/jwysiwyg/examples/06-hide-heading-buttons.html

http://github.com/akzhan/jwysiwyg/downloads

Original comment by akzhan.a...@gmail.com on 27 Jun 2010 at 9:25