Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLFormElement
Documentation
htmlFormElementSubmit :: HTMLFormElementClass self => self -> IO ()
htmlFormElementReset :: HTMLFormElementClass self => self -> IO ()
htmlFormElementCheckValidity :: HTMLFormElementClass self => self -> IO Bool
htmlFormElementSetAcceptCharset :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()
htmlFormElementGetAcceptCharset :: (HTMLFormElementClass self, GlibString string) => self -> IO string
htmlFormElementSetAction :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()
htmlFormElementGetAction :: (HTMLFormElementClass self, GlibString string) => self -> IO string
htmlFormElementSetAutocomplete :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()
htmlFormElementGetAutocomplete :: (HTMLFormElementClass self, GlibString string) => self -> IO string
htmlFormElementSetEnctype :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()
htmlFormElementGetEnctype :: (HTMLFormElementClass self, GlibString string) => self -> IO string
htmlFormElementSetEncoding :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()
htmlFormElementGetEncoding :: (HTMLFormElementClass self, GlibString string) => self -> IO string
htmlFormElementSetMethod :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()
htmlFormElementGetMethod :: (HTMLFormElementClass self, GlibString string) => self -> IO string
htmlFormElementSetName :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()
htmlFormElementGetName :: (HTMLFormElementClass self, GlibString string) => self -> IO string
htmlFormElementSetNoValidate :: HTMLFormElementClass self => self -> Bool -> IO ()
htmlFormElementGetNoValidate :: HTMLFormElementClass self => self -> IO Bool
htmlFormElementSetTarget :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()
htmlFormElementGetTarget :: (HTMLFormElementClass self, GlibString string) => self -> IO string
htmlFormElementGetElements :: HTMLFormElementClass self => self -> IO (Maybe HTMLCollection)
htmlFormElementGetLength :: HTMLFormElementClass self => self -> IO Int
data HTMLFormElement
class HTMLElementClass o => HTMLFormElementClass o
Instances
castToHTMLFormElement :: GObjectClass obj => obj -> HTMLFormElement
toHTMLFormElement :: HTMLFormElementClass o => o -> HTMLFormElement