ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Characteristics UI. More...
Protected Member Functions | |
extractParametersOfTag (bool $a_custom=false) | |
setTabs () | |
setParameterSubTabs () | |
editTagStyle () | |
initTagStyleForm () | |
Init tag style editing form. More... | |
getValues (ilPropertyFormGUI $form) | |
FORM: Get current values from persistent object. More... | |
outputTagStyleEditScreen (ilPropertyFormGUI $form) | |
setTitle () | |
refreshTagStyle () | |
updateTagStyle () | |
saveTagStyle (ilPropertyFormGUI $form) | |
writeStylePar (string $par, string $value, bool $a_custom=false) | |
Write style parameter. More... | |
editTagTitles () | |
getTagTitlesForm () | |
setOutdated () | |
removeOutdated () | |
getCharacterTitleFormFields (string $char) | |
Get character title form section. More... | |
Protected Attributes | |
string | $requested_char |
Content StandardGUIRequest | $request |
ilObjStyleSheet | $object |
string | $super_type |
string | $current_tag |
string | $current_class |
string | $current_base_class |
string | $current_pseudo_class |
string | $style_type |
int | $mq_id |
Content CharacteristicManager | $manager |
Access StyleAccessManager | $access_manager |
Content ImageManager | $image_manager |
Content InternalGUIService | $gui_service |
Content InternalDomainService | $domain_service |
Private Attributes | |
ilGlobalTemplateInterface | $main_tpl |
Characteristics UI.
Definition at line 31 of file class.ilStyleCharacteristicGUI.php.
ilStyleCharacteristicGUI::__construct | ( | Content\InternalDomainService | $domain_service, |
Content\InternalGUIService | $gui_service, | ||
ilObjStyleSheet | $style_sheet, | ||
string | $super_type, | ||
Access\StyleAccessManager | $access_manager, | ||
Content\CharacteristicManager | $manager, | ||
Content\ImageManager | $image_manager | ||
) |
Definition at line 50 of file class.ilStyleCharacteristicGUI.php.
References $access_manager, $DIC, $domain_service, $gui_service, $image_manager, $manager, $super_type, and ILIAS\Repository\InternalGUIService\standardRequest().
ilStyleCharacteristicGUI::addCharacteristic | ( | ) |
Definition at line 205 of file class.ilStyleCharacteristicGUI.php.
ilStyleCharacteristicGUI::cancelCharacteristicDeletion | ( | ) |
Definition at line 319 of file class.ilStyleCharacteristicGUI.php.
References $lng.
ilStyleCharacteristicGUI::copyCharacteristics | ( | ) |
Definition at line 1039 of file class.ilStyleCharacteristicGUI.php.
References $c, $lng, and ilObjStyleSheet\_isExpandable().
ilStyleCharacteristicGUI::deleteCharacteristic | ( | ) |
Delete one or multiple style characteristic.
Content |
ContentStyleNoPermissionException
Definition at line 332 of file class.ilStyleCharacteristicGUI.php.
ilStyleCharacteristicGUI::deleteCharacteristicConfirmation | ( | ) |
Definition at line 243 of file class.ilStyleCharacteristicGUI.php.
References $lng, and ilObjStyleSheet\_getCoreStyles().
ilStyleCharacteristicGUI::deleteCoreCharMessage | ( | ) |
Definition at line 281 of file class.ilStyleCharacteristicGUI.php.
References $lng, and ilObjStyleSheet\_getCoreStyles().
|
protected |
Definition at line 468 of file class.ilStyleCharacteristicGUI.php.
References $lng.
|
protected |
Definition at line 860 of file class.ilStyleCharacteristicGUI.php.
ilStyleCharacteristicGUI::executeCommand | ( | ) |
Execute command.
Definition at line 106 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 86 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Get character title form section.
Definition at line 1164 of file class.ilStyleCharacteristicGUI.php.
References Vendor\Package\$f, $lng, and ILIAS\UI\examples\Layout\Page\Standard\$refinery.
ilStyleCharacteristicGUI::getPasteFromOtherStyleForm | ( | ) |
Init past from other style form.
ilCtrlException |
Definition at line 1116 of file class.ilStyleCharacteristicGUI.php.
References $c, Vendor\Package\$f, and $lng.
ilStyleCharacteristicGUI::getPasteWithinStyleForm | ( | ) |
Init past within style form.
ilCtrlException |
Definition at line 1092 of file class.ilStyleCharacteristicGUI.php.
References Vendor\Package\$f.
|
protected |
ilCtrlException |
Definition at line 876 of file class.ilStyleCharacteristicGUI.php.
References Vendor\Package\$f, and $lng.
|
protected |
FORM: Get current values from persistent object.
Definition at line 655 of file class.ilStyleCharacteristicGUI.php.
References $c, ilObjStyleSheet\_getFilteredGroups(), ilObjStyleSheet\_getStyleParameters(), and ilPropertyFormGUI\getItemByPostVar().
ilStyleCharacteristicGUI::initCharacteristicForm | ( | ) |
Init tag style editing form.
Definition at line 355 of file class.ilStyleCharacteristicGUI.php.
References $lng, ilObjStyleSheet\_getStyleSuperTypes(), and ilObjStyleSheet\_isExpandable().
|
protected |
Init tag style editing form.
ILIAS\Filesystem\Exception\DirectoryNotFoundException
ilCtrlException | |
ilFormException |
Definition at line 508 of file class.ilStyleCharacteristicGUI.php.
References $lng, ilObjStyleSheet\_getFilteredGroups(), and ilObjStyleSheet\_getStyleParameterInputType().
ilStyleCharacteristicGUI::listCharacteristics | ( | ) |
Definition at line 127 of file class.ilStyleCharacteristicGUI.php.
References $lng, ilObjStyleSheet\_getStyleSuperTypes(), and ilObjStyleSheet\_isExpandable().
|
protected |
Definition at line 697 of file class.ilStyleCharacteristicGUI.php.
References ilObjStyleSheet\getContentStylePath(), ilPropertyFormGUI\getHTML(), ilObjStyleSheetGUI\getStyleExampleHTML(), and ILIAS\Repository\object().
ilStyleCharacteristicGUI::pasteCharacteristics | ( | ) |
Definition at line 1300 of file class.ilStyleCharacteristicGUI.php.
References $lng, ilObjStyleSheet\_writeUpToDate(), and ILIAS\Repository\object().
ilStyleCharacteristicGUI::pasteCharacteristicsFromOtherStyle | ( | ) |
Content |
ContentStyleNoPermissionException
ilCtrlException |
Definition at line 1244 of file class.ilStyleCharacteristicGUI.php.
References Vendor\Package\$d, $data, and $lng.
ilStyleCharacteristicGUI::pasteCharacteristicsOverview | ( | ) |
Definition at line 1071 of file class.ilStyleCharacteristicGUI.php.
ilStyleCharacteristicGUI::pasteCharacteristicsWithinStyle | ( | ) |
Definition at line 1200 of file class.ilStyleCharacteristicGUI.php.
References Vendor\Package\$d, $data, and $lng.
|
protected |
Definition at line 732 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 1009 of file class.ilStyleCharacteristicGUI.php.
References $c, $lng, and ilObjStyleSheet\isCoreStyle().
ilStyleCharacteristicGUI::saveCharacteristic | ( | ) |
Definition at line 213 of file class.ilStyleCharacteristicGUI.php.
References $lng, ilObjStyleSheet\_determineTag(), and ILIAS\Repository\object().
ilStyleCharacteristicGUI::saveStatus | ( | ) |
Save hide status for characteristics.
Content |
ContentStyleNoPermissionException
ilCtrlException |
Definition at line 941 of file class.ilStyleCharacteristicGUI.php.
References $lng.
|
protected |
Definition at line 761 of file class.ilStyleCharacteristicGUI.php.
References ilObjStyleSheet\_getStyleParameters(), ilPropertyFormGUI\getInput(), and ilPropertyFormGUI\getItemByPostVar().
ilStyleCharacteristicGUI::saveTagTitles | ( | ) |
Definition at line 906 of file class.ilStyleCharacteristicGUI.php.
References Vendor\Package\$d, $data, and $lng.
ilStyleCharacteristicGUI::setListSubTabs | ( | ) |
Definition at line 184 of file class.ilStyleCharacteristicGUI.php.
References $lng, and ilObjStyleSheet\_getStyleSuperTypes().
|
protected |
Definition at line 979 of file class.ilStyleCharacteristicGUI.php.
References $c, $lng, and ilObjStyleSheet\isCoreStyle().
|
protected |
Definition at line 428 of file class.ilStyleCharacteristicGUI.php.
References $lng.
|
protected |
Definition at line 397 of file class.ilStyleCharacteristicGUI.php.
References $lng.
|
protected |
Definition at line 725 of file class.ilStyleCharacteristicGUI.php.
References $lng.
ilStyleCharacteristicGUI::switchMQuery | ( | ) |
Switch media query.
Definition at line 1334 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 747 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Write style parameter.
Definition at line 844 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 44 of file class.ilStyleCharacteristicGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 38 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 40 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 37 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 47 of file class.ilStyleCharacteristicGUI.php.
Referenced by __construct().
|
protected |
Definition at line 46 of file class.ilStyleCharacteristicGUI.php.
Referenced by __construct().
|
protected |
Definition at line 45 of file class.ilStyleCharacteristicGUI.php.
Referenced by __construct().
|
private |
Definition at line 48 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 43 of file class.ilStyleCharacteristicGUI.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 35 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 34 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 33 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 41 of file class.ilStyleCharacteristicGUI.php.
|
protected |
Definition at line 36 of file class.ilStyleCharacteristicGUI.php.
Referenced by __construct().