34 $lng = $DIC->language();
35 $lng->loadLanguageModule(
"content");
45 "creation_form" => $acc->getHTML(
true),
58 $lng = $DIC->language();
59 $lng->loadLanguageModule(
"content");
61 $media_type = $DIC->mediaObjects()
67 $form->setShowTopButtons(
false);
68 $form->setTitle(
$lng->txt(
"cont_edit_mob"));
71 $pc_media = $page_gui->
getPageObject()->getContentObjectForPcId($pcid);
82 $pc_media_gui->getCharacteristicsOfCurrentStyle([
"media_cont"]);
84 if (is_null($pc_media->getMediaObject())) {
85 return "<div id='copg-top-actions'>" . $ui_wrapper->
getRenderedInfoBox(
$lng->txt(
"copg_pc_mob_does_not_exist")) .
86 $ui_wrapper->
getRenderedButton(
$lng->txt(
"cancel"),
"form-button",
"component.cancel", null,
"Page") .
"</div>";
88 $media = $pc_media->getMediaObject()->getMediaItem(
"Standard");
93 $title->setMaxLength(120);
94 $title->setValue($quick_edit->getTitle());
95 $form->addItem($title);
98 if ($pc_media_gui->checkStyleSelection()) {
99 $style_input = $pc_media_gui->getStyleInput();
100 $form->addItem($style_input);
105 $lng->txt(
"cont_align"),
109 "Left" =>
$lng->txt(
"cont_left"),
110 "Center" =>
$lng->txt(
"cont_center"),
111 "Right" =>
$lng->txt(
"cont_right"),
112 "LeftFloat" =>
$lng->txt(
"cont_left_float"),
113 "RightFloat" =>
$lng->txt(
"cont_right_float"));
114 $align_prop->setOptions($options);
115 $align_prop->setValue($quick_edit->getHorizontalAlign());
116 $form->addItem($align_prop);
119 if ($media_type->isImage($media->getFormat())) {
121 $cb->
setChecked($quick_edit->getUseFullscreen());
128 $caption->setValue($quick_edit->getCaption());
129 $form->addItem($caption);
132 if ($media_type->usesAltTextProperty($media->getFormat())) {
135 $ta->setInfo(
$lng->txt(
"text_repr_info"));
136 $ta->setValue($quick_edit->getTextRepresentation());
142 [[
"Page",
"component.update",
$lng->txt(
"save")],
143 [
"Page",
"component.cancel",
$lng->txt(
"cancel")]]
146 $link = $ui_wrapper->
getRenderedLink(
$lng->txt(
"cont_advanced_settings"),
"Page",
"link",
"component.settings");
148 return $html . $link;
162 [[
"Page",
"component.save", $lng->
txt(
"insert")],
163 [
"Page",
"component.cancel", $lng->
txt(
"cancel")]]
173 $form->setShowTopButtons(
false);
177 $hi->setValue(
"File");
182 $hi2->setValue(
"original");
183 $form->addItem($hi2);
187 $hi3->setValue(
"None");
188 $form->addItem($hi3);
194 $up->setRequired(
true);
211 [[
"Page",
"component.save", $lng->
txt(
"insert")],
212 [
"Page",
"component.cancel", $lng->
txt(
"cancel")]]
222 $form->setShowTopButtons(
false);
226 $hi->setValue(
"Reference");
231 $hi2->setValue(
"original");
232 $form->addItem($hi2);
236 $hi3->setValue(
"None");
237 $form->addItem($hi3);
241 $ti->setInfo($lng->
txt(
"cont_url_info"));
242 $ti->setRequired(
true);
255 $ctrl = $DIC->ctrl();
256 $lng = $DIC->language();
260 $ctrl->setParameterByClass(
"ilpcmediaobjectgui",
"subCmd",
"poolSelection");
262 $lng->
txt(
"cont_choose_media_pool"),
266 "url" => $ctrl->getLinkTargetByClass(
"ilpcmediaobjectgui",
"insert")
278 $ctrl->setParameterByClass(
"ilpcmediaobjectgui",
"subCmd",
"poolSelection");
290 $ctrl = $DIC->ctrl();
292 $return_cmd = $ctrl->getLinkTargetByClass(
"ilpageeditorgui",
"insertFromClipboard");
294 $ctrl->setParameterByClass(
"ileditclipboardgui",
"returnCommand", rawurlencode($return_cmd));
299 $lng->
txt(
"cont_open_clipboard"),
302 [
"url" => $ctrl->getLinkTargetByClass([get_class($page_gui),
"ileditclipboardgui"],
"getObject")],
getRenderedInfoBox(string $text)
getRenderedLink(string $content, string $component, string $type, string $action, array $data=null)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
getRenderedIcon(string $type)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getRenderedFormFooter(array $buttons)
getButton(string $content, string $type, string $action, array $data=null, string $component="", string $aria_label="")
getEditComponentForm(UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id, string $pcid)
Get rendered editor elements.
getRenderedForm(\ilPropertyFormGUI $form, array $buttons)
setStyleId(int $a_styleid)
This class represents a text area property in a property form.
getRenderedButton(string $content, string $type, string $action, array $data=null, string $component="", string $aria_label="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...