webkitgtk3-0.13.0.0: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

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

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

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

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

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

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

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

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