@edsdk/flmngr-example
Version:
> How to use Flmngr file manager in your project
33 lines (28 loc) • 661 B
HTML
<html>
<head>
<script src="flmngr-example.js"></script>
<link rel="stylesheet" href="flmngr-example.css"/>
<meta charset="UTF-8">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-4" id="files">
<h4>Example. Choosing files from the server</h4>
<p>
If you click the "Browse" button you see Flmngr opened. Files you choose there will be listed in the panel at the right.
</p>
</div>
<div class="col-8">
<div id="example1">
<div class="btn btn-primary" id="btn1">Browse...</div>
<div id="files1">
No files selected
</div>
</div>
</div>
</div>
</div>
</body>
</html>