选项包含容器与控制面板默认的 class 名。只有当 theme 选项为 advanced 并且 theme_advanced_layout_manager 选项设为 "RowLayout" 时才有用。
theme_advanced_containers_default_class 选项的使用示例:
tinyMCE.init({
...
theme_advanced_containers_default_class : "myPanelClass"
});
选项包含容器与控制面板默认的 class 名。只有当 theme 选项为 advanced 并且 theme_advanced_layout_manager 选项设为 "RowLayout" 时才有用。
tinyMCE.init({
...
theme_advanced_containers_default_class : "myPanelClass"
});