You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can dynamically add a keyboard from a html select list on a form, but cannot display the keyboard to the form. The user must manually mouse click on the keyboard from the keyboard menu to display the keyboard.
Here is the code:
(function(kmw) {
kmw.init();
if ($("#id_language_code").val() == 'ar' ) {
kmw.addKeyboards('arabic_101'); // this will add the keyboard.
kmw.setActiveKeyboard('Keyboard_arabic_101','arb'); // this should display the vkb .
} else if ($("#id_language_code").val() == 'ru' ) {
kmw.addKeyboards('russian'); // this will add the keyboard
kmw.setActiveKeyboard('Keyboard_russian','rus'); // this should display the vkb
}
}...
The code appears to be correct, but the API does not work as documented.
The text was updated successfully, but these errors were encountered:
# This is the 1st commit message:
feat(mac): remove unused func
# This is the commit message #2:
feat(mac): edit, remove unused code
# This is the commit message #3:
feat(mac): more edit
# This is the commit message #4:
feat(mac): comments keymap
# This is the commit message #5:
feat(mac): comments importRules
# This is the commit message #6:
feat(mac): comments
# This is the commit message #7:
feat(mac): more comments
# This is the commit message #8:
feat(mac): adapt data types return para
Using Keymanweb 2.0 build 396.
Can dynamically add a keyboard from a html select list on a form, but cannot display the keyboard to the form. The user must manually mouse click on the keyboard from the keyboard menu to display the keyboard.
Here is the code:
The code appears to be correct, but the API does not work as documented.
The text was updated successfully, but these errors were encountered: