window.parent.refreshAttachments(\"$base_url\",\"$parent_type\",\"$parent_entity\",$parent_id,\"$lang\",\"$from\"); window.parent.SqueezeBox.close(); "; } /** * Set up the Javascript for the modal button */ public static function setupModalJavascript() { JHtml::_('behavior.modal', 'a.modal-button'); } /** * Close the modal window and reload the parent */ public static function closeModal() { echo ''; } }