New User - evaluating the product.
Hi all,
I am trying to load the initial directory structure and having weird behavior.
D133938y [Root Folder]
Folder1 [Sub Folder of root]
Method #1: Using the Parse(). Not what I want but working.
$$(“files”).parse([{id:“D133938y”,value:“D133938y”,open:true,type:“folder”,date:new Date(2014,2,10,16,10),data:[{id:“Folder1”,value:“Folder1”,open:true,type:“folder”,date:new Date(2014,2,10,16,10)}]}])
Return: Proper directories
Method #2: URL calling AJAX Applet returning a json.
Return:
{“id”:“D133938y”,“value”:“D133938y”,“open”:true,“type”:“folder”,“date”:1450465634041,“data”:[{“id”:“Folder1”,“value”:“Folder1”,“open”:true,“type”:“folder”,“date”:1450465628156}]}
Result: Display only “Folder1”???
With more complex structure, the root is never displayed and missing files here and there.