functiononItemClick(e) {
// get the clicked sectionvar section = $.list.sections[e.sectionIndex];
// get the clicked item from that sectionvar item = section.getItemAt(e.itemIndex);
// print the item's titleTi.API.info('itemclick: ' + item.properties.title);
}