獲得留言列表和留言分頁。
**
實現類**
* com.jspxcms.ext.web.directive.GuestbookListDirective
* com.jspxcms.ext.web.directive.GuestbookPageDirective
**參數**
* siteId:站點ID。多個用英文逗號分隔,如'1,2,5'。默認為當前站點,如果要獲取所有站點的數據,可以傳空字符串''。
* type:留言類型編碼。
* typeId:留言類型ID。
* isRecommend:是否推薦。類型:boolean。如'true','false'。
* status:狀態。默認:已審核。
**范例**
獲取當前站點的所有專題列表:
~~~
[@GuestbookList;list]
[#list list as guestbook]
${guestbook.creator.username}{guestbook.text!}
[/#list]
[/@GuestbookList]
~~~
- 標簽基本知識
- InfoList與InfoPage標簽
- NodeList標簽
- NodeList與NodePage標簽
- InfoFulltextList與InfoFulltextPage標簽
- SpecialCategoryList標簽
- SpecialList與SpecialPage標簽
- TagList與TagPage標簽
- CommentList與CommentPage標簽
- FriendlinkTypeList標簽
- GuestbookTypeList標簽
- GuestbookList和GuestbookPage標簽
- Node標簽
- Info標簽
- InfoPrev標簽
- InfoNext標簽
- Vote標簽
- 標簽通用參數
- A標簽
- QuestionList與QuestionPage標簽
- Question標簽
- Query標簽