Reputation: 87
XSP.fireEvent(evt, clientId, targetId, clientSideScriptName, submit, valmode, execId) Allows to trigger an event script
Who can show me how to use this method and explain me what every argument stands for ?? with examples if possible !!
Thanks
Upvotes: 0
Views: 531
Reputation: 21709
FYI: XSP.fireEvent
is one of several private XSp client side JavaScript functions in xspClientDojo.js.
The description of the method in XPages Portable Command Guide says:
"Used internally by the XSP.attachEvent() function and others. This is a private function."
Upvotes: 2