org.zkoss.zk.ui.ScriptErrorListener.class

From Documentation
Revision as of 22:41, 11 July 2021 by Jameschu (talk | contribs) (Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zk.ui.ScriptErrorListener.class {{GlobalLibraryProperty}} Default: <i>org.zkoss.zk.ui.script.DefaultScript...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


org.zkoss.zk.ui.ScriptErrorListener.class


Property: org.zkoss.zk.ui.ScriptErrorListener.class

Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: org.zkoss.zk.ui.script.DefaultScriptErrorListener
[since 9.6.0]

It specifies the name of the class as the default script error handler when using Clients.evalJavascript. Put empty string as value to disable this.

<library-property>
  <name>org.zkoss.ui.script.ScriptErrorListener.class</name>
  <value></value>
</library-property>



Last Update : 2021/07/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.