我想使用adf richtexteditor组件并实现以下两件事:
我正在使用11.1.1.6 Jdev版本。
答案 0 :(得分:0)
您可以使用钩子javascript函数调用keyPress,mouseClick等事件。有点像:
<af:resource type="javascript">
function doSomething(){ }
</af:resource>
<af:richTextEditor>
<af:clientListener method="doSomething" type="keyPress"/>
</af:richTextEditor>
有关详细信息,请访问:http://docs.oracle.com/cd/E24382_01/web.1112/e16181/af_arch.htm