Skip to content

DOcument Smart Object - AJAX module for Claromentis framework to embed interactive directory view

License

Notifications You must be signed in to change notification settings

Claromentis/cmp-doso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOSO

DOcument Smart Object - AJAX module for Claromentis framework to embed interactive directory view

Usage

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>

About

DOcument Smart Object - AJAX module for Claromentis framework to embed interactive directory view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • HTML 21.0%
  • PHP 15.2%
  • CSS 10.1%