view dnd-library.tpl.php @ 47:cbfe386cb51b

Add a function to refresh opened libraries. The source URL of each libraries is now tracked, which allows for auto refreshing the libraries based on various events. The obvious use case is to refresh the library when an atom has been added to Scald, for example via a Popups dialog.
author Franck Deroche <defr@ows.fr>
date Mon, 15 Feb 2010 14:08:04 +0000
parents 7d6bf2dca269
children
line wrap: on
line source
<div id="<?php print $library_id; ?>" class="dnd-library-wrapper">
  <?php print $library; ?>
</div>