개발자포탈 관련 summernote 영역 에디터 스타일 정규화

This commit is contained in:
Rinjae
2025-12-30 15:32:23 +09:00
parent ba6dff6f9e
commit 9a1e73ec4f
4 changed files with 340 additions and 0 deletions
@@ -13,6 +13,7 @@
<title>FAQ 상세</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<jsp:include page="/jsp/common/include/css.jsp"/>
<link rel="stylesheet" type="text/css" href="<c:url value="/css/editor-content.css"/>"/>
<jsp:include page="/jsp/common/include/script.jsp"/>
<script language="javascript">
var url = '<c:url value="/onl/apim/portalfaq/portalFaqMan.json" />';
@@ -80,6 +81,7 @@
],
callbacks: {
onInit: function() {
$('.note-editable').addClass('editor-content');
$('.note-editable').on('keydown', function(e) {
if (e.keyCode === 8) {
e.stopPropagation();
@@ -13,6 +13,7 @@
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<jsp:include page="/jsp/common/include/css.jsp"/>
<link rel="stylesheet" type="text/css" href="<c:url value="/css/editor-content.css"/>"/>
<jsp:include page="/jsp/common/include/script.jsp"/>
<script language="javascript" >
@@ -150,6 +151,7 @@
],
callbacks: {
onInit: function() {
$('.note-editable').addClass('editor-content');
$('.note-editable').on('keydown', function(e) {
if (e.keyCode === 8) {
e.stopPropagation();
@@ -18,6 +18,7 @@
<title>이용약관 상세</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<jsp:include page="/jsp/common/include/css.jsp"/>
<link rel="stylesheet" type="text/css" href="<c:url value="/css/editor-content.css"/>"/>
<jsp:include page="/jsp/common/include/script.jsp"/>
<jsp:include page="/jsp/common/include/portal.jsp"/>
<script language="javascript">
@@ -140,6 +141,7 @@
],
callbacks: {
onInit: function() {
$('.note-editable').addClass('editor-content');
$('.note-editable').on('keydown', function(e) {
if (e.keyCode === 8) {
e.stopPropagation();