dcf.SubmitButton
The
<dcf.SubmitButton>
tag inserts a submit button into a form.
Attributes
- Label: The label that displays on the website on the button.
- Action: The action to take place when the button is clicked. ( TODO Explain how to define action.)
Usage Notes
TODO
Examples
<dcf.FormButtons>
<dcf.SubmitButton Action="submit_book" Label="Submit" />
</dcf.FormButtons>