Skip to content

Commit

Permalink
📝 APP #216 melhorando documentação
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Mar 1, 2020
1 parent 1c62a93 commit 10d0d60
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions appexemplo_v1.0/modulos/tree/exe_tree_view_8_multiple_levels.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,27 +326,26 @@ function selectMenu() {
,null
,$dados
,'IDMENU_PAI'
,$primaryKey
,$primaryKey // 05: id do campo chave dos filhos
,'NOM_MENU'
,null
,$userData
,null
,null //10: largura
,null
,null
,null
,null //14: Habilita campo Checks
,null //15:
,null
,null
,null
,null
,null
,null
,null
,null
,null
,null
,null
,null
,false
,null //19:
,null //20:
,null //21:
,null //22:
,true //23: Se o TreeView deve iniciar expandido ou não
);
//$tree->setStartExpanded(false);
//$tree->setStartExpanded(true);
Expand Down

0 comments on commit 10d0d60

Please sign in to comment.