Skip to content

Commit

Permalink
Pushing new template changes for nested iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter deHaan (Sencha) committed Jun 18, 2012
1 parent 58a2169 commit 295ef8c
Show file tree
Hide file tree
Showing 2,044 changed files with 21,445 additions and 7,158 deletions.
8 changes: 1 addition & 7 deletions extjs/4.0.7/demos/Ext.Array.clean.1/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="keywords" content="Sencha, Ext JS, Ext JS 4.0.7" />
<meta name="author" content="Sencha Inc." />
<link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

Expand Down Expand Up @@ -71,7 +69,7 @@ <h2 class="normalise bold clearfix">Removing empty elements from an array using
</ul>
<div class="plain-text"><p>The following example shows how you can remove empty elements from an array using the static <code>Ext.Array.clean()</code> method.</p></div>

<iframe src="index.html" width="100%" height="400"></iframe>
<iframe src="viewer.html" width="100%" height="400"></iframe>
<div>
<ul class="developer-actions">
<li class="request"><a href="src.zip" class="button-link center">Download</a></li>
Expand Down Expand Up @@ -140,10 +138,6 @@ <h2 class="normalise bold clearfix">Removing empty elements from an array using
</script>
<script src="/scripts/disqus.js" type="text/javascript" defer></script>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>
<script src="/scripts/analytics.js" type="text/javascript" defer></script>

</body>
Expand Down
20 changes: 20 additions & 0 deletions extjs/4.0.7/demos/Ext.Array.clean.1/viewer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Removing empty elements from an array using the Ext.Array class</title>
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

<div id="filetree" />
<iframe src="index.html"></iframe>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>

</body>
</html>
8 changes: 1 addition & 7 deletions extjs/4.0.7/demos/Ext.Array.contains.1/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="keywords" content="Sencha, Ext JS, Ext JS 4.0.7" />
<meta name="author" content="Sencha Inc." />
<link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

Expand Down Expand Up @@ -71,7 +69,7 @@ <h2 class="normalise bold clearfix">Checking whether an array contains a specifi
</ul>
<div class="plain-text"><p>The following example shows how you can determine if an array contains a specific value using the static <code>Ext.Array.contains()</code> method.</p></div>

<iframe src="index.html" width="100%" height="400"></iframe>
<iframe src="viewer.html" width="100%" height="400"></iframe>
<div>
<ul class="developer-actions">
<li class="request"><a href="src.zip" class="button-link center">Download</a></li>
Expand Down Expand Up @@ -140,10 +138,6 @@ <h2 class="normalise bold clearfix">Checking whether an array contains a specifi
</script>
<script src="/scripts/disqus.js" type="text/javascript" defer></script>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>
<script src="/scripts/analytics.js" type="text/javascript" defer></script>

</body>
Expand Down
20 changes: 20 additions & 0 deletions extjs/4.0.7/demos/Ext.Array.contains.1/viewer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Checking whether an array contains a specific value using the Ext.Array class</title>
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

<div id="filetree" />
<iframe src="index.html"></iframe>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>

</body>
</html>
8 changes: 1 addition & 7 deletions extjs/4.0.7/demos/Ext.Button.allowDepress.1/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="keywords" content="Sencha, Ext JS, Ext JS 4.0.7" />
<meta name="author" content="Sencha Inc." />
<link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

Expand Down Expand Up @@ -71,7 +69,7 @@ <h2 class="normalise bold clearfix">Preventing an Ext.Button component from bein
</ul>
<div class="plain-text"><p>The following example shows how you can prevent an Ext.Button component from being depressed by setting the Boolean <code>allowDepress</code> config to <code>false</code>.</p></div>

<iframe src="index.html" width="100%" height="400"></iframe>
<iframe src="viewer.html" width="100%" height="400"></iframe>
<div>
<ul class="developer-actions">
<li class="request"><a href="src.zip" class="button-link center">Download</a></li>
Expand Down Expand Up @@ -140,10 +138,6 @@ <h2 class="normalise bold clearfix">Preventing an Ext.Button component from bein
</script>
<script src="/scripts/disqus.js" type="text/javascript" defer></script>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>
<script src="/scripts/analytics.js" type="text/javascript" defer></script>

</body>
Expand Down
20 changes: 20 additions & 0 deletions extjs/4.0.7/demos/Ext.Button.allowDepress.1/viewer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Preventing an Ext.Button component from being depressed in Ext JS</title>
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

<div id="filetree" />
<iframe src="index.html"></iframe>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>

</body>
</html>
8 changes: 1 addition & 7 deletions extjs/4.0.7/demos/Ext.Button.arrowAlign.1/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="keywords" content="Sencha, Ext JS, Ext JS 4.0.7" />
<meta name="author" content="Sencha Inc." />
<link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

Expand Down Expand Up @@ -71,7 +69,7 @@ <h2 class="normalise bold clearfix">Setting the menu arrow alignment on an Ext.B
</ul>
<div class="plain-text"><p>The following example shows how you can set the menu arrow alignment on an Ext.Button component in Ext JS by setting the <code>arrowAlign</code> config option.</p></div>

<iframe src="index.html" width="100%" height="400"></iframe>
<iframe src="viewer.html" width="100%" height="400"></iframe>
<div>
<ul class="developer-actions">
<li class="request"><a href="src.zip" class="button-link center">Download</a></li>
Expand Down Expand Up @@ -140,10 +138,6 @@ <h2 class="normalise bold clearfix">Setting the menu arrow alignment on an Ext.B
</script>
<script src="/scripts/disqus.js" type="text/javascript" defer></script>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>
<script src="/scripts/analytics.js" type="text/javascript" defer></script>

