0

I have a problem with textboxlist component that I found at http://www.devthought.com/2008/01/12/textboxlist-meets-autocompletion/
I need to retrieve the selected items to bind it to a jsf backing bean, there is a method update, update: function() { this.element.set('value', this.bits.getValues().join(this.options.separator)); return this; }

and I don't know how to use it.Thanks in advance

4

1 に答える 1

0

このプラグインは非常に古く、Chrome では動作しません (私がテストしたもの)。

最新の mootools を使用し、すべてのブラウザーで適切に動作し、より堅牢なこの素晴らしい堅固なプラグインに移行することをお勧めします。

http://julesjanssen.github.io/chosen/

于 2013-05-05T10:21:51.493 に答える