このプラグイン (http://www.jquery4u.com/plugins/jquery-screen-keyboard-plugin/#.UCTg6p1lTkd) を使用して、キオスクのオンスクリーン キーボードを作成しています。うまく機能しますが、入力/テキスト領域の下ではなく、画面の下部にキーボードを表示する必要があります。
外部 jquery.keyboard.js ファイル内で、次のことがわかりました。
$.keyboard.defaultOptions = {
// *** choose layout & positioning ***
layout : 'qwerty',
customLayout : null,
position : {
of : null, // optional - null (attach to input/textarea) or a jQuery object (attach elsewhere)
my : 'center top',
at : 'center top',
at2: 'center bottom' // used when "usePreview" is false (centers the keyboard at the bottom of the input/textarea)
},
「null」の代わりに何を使用すればよいですか? これをコードにどのように追加する必要がありますか?
ありがとう