threepenny-gui-0.6.0.6: GUI framework that uses the web browser as a display.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Threepenny.Attributes

Contents

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