Returns HTML button element. An invalid button type will be replaced
with HTML_BUTTON_TYPE_BUTTON
. This function does not encode the
argument.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | type |
Button type enumerator. |
||
character(len=*), | intent(in) | :: | text |
Button text. |
||
logical, | intent(in), | optional | :: | disabled |
Disabled flag. |
Generated HTML.