applyChanges

triggers onChange handlers for active component

void applyChanges();

Example

webix.UIManager.applyChanges();

Details

Can be used to ensure that form data is saved before calling the action.

Back to top