DOcument Smart Object - AJAX module for Claromentis framework to embed interactive directory view
As a pure JavaScript mechanism, use the following smart-object code to embed
<script type="text/javascript">
var doso_args = {
id: "example_doso",
folder_id: 123,
list_template: "doso/icon_list.html",
item_template: "doso/icons.tmpl.html"
};
</script>
<script type="text/javascript" src="/intranet/doso/js/show.js"></script>