Option: theme_advanced_source_editor_width

This option is used to define the width of the source editor dialog. This option is set to 500 by default.

Example of usage of the theme_advanced_source_editor_width option:

tinyMCE.init({
	...
	theme_advanced_source_editor_width : "700"
});