jeecms學習筆記

2021-06-20 11:03:46 字數 379 閱讀 4770

jeecms

[@cms_content_list] 文章列表標籤;用於顯示文章列表

當其中的style_list屬性設定為3-1時,顯示flash;

如:[@cms_content_list typeid='3' stylelist='3-1' titlen='20' count='5' flashwidth='280' flashheight='200' textheight='20' channeloption='1' tpl='2'/]

此標籤所有的stylelists樣式定義目錄為web-inf/t/cms_sys_defined/style_list/目錄下;

在jeecms v5版本中flash切換一共提供了三種方式的切換,分別是3-1,3-2,3-3

JEECMS的幾個細節

最近想自己寫一些標籤,看了一下jeecms,感覺有些標籤還是很值得學習的。效果 cms.artilist chnlid attr 3 count 6 syscontent 3 1 titlen 35 flashwidth 507 flashheight 338 其中syscontent 3 1 指的...

Jeecms原始碼分析(三)

本節主要分析spring freemarker的整合。先介紹一下 spring freemarker的整合主要涉及以下配置項 1 配置 freemarkerconfigurer 通過 freemarkersettings 屬性,也能夠設定其他 freemarker 的配置。例如,freemarker...

jeecms內容標籤基類

內容標籤基類 public abstract class abstractcontentdirective implements templatedirectivemodel 輸入引數,tag id。允許多個tag id,用 分開。和tagnames之間二選一,id優先順序更高。public sta...