I am trying to extend standard fiori app..in controller.js i found the below codes
jQuery.sap.require("sap.ca.ui.quickoverview.EmployeeLaunch");
and
var E = { | ||||
title: T, | ||||
name: h, | ||||
imgurl: P, | ||||
department: c, | ||||
contactmobile: C, | ||||
contactphone: b, | ||||
contactemail: d, | ||||
contactemailsubj: "", | ||||
companyname: g, | ||||
companyaddress: f | ||||
}; | ||||
var i = new sap.ca.ui.quickoverview.EmployeeLaunch(E); |
where it is defined! how can i modify the fields in it!how it works