i have integrated the fancybox in silverstripe - it works very smooth - love it
how can i extend in the tinymce the form_select with the id-attribute:
HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles','Name1=class1;Name 2=class2');)
something like
HtmlEditorConfig::get('cms')->setAttribute('theme_advanced_styles','Name1=class1;Name 2=class2');)
couldn't find any solutions...
need help here...
tobias