이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. ====== tabitem_hover_effecttype 속성 가이드 ====== 탭 tabitem_hover_effecttype 속성 예시 화면이다. 탭 tabitem_hover_effecttype 속성은 탭 아이템에 대한 마우스 호버시 효과를 애니메이션 호과를 설정한다. 관련 속성으로 tabitem_hover_effecttype가 있다. ===== 예시 ===== 템플릿 위치: /HTML5/COMPONENT/TAB/tab_itemhovereffecttype 템플릿 파일 * [[xf5projecthome>template/screen/HTML5/COMPONENT/TAB/tab_itemhovereffecttype.xml|tab_itemhovereffecttype.xml]] * [[xf5projecthome>template/screen/HTML5/COMPONENT/TAB/tab_itemhovereffecttype.js|tab_itemhovereffecttype.js]] * [[xf5projecthome>template/template.html?xframe_screen_url=/HTML5/COMPONENT/TAB/tab_itemhovereffecttype|새창으로 실행]] <php> echo '<html>'; echo '<iframe src="'; echo $conf['plugin']['xf5']['xf5projecthome'], 'template/template.html?'; echo 'xframe_screen_url=/HTML5/COMPONENT/TAB/tab_itemhovereffecttype"'; echo ' class="_xf5_iframe"'; echo ' style="'; echo $conf['plugin']['xf5']['xf5iframestyle']; echo '">'; echo '</iframe>'; echo '</html>'; </php> ==== 화면 스크립트 ==== <sxh javascript> // 화면 로드 이벤트 function screen_on_load() { } </sxh> guide/component/tab/tab_itemhovereffecttype.txt 마지막으로 수정됨: 2024/08/06 15:12저자 127.0.0.1