獲取調查問卷列表和調查問卷分頁。
**實現類**
* com.jspxcms.ext.web.directive.QuestionListDirective
* com.jspxcms.ext.web.directive.QuestionPageDirective
**參數**
* siteId:站點ID。多個用英文逗號分隔,如'1,2,5'。默認為當前站點,如果要獲取所有站點的數據,可以傳空字符串''。
* userId:用戶ID。用戶還未參與的調查問卷。
* historyUserId:歷史用戶ID。用戶已經參與過的調查問卷。
* inPeriod:是否在調查期限內。類型:boolean。如'true','false'。
* status:狀態。默認:已審核。
**范例**
獲取當前站點的所有專題列表:
~~~
[@QuestionPage pageSize='10';pagedList]
[#list pagedList.content as question]
<a href="${ctx}/questions/${question.id}">${question.title}</a>
${question.creationDate?string('yyyy-MM-dd')}
</li>
[/#list]
[/@QuestionPage]
~~~
- 標簽基本知識
- 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標簽