aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/webview/inlinehtml/qml/alerts.html
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-11 17:35:46 +0200
committerDavid Boddie <david.boddie@nokia.com>2011-05-23 14:27:59 +0200
commit6146287cb3dac27691895f99c7f9bf3215730bd9 (patch)
treeba1ea35311d02553740d5edcbff57f1ba6729a6f /examples/declarative/modelviews/webview/inlinehtml/qml/alerts.html
parent5eb37920d65a43d8922b6f1c452da48465d0c5a7 (diff)
Squashed commit of changes from the 4.8-temp branch.
Diffstat (limited to 'examples/declarative/modelviews/webview/inlinehtml/qml/alerts.html')
-rw-r--r--examples/declarative/modelviews/webview/inlinehtml/qml/alerts.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/declarative/modelviews/webview/inlinehtml/qml/alerts.html b/examples/declarative/modelviews/webview/inlinehtml/qml/alerts.html
new file mode 100644
index 0000000000..82caddf7fb
--- /dev/null
+++ b/examples/declarative/modelviews/webview/inlinehtml/qml/alerts.html
@@ -0,0 +1,5 @@
+<html>
+<body onclick="alert('This is an alert')">
+<p>This is a web page. It fires an alert when clicked.
+</body>
+</html>