add dhtmlxMenu as context menu for dhtmxTree

This commit is contained in:
Ralf Becker
2010-10-18 19:25:33 +00:00
parent e9e2312b06
commit 4429ffa4b9
331 changed files with 25872 additions and 3 deletions

View File

@ -0,0 +1,16 @@
<?php
/*
Copyright DHTMLX LTD. http://www.dhtmlx.com
This version of Software is free for using in non-commercial applications.
For commercial use please contact sales@dhtmlx.com to obtain license
*/
$mysql_host = "db2.dhtmlx.com";
$mysql_user = "dhtmuzer_ro";
$mysql_pasw = "gp45_gm";
$mysql_db = "dhtmlxsamples";
/* $mysql_host = "localhost";
$mysql_user = "root";
$mysql_pasw = "1";
$mysql_db = "dhtmlx_webmenu";*/
?>