I'm having problems with line 57:
Ext.lib.Event.onAvailable(placeholderId,
this.addButton.createDelegate(this, [itemId, item, record]));
Javascript reports that 'this.addButton' is undefined. 'this' seems to be the window object.
It seems that 'this.addButton' needs to be replaced with 'me.addButton'.
René