Versions Compared

Key

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

Canvas provides the developer the flexibility to register the application's Header and Footer. Since the files containing these are to be loaded even before the FW files, the developer is expected to register these files under the “CT_READY” tag name in the Download Manager*. For details on Download Manager and CT_READY, refer to Download Manager

Following given is the syntax Syntax to register the header and footer as following.

Code Block
languagexml
CLHFR.registerContent("<LIB_FRAMEWORK>","header", "<HTML_HEADER_CONTENT>");

CLHFR.registerContent("<LIB_FRAMEWORK>","footer","<HTML_FOOTER_CONTENT>");

...