페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
  • 개요
    i-Poratl 6.0 의 아이콘, 폰트 등을 재설정 할 수 있다.


        Image Added


  • 적용 방법

           1. skin 파일 생성 후 서버에 업로드

...

                          <Item type="Int" id = "ReportTitleFontSize" value="15"/>
                          <Item type="String" id = "ReportFontFamily" value="궁서"/>
                          <Item type="String" id = "ReportFontWeight" value=""/>

                          <Item type="Int" id="TreeItemFontSize" value="12" />

                  </Resource>

                 ]]>
               </Type>
               </Style>

...

                  <Item type="Int" id = "ReportTitleFontSize" value="15"/> : 타이틀 폰트 사이즈

                 <Item type="Int" id="TreeItemFontSize" value="12" /> : 트리 폰트 사이즈

        - String 

                   <Item type="String" id = "ReportFontFamily" value="궁서"/> : 타이틀 글꼴
                   <Item type="String" id = "ReportFontWeight" value=""/> : 타이틀 FontWeight

...