1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
include.php
См. документацию.
1<?php
2
3require_once __DIR__.'/autoload.php';
4
5/*patchlimitationmutatormark1*/
6CJSCore::RegisterExt('bp_selector', array(
7 'js' => '/bitrix/js/bizproc/bp_selector.js',
8 'css' => '/bitrix/js/bizproc/css/bp_selector.css',
9 'lang' => '/bitrix/modules/bizproc/lang/'.LANGUAGE_ID.'/install/js/bp_selector.php',
10 'rel' => array('core', 'popup', 'translit'),
11 'oninit' => function()
12 {
14 array_walk(
15 $functions,
16 function(&$func, $name)
17 {
18 $func = [
19 'name' => $name,
20 'args' => $func['args'] ?? false,
21 'description' => $func['description'] ?? ''
22 ];
23 }
24 );
25
26 return ['settings' => ['functions' => array_values($functions)]];
27 },
28));
29
30CJSCore::RegisterExt('bp_starter', array(
31 'js' => '/bitrix/js/bizproc/starter.js',
32 //'css' => '/bitrix/js/bizproc/css/starter.css',
33 //'lang' => '/bitrix/modules/bizproc/lang/'.LANGUAGE_ID.'/install/js/starter.php',
34 'rel' => ['bizproc.workflow.starter'],
35));
36
37CJSCore::RegisterExt('bp_user_selector', array(
38 'js' => '/bitrix/js/bizproc/user_selector.js',
39 //'css' => '/bitrix/js/bizproc/css/starter.css',
40 'lang' => '/bitrix/modules/bizproc/lang/'.LANGUAGE_ID.'/install/js/user_selector.php',
41 'rel' => ['core', 'popup', 'socnetlogdest', 'bp_field_type', 'ui.entity-selector'],
42));
43
44CJSCore::RegisterExt('bp_field_type', array(
45 'js' => '/bitrix/js/bizproc/fieldtype.js',
46 'css' => '/bitrix/js/bizproc/css/fieldtype.css',
47 'lang' => '/bitrix/modules/bizproc/lang/'.LANGUAGE_ID.'/install/js/fieldtype.php',
48 'rel' => [
49 'core',
50 'ui.design-tokens',
51 'popup',
52 'socnetlogdest',
53 'bp_user_selector',
54 'ui.dialogs.messagebox',
55 'date',
56 ],
57 'oninit' => function()
58 {
59 \Bitrix\Main\Loader::includeModule('socialnetwork');
60 },
61));
static getList()
Определения Functions.php:17
static RegisterExt($name, $arPaths)
Определения jscore.php:28
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$name
Определения menu_edit.php:35