Beispiel #1
0
  <?php 
listnoeud2("null", $_POST["langue_id"]);
?>
  ]
  },
  {
  "key":"pb",
  "title":"<?php 
echo $trad["Poubelle"];
?>
",
  "icon":"trash.gif",
  "unselectable":true,
  "children":[
  <?php 
listnoeud2('pb', $_POST["langue_id"]);
?>
  ]
  }
  ];
  	$(function(){
  		$("#arbre_new").dynatree( {
        //persist: true,
  			title: "<?php 
echo __name__;
?>
",
        imagePath:'<?php 
echo __reparbre__;
?>
imgs/',
Beispiel #2
0
[
  {
  "key":"_1",
  "title":"<?php 
echo __name__;
?>
",
  "icon":"base.gif",
  "unselectable":true,
  "children":[
  
  <?php 
listnoeud2("null", $_GET["langue_id"]);
?>
  ]
  },
  {
  "key":"_2",
  "title":"<?php 
echo $trad["Poubelle"];
?>
",
  "icon":"trash.gif",
  "unselectable":true,
  "children":[
  <?php 
listnoeud2('pb', $_GET["langue_id"]);
?>
  ]
  }
  ]