这个选项设置容器的默认对齐方式。值可以是 "left", "center" 或者 "right"。只有当 theme 设为 advanced 并且 theme_advanced_layout_manager 选项值为 "RowLayout"时才有用。
theme_advanced_containers_default_align 选项的使用示例:
tinyMCE.init({
...
theme_advanced_containers_default_align : "left"
});
这个选项设置容器的默认对齐方式。值可以是 "left", "center" 或者 "right"。只有当 theme 设为 advanced 并且 theme_advanced_layout_manager 选项值为 "RowLayout"时才有用。
tinyMCE.init({
...
theme_advanced_containers_default_align : "left"
});