 | WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| onAbort :: Monad m => String -> WithHTML x m () |
|
| onBlur :: Monad m => String -> WithHTML x m () |
|
| onChange :: Monad m => String -> WithHTML x m () |
|
| onClick :: Monad m => String -> WithHTML x m () |
|
| onDblClick :: Monad m => String -> WithHTML x m () |
|
| onDragDrop :: Monad m => String -> WithHTML x m () |
|
| onError :: Monad m => String -> WithHTML x m () |
|
| onFocus :: Monad m => String -> WithHTML x m () |
|
| onKeyDown :: Monad m => String -> WithHTML x m () |
|
| onKeyPress :: Monad m => String -> WithHTML x m () |
|
| onKeyUp :: Monad m => String -> WithHTML x m () |
|
| onLoad :: Monad m => String -> WithHTML x m () |
|
| onMouseDown :: Monad m => String -> WithHTML x m () |
|
| onMouseMove :: Monad m => String -> WithHTML x m () |
|
| onMouseOut :: Monad m => String -> WithHTML x m () |
|
| onMouseOver :: Monad m => String -> WithHTML x m () |
|
| onMouseUp :: Monad m => String -> WithHTML x m () |
|
| onMove :: Monad m => String -> WithHTML x m () |
|
| onReset :: Monad m => String -> WithHTML x m () |
|
| onResize :: Monad m => String -> WithHTML x m () |
|
| onSelect :: Monad m => String -> WithHTML x m () |
|
| onSubmit :: Monad m => String -> WithHTML x m () |
|
| onUnload :: Monad m => String -> WithHTML x m () |
|
| toTarget :: Monad m => String -> WithHTML x m () |
| Redirect result of form submission to specific target. Attach to submission
button.
|
|
| Produced by Haddock version 0.8 |