ILIAS  release_8 Revision v8.24
sub.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
6
7function sub()
8{
10 '<p> The sub-menu is actually not meant to be rendered standalone. '
11 . 'However, it will generate a ul-tree with buttons for nodes. See Drilldown for a Example using Sub Menus<p/>';
12
13 return $comment;
14}
$comment
Definition: buildRTE.php:72