View Full Version : extjs4 and virtual keyboard
tdikarim
30 Aug 2012, 5:55 AM
Hi All,
I used a virtual keyboard plugin (Ext.ux.VirtualKeyboard) that worked well in extjs 3.3.1.
I try to make it work in extjs 4.1.1 with no success
someone he succeeded
Thanks for sharing
Karim
sword-it
30 Aug 2012, 6:13 AM
Hi tdikarim,
Read this thread - http://www.sencha.com/forum/showthread.php?147963-Extjs-4-virtual-keyboard-plugin&p=872128
tdikarim
30 Aug 2012, 6:27 AM
Hi Sword-it
Thanks for the quick response.
I have already post in this thread.
When I use compatibility pack, I have some error
Here is the general code (extjs 4.1.1):
<!-- Ext -->
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all-debug.css" />
<link rel="stylesheet" type="text/css" href="../ux/css/GroupTabPanel.css" />
<!-- GC -->
<script type="text/javascript" src="../../ext.js"></script>
<script type="text/javascript" src="all-classes.js"></script>
<script type="text/javascript" src="../../compatibility/ext3-core-compat.js"></script>
<script type="text/javascript" src="../../compatibility/ext3-compat.js"></script>
I start my app from the grouptab example. And when try to use ext-all-debug.js inside of
<script type="text/javascript" src="../../ext.js"></script>
<script type="text/javascript" src="all-classes.js"></script>
I have strange error loading
Do you have an idea what's wrong ?
Thanks
Karim
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.