将自定义节添加到应用程序模块.js

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将自定义节添加到应用程序模块.js相关的知识,希望对你有一定的参考价值。

  1. loadCustomizations: function() {
  2. Mobile.SalesLogix.ApplicationModule.superclass.loadCustomizations.apply(this, arguments);
  3. //Here you call the items from below. You can extend this to any entity in the system
  4. this.registerAccountCustomizations();
  5. },
  6. registerContactCustomizations: function() {
  7. //Add your items here
  8. },
  9. registerAccountCustomizations: function() {
  10. //Add your items here
  11. },

以上是关于将自定义节添加到应用程序模块.js的主要内容,如果未能解决你的问题,请参考以下文章

markdown 将自定义JS添加到FoundationPress

markdown 将自定义JS添加到FoundationPress

将自定义 CSS 和 JS 添加到 Shopify

如何将自定义css和js添加到angular 4

如何将自定义 css 和 js 文件添加到 wordpress 的管理区域 [关闭]

无法将自定义字体添加到应用程序