開源 java CMS - FreeCMS2.8 自定義標籤 channel

項目地址:http://www.freeteam.cn/spa

​​​​​​​channel.net

根據參數提取欄目對象。3d

參數對象

說明ci

idget

欄目idit

siteidtable

欄目所屬站點idclass

pagemarkbug

欄目頁面標識

checkHasSon

是否檢查有子欄目 1是

isfield

從FreeCMS 2.0開始支持

是否查詢自定義字段,1是0否,默認爲是

 

返回值

說明

channel

欄目對象,類型爲數據對象channel

 

示例1

根據欄目id提取欄目。

<@channel id="d8aa15d1-710c-4931-8c3b-b0b2d3db3d56" ;channel>

${channel.name}

</@channel>

示例2

根據站點id和欄目頁面標識提取欄目。

<@channel siteid="${site.id}" pagemark="bug" ;channel>

${channel.name}

</@channel>

相關文章
相關標籤/搜索