The Update Interval is the time in seconds that DriveWorks Live will wait after a user has stopped typing before updating the form.
For example, if a user pauses part way through entering data into a control the data entered at that point will be applied.
When the update interval is set to 0 (zero) DriveWorks Live will not update until the user tabs or clicks into a different control.
This affects the following control types:
The Update Interval is automatically set to 0.8 (text box) or 1.5 (measurement and numeric text box) seconds in any new DriveWorks Live theme.
DriveWorks.RegisterSetting('MTBUpdateIntervalSeconds', 1.5);
DriveWorks.RegisterSetting('NTBUpdateIntervalSeconds', 1.5);
DriveWorks.RegisterSetting('TBUpdateIntervalSeconds', 0.8);
Knowledge Base Article Ref: | KB12121027 |
---|