|
|
@@ -205,8 +205,8 @@
|
|
|
<!-- 등록/수정 -->
|
|
|
</div>
|
|
|
|
|
|
-<script type="text/javascript" src="/ux/plugins/summernote/summernote.js?v=2020103001"></script>
|
|
|
-<script type="text/javascript" src="/ux/plugins/gaga/gaga.summernote.js?v=2021053101"></script>
|
|
|
+<!-- <script type="text/javascript" src="/ux/plugins/summernote/summernote.js?v=2020103001"></script>
|
|
|
+<script type="text/javascript" src="/ux/plugins/gaga/gaga.summernote.js?v=2021053101"></script> -->
|
|
|
<script th:inline="javascript">
|
|
|
/*<![CDATA[*/
|
|
|
// 공지사항유형(10:사이트공지, 20:내부공지)
|
|
|
@@ -343,7 +343,8 @@
|
|
|
}
|
|
|
|
|
|
// 공지내용. Summernote에 값 세팅
|
|
|
- gagaSn.setContents('#noticeContent', event.data.noticeContent);
|
|
|
+ //gagaSn.setContents('#noticeContent', event.data.noticeContent);
|
|
|
+ $('#detailForm textarea[name=noticeContent]').val(event.data.noticeContent);
|
|
|
|
|
|
// 수신자 목록
|
|
|
fnGetNoticeReceiverList(event.data.noticeSq);
|
|
|
@@ -481,8 +482,8 @@
|
|
|
$('#detailForm input[name=noticeSq]').val('');
|
|
|
$('#detailForm input[name=noticeStdt]').val(_today);
|
|
|
$('#detailForm input[name=noticeEddt]').val(_today);
|
|
|
-
|
|
|
- gagaSn.setContents('#noticeContent', '');
|
|
|
+ $('#detailForm input[name=noticeContent]').val('');
|
|
|
+ //gagaSn.setContents('#noticeContent', '');
|
|
|
});
|
|
|
|
|
|
// 저장
|
|
|
@@ -618,8 +619,8 @@
|
|
|
gagaAgGrid.createGrid('gridList', gridOptions);
|
|
|
|
|
|
// Create a summernote
|
|
|
- let snOptions = gagaSn.getToolbarOptions();
|
|
|
- gagaSn.createSummernote(snOptions, '#noticeContent');
|
|
|
+ //let snOptions = gagaSn.getToolbarOptions();
|
|
|
+ //gagaSn.createSummernote(snOptions, '#noticeContent');
|
|
|
|
|
|
$("#fileCnt").trigger('change');
|
|
|
});
|