Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 339 Bytes

File metadata and controls

14 lines (11 loc) · 339 Bytes

Menu Widget

The Menu widget creates a menu within a parent container.

Example

use PhpGui\Widget\Menu;
$menu = new Menu('parentId'); // Parent container ID is required.

Details

  • Designed as a child component for windows.
  • Typically used within a Menubutton.
  • Provides tear-off capability disabled by default.