Similar to widgets, you can use the onLoad method to run custom logic once an application-level JavaScript module is instantiated, for example:
return {
onLoad : function() {
CCLogger.info("Loading Demo KO Bindings");
}
};Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices

