<template id="DetailsPanel" is="x-details-panel">
	<div class="$-{this.css}">
		<x-panel data-properties='$-{this.json.panel}'>
			<iframe 
					id="detailsIframe" 
					src="$-{this.url}" 
					width="100%" 
					height="100%"
					onload="$-{this.onload}"
					onmouseout="$-{this.onmouseout}"
					>
			</iframe>
		</x-panel>
	</div>
</template>

