Skip to content

keyboard special Key to call "chosen" with jquey data  #464

@Sua26

Description

@Sua26

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,

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions