PDA

View Full Version : Virtual google keyboard in your board



admin
17-05-2011, 05:02 PM
This mod will help you a virtual keyboard to have into your site.

it is very simple.

find header templat and In the end it put this code

<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("elements", "1", {packages: "keyboard"});
var kbd;
function onLoad() {
kbd = new google.elements.keyboard.Keyboard(
[google.elements.keyboard.LayoutCode.ENGLISH]);
}
google.setOnLoadCallback(onLoad);
</script>

Screenshots:
http://upload.itvnn.net/do.php?img=61 (http://upload.itvnn.net/)