UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

17 lines (14 loc) 424 B
Ext.define('AddressBook.view.Contacts', { extend: 'Ext.List', xtype: 'contacts', config: { title: 'Address Book', cls: 'x-contacts', store: 'Contacts', itemTpl: [ '<div class="headshot" style="background-image:url(resources/images/headshots/{headshot});"></div>', '{firstName} {lastName}', '<span>{title}</span>' ].join('') } });