ghcjs-dom-0.1.0.0: DOM library that supports both GHCJS and WebKitGTK

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.HTMLInputElement

Documentation

htmlInputElementSetRangeText :: (IsHTMLInputElement self, ToJSString replacement, ToJSString selectionMode) => self -> replacement -> Word -> Word -> selectionMode -> IO () Source

htmlInputElementSetAlt :: (IsHTMLInputElement self, ToJSString val) => self -> val -> IO () Source

htmlInputElementGetAlt :: (IsHTMLInputElement self, FromJSString result) => self -> IO result Source

htmlInputElementSetMax :: (IsHTMLInputElement self, ToJSString val) => self -> val -> IO () Source

htmlInputElementGetMax :: (IsHTMLInputElement self, FromJSString result) => self -> IO result Source

htmlInputElementSetMin :: (IsHTMLInputElement self, ToJSString val) => self -> val -> IO () Source

htmlInputElementGetMin :: (IsHTMLInputElement self, FromJSString result) => self -> IO result Source

htmlInputElementSetName :: (IsHTMLInputElement self, ToJSString val) => self -> val -> IO () Source

htmlInputElementSetSrc :: (IsHTMLInputElement self, ToJSString val) => self -> val -> IO () Source

htmlInputElementGetSrc :: (IsHTMLInputElement self, FromJSString result) => self -> IO result Source

htmlInputElementSetStep :: (IsHTMLInputElement self, ToJSString val) => self -> val -> IO () Source

htmlInputElementSetValue :: (IsHTMLInputElement self, ToJSString val) => self -> val -> IO () Source

htmlInputElementSetAlign :: (IsHTMLInputElement self, ToJSString val) => self -> val -> IO () Source