Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- flask 시작
- ubuntu error
- AWS
- ubuntu docker
- aws s3
- jstl list
- 우분투 세팅
- ubuntu
- python anaconda
- vscode anaconda
- conda lib
- live drawin
- hls 연동
- MySQL
- php
- php pdf
- php encryption
- aws s3 delete
- mongodb 명령어
- vscode python
- php pdf convert
- pypi 배포
- ubuntu setting
- ubuntu nginx
- mongo 설치
- php 암호화
- ubuntu ffmpeg
- flask 세팅
- mongo 명령어
- s3
Archives
- Today
- Total
목록smarteditor display (1)
인생을 바꾸는 기록
naver smarteditor display:none 문제 focus 안됨
문제점 naver smarteditor를 처음에 로딩하고 display:none을 하고 다시 show할 시 동작하지 않음 해결법 1. show 하는 코드 부분에 jQuery('#menuDc-iframe').height(460); height 수정하는 코드를 삽입 그리고 2. 처음로딩 하는곳에 nhn.husky.EZCreator.createInIFrame({ // 여기에 아래 코드 삽입 fOnAppLoad : function(){ jQuery("#trMenuDc").hide(); }, ex) 이런식으로 됨 jQuery.noConflict(); var oEditors = []; nhn.husky.EZCreator.createInIFrame({ oAppRef: oEditors, elPlaceHolder: "m..
Javascript Tip
2019. 4. 8. 10:06