X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=95e08178a084057ab5b6b3f0c0c99700e705846d;hb=70ed4eccbce50a2408f6de0da694a6c64458d58b;hp=5792267c9a9192fb86d073a7888083bfd5233901;hpb=a3a50f756d248133f5bbf626b64c9ec2818696e6;p=roojs1 diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 5792267c9a..95e08178a0 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -7,7 +7,7 @@ /** * @class Roo.form.ComboBoxArray - * @extends Roo.form.ComboBox + * @extends Roo.form.TextField * A facebook style adder... for lists of email / people / countries etc... * pick multiple items from a combo box, and shows each one. * @@ -73,7 +73,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, */ name : false, /** - * @cfg {String} name The hidden name of the field, often contains an comma seperated list of names + * @cfg {String} hiddenName The hidden name of the field, often contains an comma seperated list of names */ hiddenName : false, @@ -82,7 +82,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, items : false, // private - the hidden field el. hiddenEl : false, - + // private - the filed el.. el : false, //validateValue : function() { return true; }, // all values are ok!