gpt4 book ai didi

jsf - 如何在 p :inputTextarea Prime Faces? 中停用拼写检查

转载 作者:行者123 更新时间:2023-12-04 14:04:45 24 4
gpt4 key购买 nike

我想停用 Prime Faces 中的拼写检查 inputTextarea .
spellcheck="false"p:inputTextarea 中是不可能的

<p:inputTextarea value="#{mybean.cardescription}" 
cols="95"
autoResize="true"
rows="20"/>

最佳答案

使用以下内容:

<h:head>
<h:outputScript name="/js/util/disableSpellCheck.js"/>
</h:head>
$('inputTextId').attr('spellcheck','false')

关于jsf - 如何在 p :inputTextarea Prime Faces? 中停用拼写检查,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26503162/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com