yesod-form-0.3.4: Form handling support for Yesod Web Framework

Yesod.Form.Jquery

Description

Some fields spiced up with jQuery UI.

Synopsis

Documentation

class YesodJquery a whereSource

Methods

urlJqueryJs :: a -> Either (Route a) TextSource

The jQuery 1.4 Javascript file.

urlJqueryUiJs :: a -> Either (Route a) TextSource

The jQuery UI 1.8 Javascript file.

urlJqueryUiCss :: a -> Either (Route a) TextSource

The jQuery UI 1.8 CSS file; defaults to cupertino theme.

urlJqueryUiDateTimePicker :: a -> Either (Route a) TextSource

jQuery UI time picker add-on.

googleHostedJqueryUiCss :: Text -> TextSource

Gets the Google hosted jQuery UI 1.8 CSS file with the given theme.

class Default a where

A class for types with a default value.

Methods

def :: a

The default value for this type.

Instances

Default Double 
Default Float 
Default Int 
Default Integer 
Default Ordering 
Default () 
Default All 
Default Any 
Default IntSet 
Default JqueryDaySettings 
Default [a] 
Integral a => Default (Ratio a) 
Default a => Default (IO a) 
Default (Maybe a) 
Default a => Default (Dual a) 
Default (Endo a) 
Num a => Default (Sum a) 
Num a => Default (Product a) 
Default (First a) 
Default (Last a) 
Default a => Default (Tree a) 
Default (Seq a) 
Default (IntMap v) 
Default (Set v) 
Default (DList a) 
Default r => Default (e -> r) 
(Default a, Default b) => Default (a, b) 
Default (Map k v) 
(Default a, Default b, Default c) => Default (a, b, c) 
(Default a, Default b, Default c, Default d) => Default (a, b, c, d) 
(Default a, Default b, Default c, Default d, Default e) => Default (a, b, c, d, e)