gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

TinyMCE skin variant support #817

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As showcased here: http://www.tinymce.com/tryit/skins.php
TinyMCE supports skin variants set as follows:
[…]
theme : "advanced",
skin : "o2k7",
skin_variant : "silver",
[…]

Any chance this setting could be included in the TinyMCE generation tag?

Original issue reported on code.google.com by niko...@conceited.net on 7 May 2012 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 8 May 2012 at 4:29

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/struts2-jquery/source/detail?r=1651

Original comment by johgep on 8 May 2012 at 4:48

GoogleCodeExporter commented 9 years ago
Use the editorSkinVariant Attribute available in new 3.3.1 release.

Original comment by johgep on 8 May 2012 at 6:43