jsf 2 - retrieve items from textboxlist in mootools -


i have problem textboxlist component found @ http://www.devthought.com/2008/01/12/textboxlist-meets-autocompletion/
need retrieve selected items bind jsf backing bean, there method update, update: function() { this.element.set('value', this.bits.getvalues().join(this.options.separator)); return this; }

and don't know how use it.thanks in advance

this plugin old , not work on chrome (what tested on).

i recommend move wonderful solid plugin uses latest mootools,works in every browser, more robust:

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


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -