History log of /dokuwiki/inc/Menu/MobileMenu.php (Results 1 – 7 of 7)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 33b91513 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Menu


# 59407722 07-Jan-2019 Phy <git@phy25.com>

don't show empty optiongroup item in Mobilemenu

Co-authored-by: eiroca <eiroca@users.noreply.github.com>


# 31110e19 01-Sep-2017 Andreas Gohr <andi@splitbrain.org>

introduce a MenuInterface

this helps tieing together the "normal" menus and the MobileMenu and
makes them both implement a getItems() method.


# 368ce258 19-May-2017 Andreas Gohr <andi@splitbrain.org>

more doc blocks for the menu system


# b3680c4f 19-May-2017 Andreas Gohr <andi@splitbrain.org>

added mobile menu

This basically reimplements tpl_action_dropdown but makes use of the
other menus (by setting the context to mobile) and thus still triggers
the appropriate events. This makes #1598

added mobile menu

This basically reimplements tpl_action_dropdown but makes use of the
other menus (by setting the context to mobile) and thus still triggers
the appropriate events. This makes #1598 obsolete.

tpl_action_dropdown (and the other tpl_action* methods) still need to be
replaced to make use of the new Menu system.

show more ...