tests/auto/declarative/qmlvisual/webview/javascript/test-objects.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:10:48 +0300
changeset 30 5dc02b23752f
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

<html>
<head>
</head>
<body>
<h1>Boring Document</h1>
<p>
This is a boring document.
It gets the text on this button:
<input id=button type=button value="click me"
    onClick="{document.getElementById('button').value=window.qmltext.text}">
from QML.
<p>