Status

In the form, the transition between states is frequent. Through state control, the same code can be used in traditional New, Edit, and Preview to improve development efficiency:

Methods

Method Description Parameters
setStatus Set individual control status Function(props: (String: field name, String: status))
getStatus Get individual control status Function(props: (String: field name))
setGlobalStatus Set global form status Function(props: (String: status))
getGlobalStatus Get global form status -
Last Updated: 2/15/2019, 4:04:50 AM