本文整理汇总了PHP中CAdminList::CreateChain方法的典型用法代码示例。如果您正苦于以下问题:PHP CAdminList::CreateChain方法的具体用法?PHP CAdminList::CreateChain怎么用?PHP CAdminList::CreateChain使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类CAdminList
的用法示例。
在下文中一共展示了CAdminList::CreateChain方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
$arActions["wf_status_chooser"] = array("type" => "html", "value" => $statuses);
$arParams["select_onchange"] .= "BX('wf_status_id').style.display = (this.value == 'wf_status'? 'block':'none');";
}
elseif($bBizproc)
{
$arActions["unlock"] = GetMessage("IBLIST_A_UNLOCK_ACTION");
}
$lAdmin->AddGroupActionTable($arActions, $arParams);
}
$sLastFolder = '';
$sSectionUrl = CIBlock::GetAdminSectionListLink($IBLOCK_ID, array('find_section_section'=>0));
$chain = $lAdmin->CreateChain();
if(!defined("CATALOG_PRODUCT"))
{
$chain->AddItem(array(
"TEXT" => htmlspecialcharsex($arIBlock["NAME"]),
"LINK" => htmlspecialcharsbx($sSectionUrl),
"ONCLICK" => $lAdmin->ActionAjaxReload($sSectionUrl).';return false;',
));
}
if($find_section_section > 0)
{
$sLastFolder = $sSectionUrl;
$nav = CIBlockSection::GetNavChain($IBLOCK_ID, $find_section_section, array('ID', 'NAME'));