Skip to content

Commit

Permalink
📝 APP #218 exemplo de tree view muitos niveis
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Feb 29, 2020
1 parent 0fa6d67 commit 8cc0acb
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appexemplo_v1.0/includes/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@
$menu->add('242', '24', 'Fora do Formulário', 'tree/exe_tree_view_2.php', null, '../../base/imagens/folder-bw.png');
$menu->add('243', '24', 'User Data - Array', 'tree/exe_tree_view_3.php', null, '../../base/imagens/folder-bw.png');
$menu->add('244', '24', 'Uf x Municípios', 'tree/exe_tree_view_4.php');
$menu->add('245', '24', 'Uf x Municípios com SetXmlFile()', 'tree/exe_tree_view_5.php');
$menu->add('246', '24', 'TreeView with CheckBox (ERRO)', 'tree/exe_tree_view_6_check.php');
$menu->add('247', '24', 'TreeView with Drag and Drop (ERRO)', 'tree/exe_tree_view_7_drag.php');
$menu->add('245', '24', 'Com vários níveis', 'tree/exe_tree_view_8_multiple_levels.php');
$menu->add('246', '24', 'Uf x Municípios com SetXmlFile()', 'tree/exe_tree_view_5.php');
$menu->add('247', '24', 'TreeView with CheckBox (ERRO)', 'tree/exe_tree_view_6_check.php');
$menu->add('248', '24', 'TreeView with Drag and Drop (ERRO)', 'tree/exe_tree_view_7_drag.php');

//-----------------------------------------------------------------------------
$menu->add('4', null, 'Mensagens e Ajuda', null, null, '../../base/imagens/feedback-512.png');
Expand Down
Loading

0 comments on commit 8cc0acb

Please sign in to comment.