Sha256: 778a629f99d8cd922ac45fa74dc0cf22ff403c0b83f2535cbcdc66dde8631def

Contents?: true

Size: 1.27 KB

Versions: 14

Compression:

Stored size: 1.27 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title></title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<script type="text/javascript">
	// <!--
	var noInit = false;
		
	function init(){
		if(noInit){ return; }
		var hasParentDojo = false;
		try{
			hasParentDojo = window.parent != window && window.parent["dojo"];
		}catch(e){
			alert("Initializing iframe_history.html failed. If you are using a cross-domain Dojo build,"
				+ " please save iframe_history.html to your domain and set djConfig.dojoIframeHistoryUrl"
				+ " to the path on your domain to iframe_history.html");
			throw e;
		}

		if(hasParentDojo){
			//Set the page title so IE history shows up with a somewhat correct name.
			document.title = window.parent.document.title;
			
			//Notify parent that we are loaded.
			var pdj = window.parent.dojo;
			if(pdj["back"]){
				pdj.back._iframeLoaded(null, window.location);
			}
		}

	}
	// -->
	</script>
</head>
<body onload="try{ init(); }catch(e){ alert(e); }">
	<h4>The Dojo Toolkit -- iframe_history.html</h4>

	<p>This file is used in Dojo's back/fwd button management.</p>
</body>
</html>

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
dojo-rails-0.14.0 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo_rails-0.0.2 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo_rails-0.0.1 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo-rails-0.11.0 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo-rails-0.9.10 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo-rails-0.9.9 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo-rails-0.9.4 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo-rails-0.9.3 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo-rails-0.9.2 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo-rails-0.9.1 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo-rails-0.9.0 vendor/assets/javascripts/dojo/resources/iframe_history.html
dojo_src-1.5.0 dojo/dojo/resources/iframe_history.html
dojo_src-1.4.3 dojo/dojo/resources/iframe_history.html
dojo_src-1.4.102 dojo/dojo/resources/iframe_history.html