2024年6月11日发(作者:)
JavaScript VirtualKeyboard (JS虚拟键盘)
做触摸屏项目用到的js软键盘中文切换!
JavaScript VirtualKeyboard是 Javascript下 的虚拟键盘,不仅如此,它还 支持自建输
入法,你所看到的所有 内容都是由其内建输入法所输入,并且支持多种语言。
使用方法:
1 在
中加入
2 打开虚拟键盘:
('target_input_field_id','keyboard_holder_id');
意思是:
('显示输入数据的元素ID','显示键盘所在位置的元素ID');
如: " onclick="('testb','keyboard'); return false;" />
当前仅支持IE6/7 on the local PC 。
=====================================
======
原文:
Using of the code is quite simple:
the following lines to the head:
" rel="stylesheet" />
