- 개요
i-Poratl 6.0 의 아이콘, 폰트 등을 재설정 할 수 있다.
- 적용 방법
1. skin 파일 생성 후 서버에 업로드
...
ex) obj.Property.SkinUrl = "/extention/imatrix6/SkinSample/TMenuSkin.xml";
예제 소스
<?xml version="1.0" encoding="utf-8"?>
<Style><Type <Style>
<Type Name="Resource"><![CDATA[
...
<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>
- 속성 설명
- Image ( vlaue 값이 없거나 "" 이면 기본값, None이면 지정안함)
...
<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
...