Versions Compared

Key

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

...

Code Block
languagexml
linenumberstrue
<link rel="stylesheet" href="/jw/css/appCenter.css" />
<div id="main-action-help"><i class="fa fa-info-circle"></i></div>
<div id="search"></div>
<div id="apps"></div>
<p>
<script src="/jw/js/appCenter.js"></script>
<script>
AppCenter.searchFilter($("#search"), $("#apps")); 
AppCenter.loadPublishedApps("#apps");
</script>
</p>

 

  1. 第二行可以删除“帮助”图标。
  2. 应用的显示由方法 AppCenter.loadPublishedApps 获取,可以通过以下语法客户化

    Code Block
    AppCenter.loadPublishedApps(container, customUrl, excludes);   
    container : This is the container to populate the app list
    customUrl : This can change to a custom url to load the app list instead of the default url eg. /web/json/apps/published/userviews?appCenter=true
    excludes : This is used to exclude the unwanted userview from populate in the app center list. It is an array of string in syntax of "appId:userviewId"
     
    Example: AppCenter.loadPublishedApps(container, null, ["isr:isr", "crm:view"]);  

禁用“帮助”(提示/指南)

  1. 要禁用“提示”弹出窗口,请编辑App Center用户视图。
  2. 导航到设置
  3. 在设置下导航到“ 配置布局>配置通用主题>高级 ”。
  4. 向下滚动到页面底部并选中“ 禁用帮助指南功能? ” 框
  5. 然后点击“ 确定 ”关闭窗口。
  6. 然后点击“ 保存 ”来保存整个用户视图