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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -