CmwHandBookContextFunct: различия между версиями
Перейти к навигации
Перейти к поиску
Shaplov (обсуждение | вклад) |
Nataraj (обсуждение | вклад) |
||
(не показана 1 промежуточная версия 1 участника) | |||
Строка 1: | Строка 1: | ||
<b>VIRTUAL(pagetype)</b> - Returns item_id of given virtual page on current site, where "current" means "specified in the URL", i.e. pointed by CURRENT_SERVER global attribute. Пример: | <b>VIRTUAL(pagetype)</b> - Returns item_id of given virtual page on current site, where "current" means "specified in the URL", i.e. pointed by CURRENT_SERVER global attribute. Пример: | ||
<pre><:Subst @{VIRTUAL(decor)}:></pre> | <pre><:Subst @{VIRTUAL(decor)}:></pre> | ||
+ | |||
+ | <b>LASTORDNUM</b> Last ordnum by specified ITEM_LINK | ||
+ | |||
+ | <b>LASTPUBLISHED</b> Date of last added descendant by link of given type | ||
+ | |||
+ | <b>LASTUPDATED</b> Date of last change of item, linked by given linktype | ||
+ | |||
+ | <b>LASTWRITTEN</b> Date of last written article linked by given type | ||
+ | |||
+ | <b>PARENTS</b> Count of parent items by specified link | ||
+ | |||
+ | <b>RAW_TREESIZE</b> Total size of all children with tags | ||
+ | |||
+ | <b>TREESIZE</b> Total size of all children | ||
+ | |||
+ | |||
+ | ==Смотри так же== | ||
+ | [http://cmw-cms.ru/index.php/CmwHandBookAttrs#.D0.92.D1.8B.D1.87.D0.B8.D1.81.D0.BB.D1.8F.D0.B5.D0.BC.D1.8B.D0.B5_.D0.B0.D1.82.D1.80.D0.B8.D0.B1.D1.83.D1.82.D1.8B Вычисляемые атрибуты], по синтаксису они могут быть похожи на функции контекста. |
Текущая версия от 20:52, 20 июня 2010
VIRTUAL(pagetype) - Returns item_id of given virtual page on current site, where "current" means "specified in the URL", i.e. pointed by CURRENT_SERVER global attribute. Пример:
<:Subst @{VIRTUAL(decor)}:>
LASTORDNUM Last ordnum by specified ITEM_LINK
LASTPUBLISHED Date of last added descendant by link of given type
LASTUPDATED Date of last change of item, linked by given linktype
LASTWRITTEN Date of last written article linked by given type
PARENTS Count of parent items by specified link
RAW_TREESIZE Total size of all children with tags
TREESIZE Total size of all children
Смотри так же[править]
Вычисляемые атрибуты, по синтаксису они могут быть похожи на функции контекста.