Avatar

Level 2
Level 2

Hi,

In the exit event of the field you can write the following code and once you have the name then you could refine your code accordingly;

app.alert(this.ui.oneOfChild.className);

Hope this helps,