/** * @class Ext.form.FieldContainer * @extend Ext.Mixin * * A mixin that contains functionality common to {@link Ext.form.Panel} and * {@link Ext.form.FieldSet} * * @private */ /** * @cfg {Boolean} [fieldSeparators=null] * Set to `true` to show separators between the fields in this form. Typically * used together with {@link #inputBorders} to create iOS-like forms * * Defaults to `true` in the iOS theme * @accessor */ /** * @cfg {Boolean} [inputBorders=null] * * `false` to suppress borders on the input elements of fields in this form. * Typically used together with {@link #fieldSeparators} to create iOS-like forms. * * Defaults to `false` in the iOS theme * @accessor */