chickadee » html-utils » submit-input

submit-input #!rest argsprocedure

Generates a submit widget. args are keyword arguments to be passed to <input> (from html-tags).

 (submit-input value: "Send!")

Produces:

 "<input type='submit' value='Send!'>"