In the HTML Fragment rule UserWorkForm, what namespace should I use to override a function from pega_desktop_docgadget.js
the HTML Fragment rule UserWorkForm allows us to over-ride Java functions from inside PRPC.
To override a function from pega_ui_doc.js I would copy it to UserWorkForm and change the namespace from closeWork: function(event) to pega.u.d.closeWork = function(event)
What namespace should I use to override a function from pega_desktop_docgadget.js
Thanks