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

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Threepenny.JQuery

Synopsis

Documentation

fadeIn :: Element -> Int -> Easing -> IO () -> UI () Source #

Fade in an element.

fadeOut :: Element -> Int -> Easing -> IO () -> UI () Source #

Fade out an element.

sendValue :: Element -> Event String Source #

The sendValue event happens whenever the return key is pressed while the element has focus. Its data is the event value.

setFocus :: Element -> UI () Source #

Focus an element.

scrollToBottom :: Element -> UI () Source #

Scroll to the bottom of an element.