template @it_list_header
리스트 헤더의 기본 템플릿이다.
See Also
Template
{
name: '@it_list_header',
description: "List header template",
props: {},
template: {
layout: "hlinear",
children: [{
value: "${@caption;Header}",
tag: "caption",
width: '*',
align: "${@caption-align}",
style: {
fontWeight: "bold",
color: "${@caption-color;#333}"
}
}]
}
}