webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLFormElement

Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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