将自定义节添加到应用程序模块.js
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将自定义节添加到应用程序模块.js相关的知识,希望对你有一定的参考价值。
loadCustomizations: function() { Mobile.SalesLogix.ApplicationModule.superclass.loadCustomizations.apply(this, arguments); //Here you call the items from below. You can extend this to any entity in the system this.registerAccountCustomizations(); }, registerContactCustomizations: function() { //Add your items here }, registerAccountCustomizations: function() { //Add your items here },
以上是关于将自定义节添加到应用程序模块.js的主要内容,如果未能解决你的问题,请参考以下文章
markdown 将自定义JS添加到FoundationPress
markdown 将自定义JS添加到FoundationPress