v1.0 beta init
This commit is contained in:
@ -19,11 +19,12 @@ tinymce.PluginManager.add('codemirror', function(editor, url) {
|
||||
editor.selection.setContent('<span class="CmCaReT" style="display:none">�</span>');
|
||||
|
||||
// Open editor window
|
||||
var height = $(document).height();
|
||||
var win = editor.windowManager.open({
|
||||
title: 'HTML source code',
|
||||
url: url + '/source.html',
|
||||
width: 800,
|
||||
height: 550,
|
||||
height: height-150,
|
||||
resizable : true,
|
||||
maximizable : true,
|
||||
buttons: [
|
||||
|
Reference in New Issue
Block a user