Skip to content

Commit

Permalink
📝 APP melhorando documentação
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Sep 24, 2022
1 parent 1197f56 commit 62d72cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appexemplo_v1.0/includes/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
$menu->add('245', '24', 'Uf x Municípios com SetXmlFile()', 'tree/exe_tree_view_5.php');
$menu->add('246', '24', 'Uf x Municípios setando Campos', 'tree/exe_tree_view_9_setando_campos_view.php', null, '../../base/imagens/folder-bw.png');
$menu->add('247', '24', 'Com vários níveis', 'tree/exe_tree_view_8_multiple_levels.php');
$menu->add('248', '24', 'TreeView with CheckBox (ERRO)', 'tree/exe_tree_view_6_check.php');
$menu->add('248', '24', 'TreeView with CheckBox', 'tree/exe_tree_view_6_check.php', null, '../../base/imagens/folder-bw.png');
$menu->add('249', '24', 'TreeView with Drag and Drop (ERRO)', 'tree/exe_tree_view_7_drag.php');

//-----------------------------------------------------------------------------
Expand Down
8 changes: 6 additions & 2 deletions appexemplo_v1.0/modulos/tree/exe_tree_view_6_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
d($_REQUEST);


$html = 'Essa Funcionalidade não está completa, falta algumas coisas !';
$html = 'Essa exemplo não está completo, falta algumas coisas !';
$html = $html.'<br>';
$html = $html.'<br>Os dados são gravados na tabela treecheck_link';
$html = $html.'<br>Quando clicar em um item vai chamar uma função JS treeCheck que irá gravar no banco';
$html = $html.'<br>Falta a função de resgatar do banco de dados os elementos que estão marcados';


$frm = new TForm('6 - TreeView with CheckBox', 400);
Expand All @@ -52,7 +56,7 @@
$frm->setAutoSize(true);
$frm->addCssFile('css/css_form04.css');

$frm->addHtmlField('html1', $html, null,null)->setClass('alert');
$frm->addHtmlField('html1', $html, null,null)->setClass('failure');


$frm->addGroupField('gpTree', 'Exemplo Treeview', null)->setcloseble(true);
Expand Down

0 comments on commit 62d72cb

Please sign in to comment.