====== 버튼 style_class 속성 가이드 ======
버튼 컴포넌트의 style_class 속성에 대한 샘플 화면이다.
style_class 속성을 지정하여 미리 정의된 버튼 디자인을 적용한다. (화면이 실행시에 반영되어 표시된다.)
===== 예시 =====
템플릿 위치: /HTML5/COMPONENT/BUTTON/button_styleclass
템플릿 파일
* [[xf5projecthome>template/screen/HTML5/COMPONENT/BUTTON/button_styleclass.xml|button_styleclass.xml]]
* [[xf5projecthome>template/screen/HTML5/COMPONENT/BUTTON/button_styleclass.js|button_styleclass.js]]
* [[xf5projecthome>template/template.html?xframe_screen_url=/HTML5/COMPONENT/BUTTON/button_styleclass|새창으로 실행]]
echo '';
echo '';
echo '';
==== 화면 스크립트 ====
function screen_on_load()
{
}