I've trying to embed the file browser demo in a aspx file that has a master page.
Until now everything works file, except from the following code in the Script.js file:
Directories.GetFilesAndFolders(sender.get_selectedNode().get_value(), updateGrid);
I'm getting the follwing js error:
Line: 11
Char: 5
Error: 'Directories' is undefined
Code: 0
Any idea?
Until now everything works file, except from the following code in the Script.js file:
Directories.GetFilesAndFolders(sender.get_selectedNode().get_value(), updateGrid);
I'm getting the follwing js error:
Line: 11
Char: 5
Error: 'Directories' is undefined
Code: 0
Any idea?