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?