我需要验证项目中的一些代码。该项目的一部分是使用js / richface 4.2
使用Netbean作为开发工具,它抱怨在下面显示的代码部分中未在组件inputText中定义onafterpaste属性。
onafterpaste在下面代码部分的inputText中是否有效?
<h:inputText id="displayRowsFup" style="width: 100px;margin-right:10px;text-align:left;" value="${dashboard.paginationVw.pageSize}" onkeyup="this.value = this.value.replace(/\D/g, '');" onafterpaste="this.value=this.value.replace(/\D/g,'')"/>