웹솔루션개발 22년 노하우! 해피CGI의 모든것

[해피CGI][cgimall] Simple Button 본문

웹프로그램밍 자료실/JAVA 자료

[해피CGI][cgimall] Simple Button

해피CGI윤실장 2016. 11. 11. 09:20


위와 같이 예쁜 버튼을 만들수 있는 플러그인 입니다.
질 높은 문서 작성을 위해선 해당 버튼의 플러그인이 필수 같습니다.

config.js 에

config.extraPlugins = 'simplebutton';

를 추가하시고

config.allowedContent = true;

옵션과
 
config.toolbar = [
...
{ name: 'other', items: ['SimpleButton'] }
]

툴바에 활성화 시켜주시면 됩니다.

 

 

 

홈페이지바로가기 

Comments