arcview 單條文檔

[基礎(chǔ)用法]
標(biāo)簽:arcview
描述:獲取單條文檔數(shù)據(jù)
用法:
{eyou:arcview aid='文檔ID'}
<a href="{$field.arcurl}">{$field.title}</a>
{/eyou:arcview}
 
屬性:
aid='' 指定文檔ID,如果沒有指定則獲取當(dāng)前文檔內(nèi)容頁的文檔ID
id='' 可以任意指定循環(huán)里的變量名替代field,假設(shè)id='field1',模板調(diào)用如:{$field.title} 變成 {$field1.title}
addfields='' 自定義字段名,多個(gè)字段之間用英文逗號(hào)隔開,比如:addfields='price,spce'
joinaid='' 關(guān)聯(lián)文檔ID,該文檔與文檔之間的關(guān)聯(lián)需要進(jìn)行后臺(tái)擴(kuò)展文件的二開,系統(tǒng)更新不會(huì)覆蓋。
涉及表字段:
請(qǐng)查閱易優(yōu)數(shù)據(jù)字典,找到表名 ey_archives
 
【更多示例】
-------------------------------示例1--------------------------------
描述:輸出單頁模型欄目的詳細(xì)內(nèi)容
{eyou:arcview aid='37'}
<a href="{$field.arcurl}">{$field.title}</a>
<!-- 截取內(nèi)容250個(gè)字符串長(zhǎng)度 start -->
<span>{$field.content|html_msubstr=###,0,250}&hellip;</span>
<!-- 截取內(nèi)容250個(gè)字符串長(zhǎng)度 end -->
{/eyou:arcview}

-------------------------------示例2--------------------------------
描述:在文檔頁的自定義字段的用法
{eyou:arcview aid='$eyou.field.aid' addfields='test1,test2' id='view'}
    {$view.test1} - {$view.test2}
{/eyou:arcview}

-------------------------------示例3--------------------------------
描述:在列表的arclist / list 標(biāo)簽里的自定義字段的用法
{eyou:arcview aid='$field.aid' addfields='test1,test2' id='view'}
    {$view.test1} - {$view.test2}
{/eyou:arcview}
文檔最后更新時(shí)間:2023-10-23 17:22:38

文檔
目錄

深色
模式

切換
寬度