◆ __construct()
ilSystemStyleDeleteGUI::__construct |
( |
| ) |
|
◆ addStyle()
◆ getDeleteStyleFormHTML()
ilSystemStyleDeleteGUI::getDeleteStyleFormHTML |
( |
| ) |
|
- Returns
- string
Definition at line 56 of file class.ilSystemStyleDeleteGUI.php.
57 {
59
61 $table_form->setFormName("delete_style");
62
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();
68 }
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: