选项:theme_advanced_source_editor_width
这个选项设置源代码编辑对话框的宽度。默认为500象素。
theme_advanced_source_editor_width 选项的使用示例:
tinyMCE.init({ ...
theme_advanced_source_editor_width : "700"
});