I am conducting a proof of concept for Open Text Content Server UI widgets.
Here are the steps I performed
Created a Sandbox with CS 16.0.4 (2017-03)
Created an html page (bellow) with the sample code provided in documentation
csui.onReady(function () {
new csui.widget.FolderBrowserWidget({
placeholder: "#browser",
connection: {
url: "
http://server:8080/OTCS/livelink.exe/api/v1/",
supportPath: "/img"
}
}).show();
});