Function Render-Button

Part of:

package weblocks
( render-button < name > &key (value (humanize-name name)) < id > (class submit) )
Renders a button in a form.

'name' - name of the html control. The name is attributized before
being rendered.
'value' - a value on html control. Humanized name is default.
'id' - id of the html control. Default is nil.
'class' - a class used for styling. By default, “submit”.