Hi experts,
I am connecting through the widget csui.widget.FolderBrowserWidget, where I give the id of a business workspace, but when entering the widget in the browser the content is empty.
<head>
<script type="text/javascript" src="http://server/otcssupport/csui/csui.js"></script>
<link rel="stylesheet" href="http://server/otcssupport/csui/csui.css" />
<script>
csui.onReady( function() {
new csui.widget.FolderBrowserWidget( {
placeholder: "#browser",
start: {id: "id_business_workspace" },
connection: {
url: "http://server/otcs/cs/api/v1/",
supportPath: "/img"
}
} ).show();
} );
</script>
</head>
<body>
<div id="browser"></div>
</body>
Content submitted by the web browser

Content submitted by the Content Server 10.0.1