</body>
Expand Down
20 changes: 20 additions & 0 deletions extjs/4.0.7/demos/Ext.Button.arrowAlign.1/viewer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Setting the menu arrow alignment on an Ext.Button component using Ext JS</title>
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

<div id="filetree" />
<iframe src="index.html"></iframe>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>

</body>
</html>
8 changes: 1 addition & 7 deletions extjs/4.0.7/demos/Ext.Button.disabled.1/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="keywords" content="Sencha, Ext JS, Ext JS 4.0.7" />
<meta name="author" content="Sencha Inc." />
<link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

Expand Down Expand Up @@ -71,7 +69,7 @@ <h2 class="normalise bold clearfix">Disabling an Ext.Button component in Ext JS<
</ul>
<div class="plain-text"><p>The following example shows how you can disable an Ext.Button component in Ext JS by setting the Boolean <code>disabled</code> config or by calling the <code>setDisabled()</code> method at runtime.</p></div>

<iframe src="index.html" width="100%" height="400"></iframe>
<iframe src="viewer.html" width="100%" height="400"></iframe>
<div>
<ul class="developer-actions">
<li class="request"><a href="src.zip" class="button-link center">Download</a></li>
Expand Down Expand Up @@ -140,10 +138,6 @@ <h2 class="normalise bold clearfix">Disabling an Ext.Button component in Ext JS<
</script>
<script src="/scripts/disqus.js" type="text/javascript" defer></script>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>
<script src="/scripts/analytics.js" type="text/javascript" defer></script>

</body>
Expand Down
20 changes: 20 additions & 0 deletions extjs/4.0.7/demos/Ext.Button.disabled.1/viewer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Disabling an Ext.Button component in Ext JS</title>
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

<div id="filetree" />
<iframe src="index.html"></iframe>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>

</body>
</html>
8 changes: 1 addition & 7 deletions extjs/4.0.7/demos/Ext.Button.enableToggle.1/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="keywords" content="Sencha, Ext JS, Ext JS 4.0.7" />
<meta name="author" content="Sencha Inc." />
<link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

Expand Down Expand Up @@ -71,7 +69,7 @@ <h2 class="normalise bold clearfix">Creating a simple toggle Ext.Button componen
</ul>
<div class="plain-text"><p>The following example shows how you can create a simple toggle Ext.Button component in Ext JS by setting the Boolean <code>enableToggle</code> config to <code>true</code>. You can check whether the button instance is toggled at runtime by checking the Boolean <code>pressed</code> config.</p></div>

<iframe src="index.html" width="100%" height="400"></iframe>
<iframe src="viewer.html" width="100%" height="400"></iframe>
<div>
<ul class="developer-actions">
<li class="request"><a href="src.zip" class="button-link center">Download</a></li>
Expand Down Expand Up @@ -140,10 +138,6 @@ <h2 class="normalise bold clearfix">Creating a simple toggle Ext.Button componen
</script>
<script src="/scripts/disqus.js" type="text/javascript" defer></script>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>
<script src="/scripts/analytics.js" type="text/javascript" defer></script>

</body>
Expand Down
20 changes: 20 additions & 0 deletions extjs/4.0.7/demos/Ext.Button.enableToggle.1/viewer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Creating a simple toggle Ext.Button component in Ext JS</title>
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

<div id="filetree" />
<iframe src="index.html"></iframe>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>

</body>
</html>
8 changes: 1 addition & 7 deletions extjs/4.0.7/demos/Ext.Button.handler.1/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="keywords" content="Sencha, Ext JS, Ext JS 4.0.7" />
<meta name="author" content="Sencha Inc." />
<link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

Expand Down Expand Up @@ -71,7 +69,7 @@ <h2 class="normalise bold clearfix">Adding a click handler to an Ext.Button comp
</ul>
<div class="plain-text"><p>The following example shows how you can add a simple click handler to the Ext.Button component in Ext JS using the <code>handler</code> property or the <code>listeners</code> property and listening for the <code>click</code> event.</p></div>

<iframe src="index.html" width="100%" height="400"></iframe>
<iframe src="viewer.html" width="100%" height="400"></iframe>
<div>
<ul class="developer-actions">
<li class="request"><a href="src.zip" class="button-link center">Download</a></li>
Expand Down Expand Up @@ -140,10 +138,6 @@ <h2 class="normalise bold clearfix">Adding a click handler to an Ext.Button comp
</script>
<script src="/scripts/disqus.js" type="text/javascript" defer></script>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>
<script src="/scripts/analytics.js" type="text/javascript" defer></script>

</body>
Expand Down
20 changes: 20 additions & 0 deletions extjs/4.0.7/demos/Ext.Button.handler.1/viewer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Adding a click handler to an Ext.Button component in Ext JS</title>
<link href="http://cdn.sencha.io/try/extjs/4.1.0/resources/css/ext-all-gray.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/scripts/codemirror/codemirror.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

<div id="filetree" />
<iframe src="index.html"></iframe>

<script src="http://cdn.sencha.io/try/extjs/4.1.0/ext-all.js" type="text/javascript"></script>
<script src="/scripts/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/scripts/codemirror/javascript.js" type="text/javascript"></script>
<script src="/scripts/codemirror/htmlmixed.js" type="text/javascript"></script>

</body>
</html>
Loading

0 comments on commit 295ef8c

Please sign in to comment.