X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_form_PhoneInput.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_PhoneInput.js.html;h=ec15ea5c98a480e18457fc5b31687beb84888cfe;hp=c679cac6e23d63b490911ddbacb0ef361f198096;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_bootstrap_PhoneInput.js.html b/docs/src/Roo_bootstrap_form_PhoneInput.js.html similarity index 97% rename from docs/src/Roo_bootstrap_PhoneInput.js.html rename to docs/src/Roo_bootstrap_form_PhoneInput.js.html index c679cac6e2..ec15ea5c98 100644 --- a/docs/src/Roo_bootstrap_PhoneInput.js.html +++ b/docs/src/Roo_bootstrap_form_PhoneInput.js.html @@ -1,4 +1,4 @@ -Roo/bootstrap/PhoneInput.js/** +Roo/bootstrap/form/PhoneInput.js/** * This script refer to: * Title: International Telephone Input * Author: Jack O'Connor @@ -7,8 +7,8 @@ **/ /** - * @class Roo.bootstrap.PhoneInput - * @extends Roo.bootstrap.TriggerField + * @class Roo.bootstrap.form.PhoneInput + * @extends Roo.bootstrap.form.TriggerField * An input with International dial-code selection * @cfg {String} defaultDialCode default '+852' @@ -19,12 +19,14 @@ * @param {Object} config Configuration options */ -Roo.bootstrap.PhoneInput = function(config) { - Roo.bootstrap.PhoneInput.superclass.constructor.call(this, config); +Roo.bootstrap.form.PhoneInput = function(config) { + Roo.bootstrap.form.PhoneInput.superclass.constructor.call(this, config); }; -Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, { - +Roo.extend(Roo.bootstrap.form.PhoneInput, Roo.bootstrap.form.TriggerField, { + /** + * @cfg {Roo.data.Store} store [required] The data store to which this combo is bound (defaults to undefined) + */ listWidth: undefined, selectedClass: 'active', @@ -49,7 +51,7 @@ getAutoCreate : function() { - var data = Roo.bootstrap.PhoneInputData(); + var data = Roo.bootstrap.form.PhoneInputData(); var align = this.labelAlign || this.parentLabelAlign(); var id = Roo.id(); @@ -277,7 +279,7 @@ initEvents : function() { this.createList(); - Roo.bootstrap.PhoneInput.superclass.initEvents.call(this); + Roo.bootstrap.form.PhoneInput.superclass.initEvents.call(this); this.indicator = this.indicatorEl(); this.flag = this.flagEl();