类 CmsVoteListDirective

所有已实现的接口:
Directive, HttpDirective, freemarker.template.TemplateDirectiveModel, freemarker.template.TemplateModel

@Component public class CmsVoteListDirective extends AbstractTemplateDirective
voteList 投票列表查询指令

参数列表

parameter list

パラメータリスト

  • startStartDate:起始开始日期,【2020-01-01 23:59:59】,【2020-01-01】
  • endStartDate:终止开始日期,【2020-01-01 23:59:59】,【2020-01-01】
  • startEndDate:起始结束日期,【2020-01-01 23:59:59】,【2020-01-01】
  • endEndDate:终止结束日期,【2020-01-01 23:59:59】,【2020-01-01】
  • advanced:开启高级选项, 默认为false
  • disabled:高级选项:禁用状态,默认为false
  • title:高级选项:标题
  • orderField:排序字段,【startDate:开始日期,endDate:结束,votes:投票人数,createDate:创建日期】,默认id按orderType排序
  • orderType:排序类型,【asc:正序,desc:倒序】,默认为倒序
  • pageIndex:页码
  • pageSize:每页条数

返回结果

return result

戻り値

使用示例

usage example

使用例

<@cms.voteList pageSize=10><#list page.list as a>${a.title}<#sep>,</#list></@cms.voteList>

<script>
$.getJSON('${site.dynamicPath}api/directive/cms/voteList?pageSize=10', function(data){
console.log(data.page.totalCount);
});
</script>
 
  • 字段详细资料

  • 构造器详细资料

    • CmsVoteListDirective

      public CmsVoteListDirective()
  • 方法详细资料