heringsfilet
4 Apr 2011, 11:53 PM
I'm using SenchaTouch 1.1.0 and Google Chrome / HTC Desire Android 2.2 for tests.
With the following code there is no title visible:
xtype: 'datepickerfield',
name: 'date',
label: 'date:',
picker: {
modal: true,
useTitles: true,
yearFrom: 2011,
yearTo: 2042
}
If I change the useTitles to true in the kitchenSink-Demo (http://dev.sencha.com/deploy/touch/examples/kitchensink/) there are no titles, too.
With the following code there is no title visible:
xtype: 'datepickerfield',
name: 'date',
label: 'date:',
picker: {
modal: true,
useTitles: true,
yearFrom: 2011,
yearTo: 2042
}
If I change the useTitles to true in the kitchenSink-Demo (http://dev.sencha.com/deploy/touch/examples/kitchensink/) there are no titles, too.