function iw_wizard_doNext(){alert("Hello World!"); if (iwWizardOnNext == "" || iwWizardOnNext("next") ){ iw_wizard_goNext() }}
under 'iw-home\httpd\webapps\content_center\base\wizard' I found a script name 'wizard.js'.I have a strong feeling that this is the javascript used in the workflow assignment screen.I tried to add an msgbox into the script, however it doesn't reflect to the workflow assignment screen. function iw_wizard_doNext(){alert("Hello World!"); if (iwWizardOnNext == "" || iwWizardOnNext("next") ){ iw_wizard_goNext() }} any idea?
I've illustrated one of the ways to do it for CCPRO in this post. Basically, it shows how to *inject* desired JS right into wft File.Take a look, hopefuly it is not that big of a deal to massage it for CCSTD. Needless to say, this is unsupported hack