====== 패널 content_display_type 속성 ======
패널 컴포넌트의 content_display_type 속성에 대한 샘플 화면이다.
content_display_type 속성이 2:flex을 지정시, content_flex 관련 속성이 사용된다.
content_flex 관련 속성은 내부 컴포넌트 position 속성이 1:relative인 컴포넌트에 적용된다.
===== 예시 =====
템플릿 위치: /HTML5/COMPONENT/PANEL/panel_contentdisplayflex
템플릿 파일
* [[xf5projecthome>template/screen/HTML5/COMPONENT/PANEL/panel_contentdisplayflex.xml|panel_contentdisplayflex.xml]]
* [[xf5projecthome>template/screen/HTML5/COMPONENT/PANEL/panel_contentdisplayflex.js|panel_contentdisplayflex.js]]
* [[xf5projecthome>template/template.html?xframe_screen_url=/HTML5/COMPONENT/PANEL/panel_contentdisplayflex|새창으로 실행]]
echo '';
echo '';
echo '';
==== 화면 스크립트 ====
function screen_on_load()
{
}