-
Chapter 6, page 139:
The code doesn't produce the results shown in Figure 6.16 on page 137. Update the following code:
fieldLabel : 'Street',
name : 'street'
to
fieldLabel : 'City',
name : 'city'
-
Chapter 12, page 305:
The following code in Listing 12.19 for the first line ("var") should be shifted left two spaces so that it is aligned with the statement ending at "});", and then the second line "autoscroll" would be indented four spaces:
var leftTree = Ext.create('Ext.tree.Panel',
autoscroll : true,
-
Chapter 12, page 307-308:
There are some additional minor indentations for Listings 12.20 and 12.21 where the usual four-space indentation isn't applied properly.