◆ __construct()
ilSystemStyleDeleteGUI::__construct |
( |
| ) |
|
◆ addStyle()
◆ getDeleteStyleFormHTML()
ilSystemStyleDeleteGUI::getDeleteStyleFormHTML |
( |
| ) |
|
- Returns
- string
Definition at line 55 of file class.ilSystemStyleDeleteGUI.php.
55 {
57
59 $table_form->setFormName("delete_style");
60
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();
66
67 }
static sendQuestion($a_info="", $a_keep=false)
Send Question to Screen.
References getStyles(), and ilUtil\sendQuestion().
◆ 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: