====== position 속성 가이드======
컴포넌트 position 속성에 대한 샘플 화면이다.
position은 컴포넌트의 표시 위치를 결정하는 방식을 설정한다.
관련 패널 속성으로 content_display_type, content_flex_direction, content_flex_alignitems, content_flex_justifycontent가 있다.
패널 관련 도움말 [[https://technet.softbase.co.kr/wiki/guide/component/panel/panel_contentdisplayflex|content_display_type]]가이드를 참조한다.
===== 예시 =====
템플릿 위치: /HTML5/COMPONENT/COMMON/position_basic
템플릿 파일
* [[xf5projecthome>template/screen/HTML5/COMPONENT/COMMON/position_basic.xml|position_basic.xml]]
* [[xf5projecthome>template/screen/HTML5/COMPONENT/COMMON/position_basic.js|position_basic.js]]
* [[xf5projecthome>template/template.html?xframe_screen_url=/HTML5/COMPONENT/COMMON/position_basic|새창으로 실행]]
* [[https://technet.softbase.co.kr/wiki/guide/component/panel/panel_contentdisplayflex|패널 content_display_type 가이드]]
echo '';
echo '';
echo '';
==== 화면 스크립트 ====
// 화면 로드 이벤트
function screen_on_load()
{
}