使用dynamicContent生成分页时遇到问题。我在bootstrap_package的帮助下创建了自己的部分。
temp.pageIds = HMENU
temp.pageIds.entryLevel = 2
temp.pageIds.1 = TMENU
temp.pageIds.1 {
NO.stdWrap.field = uid
NO.allWrap = |,
NO.doNotLinkIt = 1
}
lib.rmDynamicContent = CONTENT
lib.rmDynamicContent = CONTENT
lib.rmDynamicContent {
table = tt_content
select {
pidInList.cObject < temp.pageIds
orderBy = sorting
max = 10
}
}
pageIds都是子页面,我想将其显示为博客/新闻列表。我现在想加一个分页。
我的问题是如何使用&#34; f:cObject-Tag&#34;自动渲染并进行分页。
<f:cObject typoscriptObjectPath="lib.rmDynamicContent" data="0"/>
答案 0 :(得分:0)
这不是很容易做到,因为你需要在TypoScript中完成分页。通过呈现所有10条记录并在JavaScript中进行分页,可以获得不同的解决方案?这在性能和可用性方面也会更好