/** * @class Ext.form.Borders * A mixin that contains functionality common to {@link Ext.field.Panel} and * {@link Ext.form.FieldSet}. * * @private * @since 6.5.0 */ /** * @cfg {Boolean} [fieldSeparators=false] * 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=true] * * `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 */