OnChange

This event triggers when a field focus is lost after changing the value of a particular field. Similar to the OnLoad and OnSave events, we can associate our function with this event using a field property or we can use the following method to associate our function to the field's OnChange event:

formContext.getAttribute("name").fireOnChange();
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset