Documentation/Index/CustomContextMenuForCustomModule: CustomListContextMenuItem.inc
Plik CustomListContextMenuItem.inc, 373 bytes (dodany przez TS, 5 years temu) |
---|
Line | |
---|---|
1 | <?php |
2 | |
3 | /** |
4 | * CustomListContextMenuItem |
5 | * |
6 | * @author Tomasz Świenty |
7 | * @version 0.1 |
8 | * @copyright Copyright (c) eDokumenty |
9 | */ |
10 | final class CustomListContextMenuItem { |
11 | |
12 | |
13 | public static function init($data) { |
14 | fdebug($data); |
15 | JScript::registerOnLoad('alert(1);'); |
16 | |
17 | } |
18 | |
19 | |
20 | } |
21 | |
22 | if (isset($args)) { |
23 | CustomListContextMenuItem::init($args); |
24 | } |