|
@@ -9,6 +9,8 @@
|
|
console.log(${replace}Ckeditor)
|
|
console.log(${replace}Ckeditor)
|
|
${replace}Ckeditor.config.height = "${height}";//<c:if test="${not empty uploadPath}">
|
|
${replace}Ckeditor.config.height = "${height}";//<c:if test="${not empty uploadPath}">
|
|
${replace}Ckeditor.config.ckfinderPath="${pageContext.request.contextPath}/static/ckfinder";
|
|
${replace}Ckeditor.config.ckfinderPath="${pageContext.request.contextPath}/static/ckfinder";
|
|
|
|
+ ${replace}Ckeditor.config.toolbarStartupExpanded=false;
|
|
|
|
+ ${replace}Ckeditor.config.height='auto';
|
|
var date = new Date(), year = date.getFullYear(), month = (date.getMonth()+1)>9?date.getMonth()+1:"0"+(date.getMonth()+1);
|
|
var date = new Date(), year = date.getFullYear(), month = (date.getMonth()+1)>9?date.getMonth()+1:"0"+(date.getMonth()+1);
|
|
${replace}Ckeditor.config.ckfinderUploadPath="${uploadPath}/"+year+"/"+month+"/";//</c:if>
|
|
${replace}Ckeditor.config.ckfinderUploadPath="${uploadPath}/"+year+"/"+month+"/";//</c:if>
|
|
<%--${replace}Ckeditor--%>
|
|
<%--${replace}Ckeditor--%>
|