从mootools中的textboxlist中检索项目

时间:2013-05-04 08:46:10

标签: jsf-2 mootools

我在http://www.devthought.com/2008/01/12/textboxlist-meets-autocompletion/发现了textboxlist组件的问题 我需要检索选定的项目以将其绑定到jsf支持bean,有一个方法更新,update: function() { this.element.set('value', this.bits.getValues().join(this.options.separator)); return this; }

我不知道如何使用它。谢谢提前

1 个答案:

答案 0 :(得分:0)

这个插件很老了,它不适用于chrome(我测试过的)。

我建议你转到这个使用最新mootools的精彩插件,在每个浏览器中运行良好,更强大:

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