Hi,
I was wondering if anyone knows that vui.ui.grid.getGrid() does? From the way that it's written, it should launch a modal window that allows you to select a Folder, Channel... whatever is passed in the config. As a simple test, I tried something like this:
var config = {
type : vui.vcm.type.FOLDER,
rootId: 'f22272ed7c7dc310VgnVCM100000a48d2ca2PROJ',
gridId: 'myGrid',
gridTitle: 'Select a Folder'
};
vui.ui.grid.getGrid(config);
It looks like a grid object is created, but nothing is displayed. Am I supposed to call something else to get it to appear?
Thanks,
Eric