Hi,
I'm playing around with UI widgets that I found at KC.
In general I get the working but sometimes I receive error:
The browser refused to make the server call. Check that CORS is enabled on the server. The console and network panels from the browser debugging tools may show more information.
I'm running the following code:
<script src="http://83.142.96.202/imgcsd2/csui/csui.js"></script>
csui.onReady(function () {
new csui.FolderBrowserWidget({
placeholder: "#browser",
connection: { url: "
http://83.142.96.202/csdev2/llisapi.dll/api/v1/", supportPath: "
http://83.142.96.202/imgcsd2/"}
}).display();
});
What is it about? How to solve it
Thanks
Uldis