4 Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
9 <title>IME Example
</title>
11 <body style=
"background-color:#eef">
12 <p>Full IME Support
</p>
13 <object id=
"plugin1" type=
"application/x-ppapi-example-ime" width=
"400"
14 height=
"150" border=
"2px"><param name=
"ime" value=
"full" /></object>
17 <object id=
"plugin2" type=
"application/x-ppapi-example-ime" width=
"400"
18 height=
"150" border=
"2px"><param name=
"ime" value=
"caretmove" /></object>
21 <object id=
"plugin3" type=
"application/x-ppapi-example-ime" width=
"400"
22 height=
"150" border=
"2px"><param name=
"ime" value=
"unaware" /></object>
24 <p>No IME (explicitly turn IME off)
</p>
25 <object id=
"plugin4" type=
"application/x-ppapi-example-ime" width=
"400"
26 height=
"150" border=
"2px"><param name=
"ime" value=
"no" /></object>
29 <textarea width=
"200" height=
"3"></textarea>