// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). // SPDX-License-Identifier: BSD-3-Clause /*! \page qtbrowserplugin-example-scripting.html \title Scripting Example This example demonstrates the combination of Javascript and a trivial plugin, and the use of a plugin in combination with a form. If the browser supports scripting plugins, and everything is set up correctly, the plugin below should react to mouse clicks and drags by changing its text. The \c About... button should pop up an \c{About Qt} dialog. The second plugin instance, below the horizontal line, should display the word \c QtBrowserPlugin, and pressing the \c Go! button should navigate the browser to a search for this word at google.com. \raw HTML