Cant tap list items in sencha -
I've added two buttons to my container and tap on the list item that does not work anymore. help please.
code
Ext.define ('X.SelectCategories', {extend: 'ExtContainer', xtype: 'selectcategorypanel', id: 'SelectCategories', is required : [], Start: function () {this.callParent (); jsonObject = Ext.create ('Tablet'). Make_webservice_call ('get_categories'); Ext.getCmp ('select_category_list'). Setdata (json object. Info ); Console.log (jsonObject Info); //this.getNavigationBar.hide ();}, config: {title: 'select categories', // iconCls: 'team', // styleHtmlContent: true, // slabal: True, layout: {type: 'fit'}, item: [[// fullscreen: true, mode: 'multi', / * layout: {type: 'fit'}, * / / title: 'selection categories' Xtype: 'list', '' name '' 'title']}}, {xtype: 'container', // f Lascarine: True, Layout: {type: 'vbox'}, Flex: 1, layout: {type: 'hbox', al I: 'bottom'}, default: {xtype: 'button', flex: 1, margin : 10}, item: [{UI: 'round', ui: "confirm", text: 'save', id: 'id:' rating button '}]}}}}) expand: 'Ext.navigation.View',
Comments
Post a Comment