HTML select type. The length if option names and values is limited
to 32 characters. Initialise this derived type with subroutine
dm_html_select_create()
. Free the allocated memory with
dm_html_select_destroy()
.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=32), | public, | allocatable | :: | options(:) |
Option names. |
||
character(len=32), | public, | allocatable | :: | values(:) |
Option values. |