webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLFormElement

Documentation

htmlFormElementSetAcceptCharset :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()

htmlFormElementSetAction :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()

htmlFormElementGetAction :: (HTMLFormElementClass self, GlibString string) => self -> IO string

htmlFormElementSetAutocomplete :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()

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

htmlFormElementSetTarget :: (HTMLFormElementClass self, GlibString string) => self -> string -> IO ()

htmlFormElementGetTarget :: (HTMLFormElementClass self, GlibString string) => self -> IO string