fckeditor 수정 기록 추가 줄 간격 기능 플러그 인

fckconfig.js 에서 수정 추가
 
FCKConfig.LineHeights = '100%;150%;200%;250%;300%' ;
'Size' :
{
Element : 'span',
Styles : { 'font-size' : '#("Size","fontSize")' },
Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ]
},
이 아래 에 추가
 
'LineHeight' :
{
Element : 'span',
Styles : { 'line-height' : '#("Font")' },
Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ]
},
FCKConfig.ToolbarSets 에'LineHeight'오픈 플러그 인 FCKConfig.Plugins.Add('LineHeight','zh-cn')를 추가 합 니 다.'Line Height'라 는 자모의 대소 문자 에 주의 하 세 요.fckeditor\\editor\plugins 폴 더 에 Line Height 디 렉 터 리 를 fckeditor\\editor\js 에 fckeditorcode 업로드gecko.js 와 fckeditorcodei.js 이 두 js 는 주로 알 수 없 는 도구 모음 항목 을 해결 하 는 것 입 니 다.

좋은 웹페이지 즐겨찾기