19 declare(strict_types=1);
38 $this->
http = $DIC->http();
40 $this->
locator = $DIC[
'ilLocator'];
42 $ref_id = $this->
http->wrapper()->query()->retrieve(
'ref_id', $this->
refinery->kindlyTo()->int());
43 $this->
setStyleId($DIC->contentStyle()->domain()->styleForRefId(
$ref_id)->getEffectiveStyleId());
47 $viewdef->setId($tableview_id);
52 $page->setActive(
true);
53 foreach ($page->getAllPCIds() as
$id) {
54 $page->getContentObjectForPcId(
$id)->disable();
62 $this->tpl->setCurrentBlock(
"SyntaxStyle");
64 $this->tpl->parseCurrentBlock();
66 $this->tpl->setCurrentBlock(
"ContentStyle");
68 $this->tpl->parseCurrentBlock();
82 $title = $this->
lng->txt(
"dcl_view_viewdefinition");
84 $this->
locator->addItem($title, $this->
ctrl->getLinkTarget($this,
"preview"));
85 return parent::executeCommand();
93 if (
sizeof($legend)) {
94 $html =
"<span class=\"small\">" . $this->
lng->txt(
"dcl_legend_placeholders") .
":<br>";
95 foreach ($legend as $field) {
96 $html .=
"[[" . $field->getID() .
']]<i style="opacity: 0.3"> - ' . $field->getTitle() .
'</i><br>';
102 return parent::showPage();
107 foreach ($this->
getPageObject()->getAvailablePlaceholders() as $field) {
108 if ($this->record ===
null) {
109 $replacement =
'<b>' . $field->getTitle() .
'</b>';
111 $replacement = $this->record->getRecordFieldSingleHTML($field->getId());
113 $a_output = str_replace(
'[[' . $field->getId() .
']]', $replacement, $a_output);
static _lookupActive(int $a_id, string $a_parent_type, bool $a_check_scheduled_activation=false, string $a_lang="-")
lookup activation status
ilDclBaseRecordModel $record
ilDclDetailedViewDefinitionGUI: ilPageEditorGUI, ilEditClipboardGUI, ilMediaPoolTargetSelector ilDcl...
setStyleId(int $a_styleid)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
ILIAS HTTP Services $http
static http()
Fetches the global http state from ILIAS.
static _exists(string $a_parent_type, int $a_id, string $a_lang="", bool $a_no_cache=false)
Checks whether page exists.
executeCommand()
execute command
ILIAS Refinery Factory $refinery
static _lookupObjectId(int $ref_id)
postOutputProcessing(string $a_output)
static getSyntaxStylePath()
setPresentationTitle(string $a_title="")
static getContentStylePath(int $a_style_id, bool $add_random=true, bool $add_token=true)
get content style path static (to avoid full reading)
setRecord(ilDclBaseRecordModel $record)
__construct(Container $dic, ilPlugin $plugin)
__construct(int $tableview_id)
setPrependingHtml(string $a_prependinghtml)