Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 513 Bytes

File metadata and controls

11 lines (8 loc) · 513 Bytes

#Ext.tux.form.FieldContainer ##Sencha Touch 2 FieldContainer component.

###IMPORTANT In order to properly style this component, please replace the original Sencha Touch 2.0.1 _form.scss file with the one included inside the resources folder of this repo and re-compile your application theme.

####ChangeLog

v. 0.2 - 2012/06/15
  • src/form/FieldContainer.js: Renamed the "items" config property to "rows".
  • examples/views/Address.js: Conformed the AddressField example to the new component configuration.