묻고답하기
이모티콘 팝업 창의 크기를 키우고 싶습니다.
2015.02.05 23:01
사정상
이모티콘 컴포넌트도 쓰고,
이모티콘 컴포넌트를 그대로 복제한 계산기 출력 컴포넌트도 쓰고 있습니다. (2개 다 사용)
사이트 : http://www.allcalc.tk/
창이 뜰 때 좀 크게 나왔으면 좋겠는데,
고정 사이즈로 나오더라구요.
해당 컴포넌트의 popup.js 에서 해결을 하면 좋겠는데,
https://github.com/xpressengine/xe-core/blob/master/modules/editor/components/emoticon/tpl/popup.js
그렇지 않다면 기존 팀에 나왔던,
고정 팝업창을 고치는 방법이라도 좋습니다.
https://github.com/xpressengine/xe-core/blob/master/common/js/xe.min.js
옛날 방법은 소스가 바뀌었는지 파일을 찾아봐도 해당 내용이 없습니다.
방법1 https://www.xpressengine.com/index.php?document_srl=20790867
(송동우님 팁 : h=$pc.height(10) 숫자 수정)
방법2 http://www.xpressengine.com/index.php?document_srl=20626994
(송동우님 팁 : function setFixedPopupSize() 의 c=a.height(400) 숫자 수정 )
댓글 2
-
자야2
2015.04.25 08:18
-
세상의모든계산기
2016.01.19 20:45
emoticon components 의 팝업시 로딩되는 기본 아이콘 셋을 msn 에서 Green으로 바꿨습니다. Green은 로딩되는 아이콘이 크고 많아서 팝업창이 처음부터 크게 나와서 문제 해결되었습니다.
수정한 파일 /xe/modules/editor/components/emoticon/tpl/popup.js
// load default emoticon set, msn to Green getEmoticons('Green'); $('#selectEmoticonList').change(function(){ getEmoticons(this.value) });
xe1.7.13에서 방법2 http://www.xpressengine.com/index.php?document_srl=20626994 적용되는데요?^^ 방금 바꿨습니다.