Hi there,
I'm working with: Sencha Touch 2.3.1
as the title say, its supposed to be a straightforward thing.
Most of the time we can just add custom config property in the view class, controller class and even most of the component that I've tried.
but here come a new case of adding those custom config property on radiofields and trying to access it.
On chrome those custom config property can still be access by: radiofieldReference.myCustomConfig
*yeah I'm also wondering why its not accessible by using the usual automatice getter and setter property.
but when tested on device (ipad and iphone) it doesnt work.
Can someone help me on this ?
Example of custom config property:
Code:
{xtype: 'radiofield', name: 'gender', value: 'male', label: 'male', myCustomConfig: 'ABD234-456-07' },
{xtype: 'radiofield', name: 'gender', value: 'female', label: 'female', myCustomConfig: 'ABD234-456-08'}
I'm working with: Sencha Touch 2.3.1
Aucun commentaire:
Enregistrer un commentaire