sadiqmrd
sadiqmrd

Reputation: 87

how to use XSP.fireEvent?

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

Answers (1)

Per Henrik Lausten
Per Henrik Lausten

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

Related Questions