ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
sub.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
32function sub()
33{
34 $comment =
35 '<p> The sub-menu is actually not meant to be rendered standalone. '
36 . 'However, it will generate a ul-tree with buttons for nodes. See Drilldown for a Example using Sub Menus</p>';
37
38 return $comment;
39}
$comment
Definition: buildRTE.php:72