Is there a list of available field types for a Sencha Touch model?
I’ve searched the docu but couldn’t find something like this.
You can use “inte”, “string”, “boolean”, “timestamp” but what else? Is there a “time”, a “date” oder a “datetime” and how do they behave?
It’s taken a good part of the afternoon, but I believe I’ve found the definitive list.
Model members in Ext created using the Field class.
If you click on the type config option, you’ll be presented with the definitive list from source.