oxjs/examples/forms/editable_elements/index.html

15 lines
701 B
HTML
Raw Normal View History

2013-02-26 05:14:27 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Editable Elements</title>
<meta http-equiv="Keywords" content="Forms"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" type="image/png" href="../../../source/Ox.UI/themes/oxlight/png/icon16.png"/>
<link rel="stylesheet" type="text/css" href="css/example.css"/>
<script type="text/javascript" src="../../../dev/Ox.js"></script>
2013-02-26 05:14:27 +00:00
<script type="text/javascript" src="js/example.js"></script>
<script>window.addEventListener('message', function(e) { e.origin == window.location.origin && eval(e.data); });</script>
</head>
<body></body>
</html>