macro_rules! rumtk_web_get_form {
( $name:expr ) => { ... };
}Expand description
This is an API macro to get the list of rendered elements that will be fed into the form shell to render your form in your web page.
macro_rules! rumtk_web_get_form {
( $name:expr ) => { ... };
}This is an API macro to get the list of rendered elements that will be fed into the form shell to render your form in your web page.