fckeditor 레코드 수정 행 간격 기능 추가 플러그인

1048 단어
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 폴더에 LineHeight 디렉토리 업로드
fckeditor\editor\js에 fckeditorcode 업로드gecko.js 및 fckeditorcodeie.js
이 두 js는 주로 알 수 없는 도구 모음 항목을 해결합니다

좋은 웹페이지 즐겨찾기