blur

removes focus from the component

void blur();

Example

$$("htmlform1").blur();

Back to top