v1.0 beta init

This commit is contained in:
life
2014-10-22 16:20:45 +08:00
parent 8ae438272b
commit 593d2c2965
225 changed files with 27217 additions and 3675 deletions

View File

@ -19,11 +19,12 @@ tinymce.PluginManager.add('codemirror', function(editor, url) {
editor.selection.setContent('<span class="CmCaReT" style="display:none">&#0;</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: [