-
17 Feb 2011 11:04 AM #1
[FIXED]Ext.data.Store documentation consistency issue
[FIXED]Ext.data.Store documentation consistency issue
In Ext.data.Store documentation we have:
...and:Code:getAt( Number index ) : Ext.data.Model Get the Record at the specified index. Parameters index : Number The index of the Record to find. Returns Ext.data.Model The Record at the passed index. Returns undefined if not found.
I think both methods are ment to return the same type... Having Record in one place and Model in the other can create confusion for some people.Code:getById( String id ) : Ext.data.Record Get the Record with the specified id. Parameters id : String The id of the Record to find. Returns Ext.data.Record The Record with the passed id. Returns undefined if not found.
-
17 Feb 2011 11:10 AM #2
Also, there's an issue with the forum, "Preview Post" doesn't work as it should, at least on Chrome 9/OS X it simply publishes the post. Sorry to put that here but I didn't know where else to report.
-
17 Feb 2011 7:54 PM #3
The docs have been updated, thanks.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED] Documentation bug: Ext.data.Store findRecord missing argument
By JacobGu in forum Sencha Touch 1.x: BugsReplies: 3Last Post: 4 Dec 2010, 5:42 PM -
[FIXED-585] (1.0) Ext.data.Store sort Method Documentation Error
By benwhite in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 21 Nov 2010, 4:04 PM -
[FIXED-214] Store documentation issue
By meyerovb in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 3 Sep 2010, 5:56 PM -
[FIXED] sorters config option for Ext.data.Store issue.
By taka_2 in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 25 Aug 2010, 10:25 PM -
[FIXED-130] Remove issue of Ext.data.Store
By leeby in forum Sencha Touch 1.x: BugsReplies: 1Last Post: 28 Jul 2010, 11:30 AM


Reply With Quote