property
public
Editor::$uiPatterns
Класс: \Bitrix\Fileman\Block\Editor
Сигнатура
public mixed $uiPatterns = array('main' => <<<HTML \t\t#TEXTAREA# \t\t<div id="bx-block-editor-container-#id#" class="bx-block-editor-container"> \t\t\t<div class="button-panel"> \t\t\t\t#tabs# \t\t\t\t<span class="bx-editor-block-btn-close" title="#MESS_BTN_MIN#">#MESS_BTN_MIN#</span> \t\t\t\t<span class="bx-editor-block-btn-full" title="#MESS_BTN_MAX#">#MESS_BTN_MAX#</span> \t\t\t\t<span data-role="block-editor-tab-btn-get-html" class="bx-editor-block-btn-full bx-editor-block-btn-html-copy" title="#MESS_BTN_HTML_COPY#"></span> \t\t\t</div> \t\t\t#panels# \t\t</div> HTML, 'block' => <<<HTML \t\t<li data-bx-block-editor-block-status="blank" \t\t\tdata-bx-block-editor-block-type="#code#" \t\t\tclass="bx-editor-typecode-#code_class# bx-editor-type-#type_class# bx-block-editor-i-block-list-item" \t\t\ttitle="#desc#" \t\t\t> \t\t\t<span class="bx-block-editor-i-block-list-item-icon"></span> \t\t\t<span class="bx-block-editor-i-block-list-item-name">#name#</span> \t\t</li> HTML, 'block_page' => <<<HTML \t\t<ul class="bx-block-editor-i-block-list"> \t\t\t#blocks# \t\t</ul> HTML, 'tool' => <<<HTML \t\t<div class="bx-editor-block-tools" data-bx-editor-tool="#group#:#id#"> \t\t\t<div class="caption">#name#:</div> \t\t\t<div class="item">#html#</div> \t\t</div> HTML, 'device' => <<<HTML \t\t<div class="device #class#" data-bx-preview-device-class="#class#" data-bx-preview-device-width="#width#" data-bx-preview-device-height="#height#"> \t\t\t<span>#MESS_NAME#</span> \t\t</div> HTML, 'tab' => <<<HTML \t\t\t<span class="bx-editor-block-btn bx-editor-block-btn-#code# #tab_active#">#name#</span> HTML, 'tab_active' => 'bx-editor-block-btn-active', 'panel' => <<<HTML \t\t\t<div class="bx-editor-block-panel #code#-panel" #panel_hidden#>#html#</div> HTML, 'panel_hidden' => 'style="display: none;"', 'panel-edit' => <<<HTML \t\t\t<div class="visual-part"> \t\t\t\t<div class="shadow"> \t\t\t\t\t<div class="edit-text"></div> \t\t\t\t</div> \t\t\t\t<iframe id="bx-block-editor-iframe-#id#" src="" style="border: none;" width="100%" height="100%"></iframe> \t\t\t</div> \t\t\t<div class="dialog-part"> \t\t\t\t<div style="overflow-x: hidden;"> \t\t\t\t\t<div class="block-list-cont"> \t\t\t\t\t\t<div class="block-list-tabs"> \t\t\t\t\t\t\t<div class="bx-editor-block-tabs"> \t\t\t\t\t\t\t\t<span class="tab-list"> \t\t\t\t\t\t\t\t\t<span class="tab blocks active">#MESS_BLOCKS#</span> \t\t\t\t\t\t\t\t\t<span class="tab styles">#MESS_STYLES#</span> \t\t\t\t\t\t\t\t</span> \t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t<div class="edit-panel-tabs-style"> \t\t\t\t\t\t\t\t<ul class="bx-block-editor-i-place-list" data-bx-place-name="item"></ul> \t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t<div style="clear: both;"></div> \t\t\t\t\t\t\t<div class="edit-panel-tabs-block"> \t\t\t\t\t\t\t\t<div>#blocks#</div> \t\t\t\t\t\t\t\t<div style="clear: both;"></div> \t\t\t\t\t\t\t\t<div class="block-pager adm-nav-pages-block"> \t\t\t\t\t\t\t\t\t<span class="adm-nav-page adm-nav-page-prev #nav-display#"></span> \t\t\t\t\t\t\t\t\t<span class="adm-nav-page adm-nav-page-next #nav-display#"></span> \t\t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t<div style="clear: both;"></div> \t\t\t\t\t\t</div> \t\t\t\t\t\t<div> \t\t\t\t\t\t</div> \t\t\t\t\t</div> \t\t\t\t</div> \t\t\t</div> \t\t\t<div class="block-edit-cont"> \t\t\t\t<div class="bx-editor-block-form-head"> \t\t\t\t\t<div class="bx-editor-block-form-head-btn"> \t\t\t\t\t\t<a class="bx-editor-block-tools-btn bx-editor-block-tools-close" title="#MESS_TOOL_SAVE_TITLE#">#MESS_TOOL_SAVE#</a> \t\t\t\t\t\t<a class="bx-editor-block-tools-btn bx-editor-block-tools-cancel" title="#MESS_TOOL_CANCEL_TITLE#">#MESS_TOOL_CANCEL#</a> \t\t\t\t\t</div> \t\t\t\t\t<div class="block-edit-tabs"> \t\t\t\t\t\t<div class="block-edit-tabs-inner"> \t\t\t\t\t\t\t<span data-bx-block-editor-settings-tab="cont" class="bx-editor-block-tab active">#MESS_TOOL_CONTENT#</span> \t\t\t\t\t\t\t<span data-bx-block-editor-settings-tab="style" class="bx-editor-block-tab">#MESS_TOOL_STYLES#</span> \t\t\t\t\t\t\t<span data-bx-block-editor-settings-tab="prop" class="bx-editor-block-tab">#MESS_TOOL_SETTINGS#</span> \t\t\t\t\t\t</div> \t\t\t\t\t</div> \t\t\t\t</div> \t\t\t\t<div class="block-edit-form-empty"> \t\t\t\t\t#MESS_TOOL_EMPTY# \t\t\t\t</div> \t\t\t\t<div class="block-edit-form"> \t\t\t\t\t#tools# \t\t\t\t</div> \t\t\t</div> HTML, 'panel-preview' => <<<HTML \t\t<div class="bx-block-editor-preview-container"> \t\t\t<div class="shadow"> \t\t\t\t<div class="edit-text"></div> \t\t\t\t<div class="error-text">#MESS_ACCESS_DENIED#</div> \t\t\t</div> \t\t\t<div class="devices"> \t\t\t\t#devices# \t\t\t</div> \t\t\t<center> \t\t\t\t<div class="iframe-wrapper"> \t\t\t\t\t<iframe sandbox="allow-same-origin allow-forms" class="preview-iframe" src=""></iframe> \t\t\t\t</div> \t\t\t</center> \t\t</div> \t\t<div style="clear:both;"></div> HTML, 'panel-get-html' => <<<HTML \t\t<textarea style="width: 100%; height: 100%; min-height: px;" onfocus="this.select()"></textarea> HTML)
Исходный файл: source/fileman/lib/block/editor.php:59

