2007/12/12 20:37
제로보드XE 위젯중 "텝 형태 최근문서 출력"이 있다
그런데 코드생성기에 보면 리스트수를 설하는 것이 안보인다.
그대로 생성된 코드를 레이아웃등에 복사해 넣어 실행하면 리스트는 5로 고정되어 있는 것을 볼수있다.
이것을 마음대로 설하는 방법을 설명하려한다.
1. 위젯 코드생성기로 생성시킨 코드이다.
<img width="100%" height="100" src="http://www.bluegate.kr/common/tpl/images/aaa.jpg" class="zbxe_widget_output" style="clear:both;" widget="tab_newest_document" body="" skin="xe_official" colorset="normal" widget_cache="0" order_target="list_order" order_type="desc" duration_new="" subject_cut_size="" thumbnail_type="crop" thumbnail_width="" thumbnail_height="" display_author="Y" display_regdate="Y" display_readed_count="Y" display_voted_count="Y" mid_list="zbxeinfo,zbxeqna" widget_sequence="381" />
2. 위에 코드에 list_count 속성만 하나 추가시켜면된다.
<img width="100%" height="100" src="http://www.bluegate.kr/common/tpl/images/aaa.jpg" class="zbxe_widget_output" style="clear:both;" widget="tab_newest_document" body="" skin="xe_official" colorset="normal" widget_cache="0" order_target="list_order" order_type="desc" duration_new="" subject_cut_size="" thumbnail_type="crop" thumbnail_width="" thumbnail_height="" display_author="Y" display_regdate="Y" display_readed_count="Y" display_voted_count="Y" mid_list="zbxeinfo,zbxeqna" widget_sequence="381" list_count="10" />
빨간색으로 표시되어 있는 것처럼 list_count를 10으로 설정했다.
이제 리스트가 10개 까지 나올것이다.
한번해보시면 이해가 되실겁니다. 추가질문은 댓글 달아주세요 ^^
그런데 코드생성기에 보면 리스트수를 설하는 것이 안보인다.
그대로 생성된 코드를 레이아웃등에 복사해 넣어 실행하면 리스트는 5로 고정되어 있는 것을 볼수있다.
이것을 마음대로 설하는 방법을 설명하려한다.
1. 위젯 코드생성기로 생성시킨 코드이다.
<img width="100%" height="100" src="http://www.bluegate.kr/common/tpl/images/aaa.jpg" class="zbxe_widget_output" style="clear:both;" widget="tab_newest_document" body="" skin="xe_official" colorset="normal" widget_cache="0" order_target="list_order" order_type="desc" duration_new="" subject_cut_size="" thumbnail_type="crop" thumbnail_width="" thumbnail_height="" display_author="Y" display_regdate="Y" display_readed_count="Y" display_voted_count="Y" mid_list="zbxeinfo,zbxeqna" widget_sequence="381" />
2. 위에 코드에 list_count 속성만 하나 추가시켜면된다.
<img width="100%" height="100" src="http://www.bluegate.kr/common/tpl/images/aaa.jpg" class="zbxe_widget_output" style="clear:both;" widget="tab_newest_document" body="" skin="xe_official" colorset="normal" widget_cache="0" order_target="list_order" order_type="desc" duration_new="" subject_cut_size="" thumbnail_type="crop" thumbnail_width="" thumbnail_height="" display_author="Y" display_regdate="Y" display_readed_count="Y" display_voted_count="Y" mid_list="zbxeinfo,zbxeqna" widget_sequence="381" list_count="10" />
빨간색으로 표시되어 있는 것처럼 list_count를 10으로 설정했다.
이제 리스트가 10개 까지 나올것이다.
한번해보시면 이해가 되실겁니다. 추가질문은 댓글 달아주세요 ^^




