-
Notifications
You must be signed in to change notification settings - Fork 725
Description
Hi,
I had a textarea that calls the mottie keyboard, I want a made a especial key in keyboard who calls a chosen (or select2) with data taken of jquery. for example... in that text area you can put your destiny o select from a list that appears when you click on the "special key" and you input text manually and from list in textarea..
I don know how made the call and how the selected see in the text area.
///// key action
$.extend( $.keyboard.keyaction, {
test : function(base){base.insertText('X');},
destiny : function(base){
////
// I dont know...
///
}
});���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
I need little help... thanks for all,