HTML submit(String text, String id="", String extra="")
Arguments
text: The button's label
Usage
Returns a string of HTML to create a submit button for a form. extra contains any extra attributes needed.
content(submit("Submit"));
text: The button's labelReturns a string of HTML to create a submit button for a form. extra contains any extra attributes needed.
content(submit("Submit"));