| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilModalGUI:Public Member Functions | |
| setId (string $a_val) | |
| getId () | |
| setHeading (string $a_val) | |
| getHeading () | |
| setBody (string $a_val) | |
| getBody () | |
| setType (string $a_val) | |
| Set type.  More... | |
| getType () | |
| addButton (ilButtonBase $but) | |
| getButtons () | |
| Get buttons.  More... | |
| getHTML () | |
Static Public Member Functions | |
| static | getInstance () | 
| static | initJS (ilGlobalTemplateInterface $a_main_tpl=null) | 
Data Fields | |
| const | TYPE_LARGE = "large" | 
| const | TYPE_MEDIUM = "medium" | 
| const | TYPE_SMALL = "small" | 
Protected Member Functions | |
| __construct () | |
Protected Attributes | |
| string | $heading = "" | 
| string | $body = "" | 
| string | $id = "" | 
| string | $type = self::TYPE_MEDIUM | 
| array | $buttons = array() | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Modal class
Definition at line 26 of file class.ilModalGUI.php.
      
  | 
  protected | 
Definition at line 39 of file class.ilModalGUI.php.
| ilModalGUI::addButton | ( | ilButtonBase | $but | ) | 
Definition at line 94 of file class.ilModalGUI.php.
| ilModalGUI::getBody | ( | ) | 
Definition at line 74 of file class.ilModalGUI.php.
References $body.
Referenced by getHTML().
 Here is the caller graph for this function:| ilModalGUI::getButtons | ( | ) | 
Get buttons.
Definition at line 103 of file class.ilModalGUI.php.
References $buttons.
Referenced by getHTML().
 Here is the caller graph for this function:| ilModalGUI::getHeading | ( | ) | 
Definition at line 64 of file class.ilModalGUI.php.
References $heading.
Referenced by getHTML().
 Here is the caller graph for this function:| ilModalGUI::getHTML | ( | ) | 
Definition at line 108 of file class.ilModalGUI.php.
References Vendor\Package\$b, getBody(), getButtons(), getHeading(), getId(), and getType().
 Here is the call graph for this function:| ilModalGUI::getId | ( | ) | 
Definition at line 53 of file class.ilModalGUI.php.
References $id.
Referenced by getHTML().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 43 of file class.ilModalGUI.php.
| ilModalGUI::getType | ( | ) | 
Definition at line 89 of file class.ilModalGUI.php.
References $type.
Referenced by getHTML().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 140 of file class.ilModalGUI.php.
References $DIC.
| ilModalGUI::setBody | ( | string | $a_val | ) | 
Definition at line 69 of file class.ilModalGUI.php.
| ilModalGUI::setHeading | ( | string | $a_val | ) | 
Definition at line 58 of file class.ilModalGUI.php.
| ilModalGUI::setId | ( | string | $a_val | ) | 
Definition at line 48 of file class.ilModalGUI.php.
| ilModalGUI::setType | ( | string | $a_val | ) | 
Set type.
| string | $a_val | type const ilModalGUI::TYPE_SMALL|ilModalGUI::TYPE_MEDIUM|ilModalGUI::TYPE_LARGE | 
Definition at line 84 of file class.ilModalGUI.php.
      
  | 
  protected | 
Definition at line 29 of file class.ilModalGUI.php.
Referenced by getBody().
      
  | 
  protected | 
Definition at line 37 of file class.ilModalGUI.php.
Referenced by getButtons().
      
  | 
  protected | 
Definition at line 28 of file class.ilModalGUI.php.
Referenced by getHeading().
      
  | 
  protected | 
Definition at line 30 of file class.ilModalGUI.php.
Referenced by getId().
      
  | 
  protected | 
Definition at line 36 of file class.ilModalGUI.php.
Referenced by getType().
| const ilModalGUI::TYPE_LARGE = "large" | 
Definition at line 32 of file class.ilModalGUI.php.
| const ilModalGUI::TYPE_MEDIUM = "medium" | 
Definition at line 33 of file class.ilModalGUI.php.
| const ilModalGUI::TYPE_SMALL = "small" | 
Definition at line 34 of file class.ilModalGUI.php.