DB Admin Demo

Hi, I am looking at the source code for the dm admin, trying to figure some things out. I noticed that the js code is full of functions like

dba.tree.yZ(18, 18);
dba.tree.rx("function");
dba.tabbar.hG("start", "Start", "100");
dba.tabbar.gy("start", dba.start_text);
dba.tabbar.fP("start");

What on earth are those? They are not listen in the API. Does it have something to do with the the php? Is there someway to download the php file to have a look at it?

Online demos on dhtmlx.com use compressed code, so the real method names are replaced with short text for compression purposes.

If you need a full , not compressed code of demo app - please open a ticket at the support system.