Threaded View
-
1 Nov 2011 4:36 AM #11
Do something like...
Code:onItemDisclosure: true, listeners : { itemtap : function(record,index,item,e) { if (e.getTarget('.x-list-disclosure')) { // do something with the disclosure tap } else { var currentRecord = record.store.getAt(index); App.SomePanel.update(currentRecord.data); } } }twitter.com/epiphanydigital #sencha #drupal #jquery #craftbeer #guitar #photography
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
disclosure and itemtap on list
By stefx in forum Sencha Touch 1.x: DiscussionReplies: 1Last Post: 2 Sep 2011, 4:23 AM -
how to add disclosure button to the list
By lukesayaw in forum Sencha Touch 1.x: DiscussionReplies: 0Last Post: 20 Oct 2010, 5:08 PM -
Pressing 'Enter' key that triggers a button causes issue on TextArea
By zet in forum Ext GWT: DiscussionReplies: 2Last Post: 22 Sep 2010, 5:45 PM -
Any event available on pressing Ext.PagingToolbar Refresh button
By syedarshadali in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 28 Oct 2009, 4:36 AM -
ColumnTree with column button that triggers an event
By xnd in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 3 Sep 2009, 7:04 AM


Reply With Quote