====== 테이블뷰 라인스타일 가이드 ======
테이블뷰 라인 스타일 기능 예시 화면이다.
테이블뷰 라인 스타일 기능은 테이블뷰 내 아이템간 수평/수직 경계선에 대한 스타일 설정 기능을 제공한다.
관련 속성으로 cell_line_vertcolor, cell_line_horzcolor, cell_line_vertstyle, cell_line_horzstyle이 있다.
===== 예시 =====
템플릿 위치: /HTML5/COMPONENT/TABLEVIEW/tablevlew_linestyle
템플릿 파일
* [[xf5projecthome>template/screen/HTML5/COMPONENT/TABLEVIEW/tablevlew_linestyle.xml|tablevlew_linestyle.xml]]
* [[xf5projecthome>template/screen/HTML5/COMPONENT/TABLEVIEW/tablevlew_linestyle.js|tablevlew_linestyle.js]]
* [[xf5projecthome>template/template.html?xframe_screen_url=/HTML5/COMPONENT/TABLEVIEW/tablevlew_linestyle|새창으로 실행]]
echo '';
echo '';
echo '';
==== 화면 스크립트 ====
// 화면 로드 이벤트
function screen_on_load()
{
}