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

Safe HaskellNone

Graphics.UI.Threepenny.Attributes

Contents

Synopsis

Synopsis

Element attributes.

Input elements

checked :: Attr Element BoolSource

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 BoolSource

The enabled status of an input element

HTML attributes