我想停用Prime Faces inputTextarea
中的拼写检查。
spellcheck="false"
中无法使用 p:inputTextarea
<p:inputTextarea value="#{mybean.cardescription}"
cols="95"
autoResize="true"
rows="20"/>
答案 0 :(得分:0)
使用以下内容:
<h:head>
<h:outputScript name="/js/util/disableSpellCheck.js"/>
</h:head>
$('inputTextId').attr('spellcheck','false')