If you Like Our Blog Then

Wednesday, January 12, 2011

How to Add Virtual Keyboard to Your Site

0 comments

If you are thinking to add a Virtual Keyboard to your site ten you can do this with simple code which is provided by the Google web Elements. As seen in the Picture you can use this Virtual Keyboard in any Language. It is mostly available in all languages. You can simply change the language, The code below is in English and you can replace it with any language. Just co to Google Web Element and select you Language. Or you can also replace English which in Bold in below code with you own Language.Subscribe to Syconet World by Email.



Use the below code in your website and you can apply a Virtual Keyboard in your Web page. For complete details You can See Google Web Element Page


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


For any support you can leave comment or can go to Google Web Elements.


Advertisements

0 comments:

Post a Comment

No Abusive comment will be approved. Make comment related to Topic only.

Enter your email address:

Delivered by FeedBurner