getresource tpl中的IDX条件

时间:2016-11-15 23:45:53

标签: modx modx-revolution modx-resources modx-templates modx-chunks

我使用像这样的getresource:

[[!getResources? &tpl=`coffrets_id` &parents=`1115`]]

coffrets_id tpl内我希望能够做到这样的事情:

[[+idx:is=`1`:then=`show only first getressrouce result`:else=``]]
[[+idx:is=`2`:then=`show only second getressrouce result`:else=``]]
[[+idx:is=`3`:then=`show only third getressrouce result`:else=``]]...

但我不知道如何仅显示与idx匹配的结果。有什么解决方案吗?

1 个答案:

答案 0 :(得分:1)

只需使用Templating Properties

即可
[[!getResources? 
    &tpl=`coffrets_id` 
    &tpl_1=`coffrets_id_1` 
    &tpl_2=`coffrets_id_2` 
    &tpl_3=`coffrets_id_3` 
    &parents=`1115`
]]