* ajusted style.

* fixed 'setTemplate' method for kindeditor.
 * added some icons deifinitions.
 * ajusted style of tips after create project.
This commit is contained in:
Catouse
2014-04-15 10:56:16 +08:00
parent 04a2a2ce8d
commit c58fea7d7e
17 changed files with 75 additions and 57 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function initKindeditor(afterInit)
if(editor.tools == 'fullTools') editorTool = fullTools;
var K = KindEditor, $editor = $('#' + editorID);
keEditor = K.create('#' + editorID,
window.editor['#'] = window.editor[editorID] = K.create('#' + editorID,
{
cssPath:[themeRoot + 'zui/css/min.css'],
width:'100%',