본문 바로가기

썸머노트 엔터 시 동작하는 코드

이온디 2021.02.06 18:37 조회 624 댓글 0
목록 글쓰기
jQuery(this).summernote({
                            callbacks: {
                                onEnter: function() {
                                    console.log('Enter/Return key pressed');
                                }
                            }
                        });


                        // summernote.enter
                        jQuery(this).on('summernote.enter', function() {
                            console.log('Enter/Return key pressed');
                        });

출처 : https://summernote.org/deep-dive/#focus 

https://summernote.org/deep-dive/#focus" style="height: 451px;">https://summernote.org/deep-dive/#focus


댓글 0

아직 댓글이 없어요

이 글에 대한 생각을 가장 먼저 남겨보세요.

댓글을 작성하려면 로그인이 필요합니다.