File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/ui/entity-editor/js/config-enum.js
Back
/** * @module ui * @version 1.0 * @copyright 2001-2019 Bitrix */ BX.namespace("BX.UI"); //region ENTITY CONFIGURATION SCOPE if(typeof BX.UI.EntityConfigScope === "undefined") { BX.UI.EntityConfigScope = { undefined: '', personal: 'P', common: 'C', custom: 'CUSTOM' }; BX.UI.EntityConfigScope.getCaption = function(scope) { /* * Messages are used: * UI_ENTITY_EDITOR_CONFIG_SCOPE_COMMON * UI_ENTITY_EDITOR_CONFIG_SCOPE_PERSONAL */ return BX.message( "UI_ENTITY_EDITOR_CONFIG_SCOPE_" + (scope === BX.UI.EntityConfigScope.common ? "COMMON" : "PERSONAL") ); }; } //endregion
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings