# CJSCore

URL: https://chugunov.pro/api-bitrix/global/cjscore/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс `\CJSCore`
Модуль: Глобальные классы.

Исходный файл: `source/main/classes/general/jscore.php:9`

## Константы (2)

- `USE_ADMIN`
- `USE_PUBLIC`

## Методы (15)

- [`static GetCoreConfig()`](https://chugunov.pro/api-bitrix/global/cjscore/getcoreconfig/)
- [`static GetCoreMessages()`](https://chugunov.pro/api-bitrix/global/cjscore/getcoremessages/)
- [`static GetCoreMessagesScript()`](https://chugunov.pro/api-bitrix/global/cjscore/getcoremessagesscript/)
- [`static getExtInfo()`](https://chugunov.pro/api-bitrix/global/cjscore/getextinfo/)
- [`static GetHTML()`](https://chugunov.pro/api-bitrix/global/cjscore/gethtml/)
- [`static GetInlineCoreJs()`](https://chugunov.pro/api-bitrix/global/cjscore/getinlinecorejs/) — Когда все скрипты перемещаются в body, этот код нужен для добавления специальных классов (bx-chrome, bx-ie...) к тегу.
- [`static GetScriptsList()`](https://chugunov.pro/api-bitrix/global/cjscore/getscriptslist/)
- [`static Init()`](https://chugunov.pro/api-bitrix/global/cjscore/init/)
- [`static IsCoreLoaded()`](https://chugunov.pro/api-bitrix/global/cjscore/iscoreloaded/) — Возвращает true, если Core JS был инициализирован
- [`static isExtensionLoaded()`](https://chugunov.pro/api-bitrix/global/cjscore/isextensionloaded/) — Возвращает true, если JS-расширение было загружено.
- [`static IsExtRegistered()`](https://chugunov.pro/api-bitrix/global/cjscore/isextregistered/)
- [`static markExtensionLoaded()`](https://chugunov.pro/api-bitrix/global/cjscore/markextensionloaded/)
- [`static RegisterExt()`](https://chugunov.pro/api-bitrix/global/cjscore/registerext/)
- [`static registerExtensionAsLoaded()`](https://chugunov.pro/api-bitrix/global/cjscore/registerextensionasloaded/)
- [`static ShowTimer()`](https://chugunov.pro/api-bitrix/global/cjscore/showtimer/)

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/CJSCore.html
