| Author |
Disable spellcheck on h:inputTextarea
|
Robert Darling
Ranch Hand
Joined: Jun 21, 2008
Posts: 100
|
|
Hi,
I have the following line in my JSF page.
I know for the TextArea there is a SpellCheck=false attribute but not for the JSF equivalent control. How can i disable it in the JSF control.
Kind Regards,
Sajjad
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14568
|
|
You may "know" that an HTML TEXTAREA control has a spellcheck attribute, but the people who document the HTML standard don't.
http://www.w3schools.com/tags/tag_textarea.asp
I'd reference the original W3C spec, but this one's terser.
The JSF HTML inputtextarea control doesn't hide any of the underlying HTML attributes except in the rare cases where they wouldn't work in JSF.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Disable spellcheck on h:inputTextarea
|
|
|