Title with variable content
Posted: 2020-11-09 20:44
Hi,
i have a little problem with my code. I would like to display a field content in the header. Unfortunately, "employee" is not displayed.
Please what's my fault? I mean it was done before last appgini update.
Thank you very much, Kai
i have a little problem with my code. I would like to display a field content in the header. Unfortunately, "employee" is not displayed.
Code: Select all
var title_employee = new AppGiniField("employee").getValue(true);
var dv = AppGiniHelper.DV;
dv.setTitle("Aufgabe für " + title_employee);
Thank you very much, Kai