Overview  Index  Help 
SMLDoc

HTML.InputType

Enclosing Modules:

HTML


structure InputType =
struct
  type ty = string ref
  val text : ty
  val password : ty
  val checkbox : ty
  val radio : ty
  val submit : ty
  val reset : ty
  val file : ty
  val hidden : ty
  val image : ty
  val toString : ty -> string
  val fromString : string -> ty option
end

 
Type detail

ty

type ty = string ref

     
Value detail

text

val text : ty


password

val password : ty


checkbox

val checkbox : ty


radio

val radio : ty


submit

val submit : ty


reset

val reset : ty


file

val file : ty


hidden

val hidden : ty


image

val image : ty


toString

val toString : ty -> string


fromString

val fromString : string -> ty option

 


Overview  Index  Help 
SMLDoc: Documentation generator for SML