mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 18:41:21 +02:00
add dhtmlxMenu as context menu for dhtmxTree
This commit is contained in:
16
phpgwapi/js/dhtmlxtree/dhtmlxMenu/samples/common/config.php
Executable file
16
phpgwapi/js/dhtmlxtree/dhtmlxMenu/samples/common/config.php
Executable 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";*/
|
||||
?>
|
Reference in New Issue
Block a user