本文整理汇总了PHP中CFileMan::ShowHTMLEditControl方法的典型用法代码示例。如果您正苦于以下问题:PHP CFileMan::ShowHTMLEditControl方法的具体用法?PHP CFileMan::ShowHTMLEditControl怎么用?PHP CFileMan::ShowHTMLEditControl使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类CFileMan
的用法示例。
在下文中一共展示了CFileMan::ShowHTMLEditControl方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: is_array
?>
;">
<?php
$site = is_array($arSITE) ? $arSITE[0] : LANG;
$arTplList = CSite::GetTemplateList($site);
$tpl = "";
while ($ar = $arTplList->Fetch()) {
if (strlen($tpl) == 0) {
$tpl = $ar["TEMPLATE"];
}
if (strlen(trim($ar["CONDITION"])) == 0) {
$tpl = $ar["TEMPLATE"];
break;
}
}
CFileMan::ShowHTMLEditControl("FORM_TEMPLATE", htmlspecialcharsback($str_FORM_TEMPLATE), array("site" => $arSITE[0], "templateID" => $tpl, "bUseOnlyDefinedStyles" => COption::GetOptionString("fileman", "show_untitled_styles", "N") != "Y", "bWithoutPHP" => false, "arToolbars" => array("standart", "style", "formating", "source", "template", "table"), "arTaskbars" => array("BXFormElementsTaskbar", "BXPropertiesTaskbar"), "toolbarConfig" => CFileman::GetEditorToolbarConfig("form_edit" . (defined('BX_PUBLIC_MODE') && BX_PUBLIC_MODE == 1 ? "_public" : "")), "sBackUrl" => "", "fullscreen" => false, 'width' => '100%', 'height' => '500', 'use_editor_3' => 'N'));
?>
<script>
oBXEditorUtils.addPHPParser(oForm.PHPParser);
oBXEditorUtils.addTaskBar('BXFormElementsTaskbar', 2, "<?php
echo GetMessageJS('FORM_TASKBARSET_TITLE');
?>
", []);
if (window.arButtons['Optimize'])
arButtons['Optimize'][1].hideCondition = function(pMainObj){return pMainObj.name == "FORM_TEMPLATE";}
</script>
</div></td>
</tr>
<?php
} else {
?>