本文整理匯總了PHP中CAdminContextMenu::Button方法的典型用法代碼示例。如果您正苦於以下問題:PHP CAdminContextMenu::Button方法的具體用法?PHP CAdminContextMenu::Button怎麽用?PHP CAdminContextMenu::Button使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類CAdminContextMenu
的用法示例。
在下文中一共展示了CAdminContextMenu::Button方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: Button
function Button($item, $hkInst)
{
if (isset($item['ICON']) && $item['ICON'] == 'btn_list')
$item['ICON'] = '';
parent::Button($item, $hkInst);
}
示例2: strlen
?>
);
</script>
<div class="bx-gadgets-header"><?php
if (array_key_exists($arParams["DESKTOP_PAGE"], $arResult["DESKTOPS"])) {
$title = strlen($arResult["DESKTOPS"][$arParams["DESKTOP_PAGE"]]["NAME"]) > 0 ? $arResult["DESKTOPS"][$arParams["DESKTOP_PAGE"]]["NAME"] : str_replace("#NUM#", intval($arParams["DESKTOP_PAGE"] + 1), GetMessage("CMDESKTOP_TDEF_ADMIN_TITLE_DEFAULT"));
$title = str_replace("#TITLE#", $title, GetMessage("CMDESKTOP_TDEF_ADMIN_TITLE"));
?>
<h1 id="adm-title" class="adm-title" id=""><?php
echo htmlspecialcharsbx($title);
?>
</h1><?php
}
?>
<div class="bx-gadgets-buttons"><?php
$mContext->Button($arGadgetsButton, CHotKeys::getInstance());
$mContext->Button($arSettingsButton, CHotKeys::getInstance());
?>
</div>
</div>
<?php
}
?>
<form action="<?php
echo POST_FORM_ACTION_URI;
?>
" method="POST" id="GDHolderForm_<?php
echo $arResult["ID"];
?>
">
<?php