Questions tagged as 'menu'

1
answer

Menu in the Tkinter Python module

Hello, I have a screen that was made in Tkinter and I have a menu with cascading submenus, what I need to do is show the different submenus information without having to create several other screens using functions. It's possible? If yes, how? H...
asked by 06.12.2018 / 02:29
0
answers

AdminLTE menu according to the user

I'm creating a scheduling system with Laravel and AdminLTE. The authentication method I used was not Laravel Auth or AdminLTE because I simply used a Controller that uses a method for authentication in my AD (ldap_connect and ldap_bind). Once lo...
asked by 27.11.2018 / 18:49
1
answer

Bootstrap navbar close

Hello, I'm using bootstrap version 4.0 beta-2, and I have a question, how do I close the navbar menu after clicking on an item in the list? By default it is necessary to click on the item and click again on the menu to close it. I found a solu...
asked by 12.11.2017 / 05:02
1
answer

Show the dropdown options in the header and take the search bar off the menu in the mobile view

I have a header that, in the mobile view, does not show dropdown options, and the main option is not clickable. I would like the menu options to be displayed and the search bar would also be outside the menu, also in the mobile view. Below is...
asked by 09.10.2018 / 19:10
0
answers

How to put in hierarchy

I need to create a dynamic menu where it creates the hierarchy according to IdMenuPai but unfortunately I can only list without hierarchy, could anyone help me? function montaMenuFilho($menu) { echo '<ul class="dropdown-menu pull-left"&...
asked by 02.10.2018 / 23:39
1
answer

Notice: Trying to get property 'description' of non-object in C: \ xampp \ htdocs \ testemenu \ menu.php on line 83 [closed]

I need to build a dynamic menu, follow code: require_once('testemenu.php'); $sql = "SELECT * FROM tbmenu"; $query = $pdo->query($sql); $menu = $query->fetchAll(PDO::FETCH_ASSOC); function montaMenuFilho($menu) { echo '<ul class=...
asked by 29.09.2018 / 19:57
0
answers

Dynamic menu with hierarchy

I need to list a menu with a hierarchy where the idmenu is below the idmenupai, with sub-level. At the moment I can only list all the menu items. the following code <?php foreach ($menu as $item) {...
asked by 04.10.2018 / 19:45
0
answers

Option menu back to login

I'm trying to use the treeview of AdminLTE in the system menu, but every time I click the menu item it goes back to the login. For example: When I click Dashboard, Graph or Management, it returns to the login HTML treeview excerpt: &l...
asked by 21.09.2018 / 18:12
1
answer

Menu collapsed after selection

I am having doubts in the bootstrap 4.1 collapse menu, when the layout is in smaller screen and collapsed, after selecting an option it does not collapse again, does anyone know how to solve it? Thanks for the help! <!-- Carrega Bootstr...
asked by 18.09.2018 / 19:17
0
answers

How to leave a semi-transparent Delphi form in delphi version xe3?

How to leave a semi-transparent Delphi form using the Delphi xe3 version?     
asked by 24.08.2018 / 16:49