◆ __construct()
ilSystemStyleDeleteGUI::__construct |
( |
| ) |
|
◆ addStyle()
◆ getDeleteStyleFormHTML()
ilSystemStyleDeleteGUI::getDeleteStyleFormHTML |
( |
| ) |
|
- Returns
- string
Definition at line 55 of file class.ilSystemStyleDeleteGUI.php.
References getStyles(), and ilUtil\sendQuestion().
59 $table_form->setFormName(
"delete_style");
61 $table_form->addCommandButton(
'confirmDelete', $this->lng->txt(
'confirm'));
62 $table_form->addCommandButton(
'cancel', $this->lng->txt(
'cancel'));
63 $table_form->setFormAction($this->ctrl->getFormActionByClass(
"ilSystemStyleOverviewGUI"));
65 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: