hiFormApply
hiFormApply(r_form) =>t
Description
Equivalent to clicking the Apply button on a form.
This function takes the form as an argument and executes the Done callback associated with the form without unmapping it. This can either be a symbol or a string. If it is a symbol, it is the name of the function that should be called with the form as an argument. You can call
hiInFormApply( form ) => t | nil
in the Done callback to find out if the Done callback is called due to an OK or an Apply of the form.
Argument
Values Returned
Related Topics
Return to top