threepenny-gui-0.9.1.0: GUI framework that uses the web browser as a display.
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Threepenny.Attributes

Synopsis

Synopsis

Element attributes.

Input elements

checked :: Attr Element Bool Source #

The checked status of an input element of type checkbox.

selection :: Attr Element (Maybe Int) Source #

Index of the currently selected option of a select element.

The index starts at 0. If no option is selected, then the selection is Nothing.

enabled :: Attr Element Bool Source #

The enabled status of an input element

HTML attributes