Revision: 242364d0efea
Author: Sean Gilligan <
se...@msgilligan.com>
Date: Mon Aug 27 22:50:14 2012
Log: Fix places where text said "Video Extension" instead of "Unloader
Extension"
http://code.google.com/p/iui/source/detail?r=242364d0efea
Modified:
/web-app/iui/ext-sandbox/unloader/index.html
=======================================
--- /web-app/iui/ext-sandbox/unloader/index.html Sun Sep 25 14:19:04 2011
+++ /web-app/iui/ext-sandbox/unloader/index.html Mon Aug 27 22:50:14 2012
@@ -9,7 +9,7 @@
<link rel="stylesheet" title="Default"
href="../../t/default/default-theme.css" type="text/css"/>
<link rel="stylesheet" href="../../../css/iui-panel-list.css"
type="text/css" />
- <script type="application/x-javascript" src="../../iui.js"></script>
+ <script type="application/x-javascript" src="../../iui.js"></script>
<script type="application/x-javascript" src="iui-unloader.js"></script>
<link href="../TbBMod/xtra.css" rel="stylesheet" type="text/css">
</head>
@@ -19,7 +19,7 @@
<a id="backButton" class="button" href="#"></a>
</div>
-<ul id="home" title="Video Ext" selected="true">
+<ul id="home" title="Unloader Ext" selected="true">
<li><a href="#about">About Unloader Ext</a></li>
<li><a href="#instructions">Instructions</a></li>
<li class="group">Tests</li>
@@ -32,9 +32,9 @@
<div id="about" class="panel" title="About">
- <h2>About Video Extension</h2>
+ <h2>About Unloader Extension</h2>
<fieldset>
- <p class="normalText">iui-unlaoder.js is an extension for the iUI
framework. It is currently EXPERIMENTAL</p>
+ <p class="normalText">iui-unloader.js is an extension for the iUI
framework. It is currently EXPERIMENTAL</p>
<p class="normalText">For info on how to use this extension see
Instructions.</p>
<p class="normalText">Sean Gilligan</p>
</fieldset>
@@ -44,15 +44,15 @@
<div id="instructions" class="panel" title="Instructions">
<h2>Unloader Ext - instructions for use.</h2>
<fieldset>
- <p class="normalText">The Video Extension is easy to install into your
iUI powered web app. It requires no changes to existing iUI components.
Start by linking the iui-unloader.js to your main index file just like you
would iui.js.</p>
- <p class="normalText">All AJAX-loaded fragments will be unload when they
receive the iUI 'unload' event when they are navigated away from (back
button).</p>
+ <p class="normalText">The Unloader Extension is easy to install into your
iUI powered web app. It requires no changes to existing iUI components.
Start by linking the iui-unloader.js to your main index file just like you
would iui.js.</p>
+ <p class="normalText">All AJAX-loaded fragments will be unloadd when they
receive the iUI 'unload' event when they are navigated away from (back
button).</p>
</fieldset>
</div>
<div id="int" title="Internal Frag">
<h2>Internal Fragment</h2>
<p>This should not be unloaded when you hit the back button</p>
-</div>
+</div>
</body>
</html>