Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The fileset id tag should begin with the keyword WSPACE_ followed by the corresponding Workspace ID.
  • Within the fileset id, the file tag should contain all the files such as app class files, event listeners, and other JavaScript files.Warning


Warning

In the ondemandjsfiles.xml file,

  • The fileset id tag should begin with the keyword WSPACE_ followed by the corresponding Workspace ID.
  • Within the fileset id, the file tag should contain all the files such as app class files, event listeners, and other JavaScript files.


Code Block
languagejs
<filesetid = "WSPACEPAYMENTS"{_}>
<fileurl ="/javascript/AccountDetailConstants.js" />
<fileurl ="/javascript/BillPaymentCellClickHandler.js" />
<fileurl ="/javascript/StandingInstruction.js" />
<fileurl="/javascript/payment.account.BenificiariesSummaryApp.js" />
</fileset> 

...