Module
Nonbili.DOM
- Package
- purescript-nonbili-dom
- Repository
- nonbili/purescript-nonbili-dom
#fitInputWidth Source
fitInputWidth :: HTMLElement -> Number -> Effect Unit
Fit <input> width to its content width without showing scrollbar.
#fitTextareaHeight Source
fitTextareaHeight :: HTMLElement -> Number -> Effect Unit
Fit <textarea> height to content height without showing scrollbar.
#setInnerText Source
setInnerText :: HTMLElement -> String -> Effect Unit
Set rendered text content of an element.
- Modules
- Nonbili.
DOM