◆ __construct()
ilSystemStyleDeleteGUI::__construct |
( |
| ) |
|
◆ addStyle()
- Parameters
-
Definition at line 43 of file class.ilSystemStyleDeleteGUI.php.
References array, ilSkinStyleXML\getId(), ilSkinXML\getId(), ilUtil\getImagePath(), ilSkinStyleXML\getName(), and ilSkinXML\getName().
45 $this->styles[] =
array(
46 "var" =>
"style_" . $skin->
getId() .
":" . $style->
getId(),
47 "id" => $skin->
getId() .
":" . $style->
getId(),
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
Create styles array
The data for the language used.
◆ getDeleteStyleFormHTML()
ilSystemStyleDeleteGUI::getDeleteStyleFormHTML |
( |
| ) |
|
- Returns
- string
Definition at line 56 of file class.ilSystemStyleDeleteGUI.php.
References getStyles(), and ilUtil\sendQuestion().
61 $table_form->setFormName(
"delete_style");
63 $table_form->addCommandButton(
'confirmDelete', $this->lng->txt(
'confirm'));
64 $table_form->addCommandButton(
'cancel', $this->lng->txt(
'cancel'));
65 $table_form->setFormAction($this->ctrl->getFormActionByClass(
"ilSystemStyleOverviewGUI"));
67 return $table_form->getHTML();
static sendQuestion($a_info="", $a_keep=false)
Send Question to Screen.
◆ getStyles()
ilSystemStyleDeleteGUI::getStyles |
( |
| ) |
|
◆ setStyles()
ilSystemStyleDeleteGUI::setStyles |
( |
|
$styles | ) |
|
◆ $ctrl
ilSystemStyleDeleteGUI::$ctrl |
|
protected |
◆ $lng
ilSystemStyleDeleteGUI::$lng |
|
protected |
◆ $styles
ilSystemStyleDeleteGUI::$styles = array() |
|
protected |
The documentation for this class was generated from the following file: