forked from cdotyone/mochaui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiframetests.html
More file actions
27 lines (22 loc) · 1.1 KB
/
iframetests.html
File metadata and controls
27 lines (22 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/Article">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" id="cssContent" href="../Themes/default/css/content.css" />
<!--MOCHAUI-->
<script type="text/javascript" src="../scripts/mootools-core-1.5.0-full-nocompat.js"></script>
<script type="text/javascript" src="../scripts/mootools-more-1.5.0.js"></script>
</head>
<body>
<div style="padding: 10px;">
<ul>
<li><a href="#1" onclick="new parent.MUI.Window({x: 100, y: 100, content:'Window Opened From iframe'});">Open a new window in the parent document.</a></li>
<li><a href="#2" onclick="parent.$('iframetests_taskbarTabText').highlight();">Highlight taskbar tab</a></li>
<li><a href="#3" onclick="parent.MUI.reloadIframe('iframetests_content_iframe');">Reload</a></li>
<li><a href="#4" onclick="parent.$('iframetests').center();">Center window</a></li>
<li><a href="#5" onclick="parent.MUI.Windows.closeAll();">Close all window</a></li>
<li><a href="#6" onclick="parent.$('iframetests').close();">Close this window</a></li>
</ul>
</div>
</body>
</html>