-
23 Feb 2007 3:29 AM #1
Minor doc issue in RowSelectionModel
Minor doc issue in RowSelectionModel
That in fact returns the data record, not the Id.Code:/** * Returns the first selected row id. * @return {String} */ getSelected : function(){ return this.selections.getAt(0); },
Similar Threads
-
Bug in RowSelectionModel
By msascha in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 26 Mar 2007, 12:57 PM -
Paging Grid issue: pagetoolbar is a issue
By wwwlinux in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 28 Feb 2007, 5:48 PM -
Minor CSS tweak
By Animal in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 22 Feb 2007, 3:42 AM -
problems with RowSelectionModel
By marvinhorst in forum Ext 2.x: Help & DiscussionReplies: 5Last Post: 20 Feb 2007, 1:53 PM


Reply With Quote