[Tips] 위젯만들기 - 최근게시물위젯 (중급)
2021.09.01 20:35
57
0
https://eond.com/441165
<!--@if($widget_info->list_type == "gallery")-->
<!--#include("./gallery.html")-->
<!--@elseif($widget_info->list_type == "image_title")-->
<!--#include("./image_title.html")-->
<!--@elseif($widget_info->list_type == "image_title_content")-->
<!--#include("./image_title_content.html")-->
<!--@else-->
<!--#include("./normal.html")-->
<!--@end-->


$widget_info->list_type

gallery / image_title / image_title_content / normal


./widgets/위젯명/skins/스킨명


skin.xml

content.html

assets/css

assets/js

components/tab_top.html

components/tab_left.html

components/tab_none.html

templates/gallery/

templates/image_title/

templates/image_title_content/

templates/normal/

라이믹스는 이온디와 함께

newcomment
닫기

마이페이지

로그인을 해주세요