Trying to apply pqSelect on select in toolbar...no success...
type: 'select',
label: 'Test: ',
attr: 'id="TestID"',
options: [{ ,
...
}],
value: 'test',
init: function(){
$("#TestID").pqSelect({
multiplePlaceholder: 'Test'})},
listener: function(){...
Thanks in advance.