ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilContentPageObjectConstants.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25{
26 public const OBJ_TYPE = 'copa';
27
28 public const HTTP_PARAM_PAGE_EDITOR_STYLE_CONTEXT = 'page_editor_style';
29
30 public const UI_CMD_VIEW = 'view';
31 public const UI_CMD_EDIT = 'edit';
32 public const UI_CMD_UPDATE = 'update';
33
34 public const UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile';
35 public const UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen';
36 public const UI_CMD_COPAGE_DISPLAY_MEDIA = 'displayMedia';
37 public const UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph';
38 public const UI_CMD_COPAGE_EDIT = 'edit';
39
40 public const UI_CMD_STYLES_EDIT = 'editStyleProperties';
41
42 public const UI_TAB_ID_CONTENT = 'content';
43 public const UI_TAB_ID_INFO = 'info_short';
44 public const UI_TAB_ID_SETTINGS = 'settings';
45 public const UI_TAB_ID_STYLE = 'style';
46 public const UI_TAB_ID_I18N = 'i18n';
47 public const UI_TAB_ID_LP = 'learning_progress';
48 public const UI_TAB_ID_EXPORT = 'export';
49 public const UI_TAB_ID_PERMISSIONS = 'perm_settings';
50 public const UI_TAB_ID_MD = 'meta_data';
51}
Interface ilContentPageObjectConstants.