blur
Removes input focus from this element.
blur(): this
Notes
- This method sends a
focusout
event, if the element is currently focused and part of rendered output (see isOutput())
Related
- class TestOutputElementA class that represents a rendered output element.