<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>亿信社区专业的大数据分析-数据治理交流平台 - 酷屏-心得体验</title>
    <link>https://bbs.esensoft.com/forum-118-1.html</link>
    <description>Latest 20 threads of 酷屏-心得体验</description>
    <copyright>Copyright(C) 亿信社区专业的大数据分析-数据治理交流平台</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 07 Jun 2026 20:30:19 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.esensoft.com/static/image/common/logo_88_31.gif</url>
      <title>亿信社区专业的大数据分析-数据治理交流平台</title>
      <link>https://bbs.esensoft.com/</link>
    </image>
    <item>
      <title>酷屏点击显示隐藏脚本</title>
      <link>https://bbs.esensoft.com/thread-147917-1-1.html</link>
      <description><![CDATA[在组件的点击事件中写如下脚本

function eventFunc(txt) {
if(txt == \&quot;A\&quot;){
        $(\&quot;#HHH117\&quot;).css(\&quot;opacity\&quot;,\&quot;1\&quot;);        不透明,可见  
        $(\&quot;#HHH117\&quot;).css(\&quot;pointer-events\&quot;,\&quot;\&quot;);  元素不再是鼠标事件的目标，鼠标不再监听当前层，而去监听下一层中的元素 ...]]></description>
      <category>酷屏-心得体验</category>
      <author>chenzy</author>
      <pubDate>Fri, 10 Jan 2025 03:09:27 +0000</pubDate>
    </item>
    <item>
      <title>酷屏-弹窗式钻取&quot;弹窗大小、样式&quot;修改</title>
      <link>https://bbs.esensoft.com/thread-141731-1-1.html</link>
      <description><![CDATA[酷屏弹窗式钻取\&quot;弹窗大小、样式\&quot;配置方法：
酷屏页面切换到代码态-新增style.css样式-复制以下代码进行调整（也可根据css代码自行调整）
.fd-detail-popup-wrapper{
    width:800px !important;/*弹窗宽*/
        height:600px !important;/*弹窗高*/
       left:10% ...]]></description>
      <category>酷屏-心得体验</category>
      <author>橙子</author>
      <pubDate>Sun, 23 Jan 2022 02:22:47 +0000</pubDate>
    </item>
    <item>
      <title>酷屏定制gis组件资源</title>
      <link>https://bbs.esensoft.com/thread-141283-1-1.html</link>
      <description><![CDATA[酷屏定制gis组件资源，及组件戳这里下载！[/backcolor]

操作文档见：https://help.esensoft.com/doc-view-404.html
[/backcolor]

[/backcolor]]]></description>
      <category>酷屏-心得体验</category>
      <author>莯莯莯</author>
      <pubDate>Wed, 10 Nov 2021 09:46:53 +0000</pubDate>
    </item>
    <item>
      <title>酷屏自适应屏幕分辨率脚本</title>
      <link>https://bbs.esensoft.com/thread-141187-1-1.html</link>
      <description><![CDATA[完全auto：在代码中增加一个脚本代码，命名为main.js，输入如下脚本：

// JavaScript Document
function doPageScale(){
    //        先把缩放效果还原
            var rptDom = $(\&quot;#editor\&quot;)[0];
            rptDom.style.transform = \&quot;none\&quot;;
    //             ...]]></description>
      <category>酷屏-心得体验</category>
      <author>功夫熊猫</author>
      <pubDate>Sun, 24 Oct 2021 07:16:04 +0000</pubDate>
    </item>
    <item>
      <title>酷屏-子窗口传参数示例</title>
      <link>https://bbs.esensoft.com/thread-141137-1-1.html</link>
      <description><![CDATA[页面构成：主页面由两个组件搭建 可多选直角下拉框组件、子窗口组件、富文本组件 配置如下：1）主页面可多选直角下拉框组件-&gt;下拉框的onchange-&gt;[/backcolor]万能式:
代码示例配置如下：
function eventFunc(value) {
    if(window.g_coolpage){
        var widget =  ...]]></description>
      <category>酷屏-心得体验</category>
      <author>橙子</author>
      <pubDate>Mon, 18 Oct 2021 10:16:34 +0000</pubDate>
    </item>
    <item>
      <title>酷屏设计页面隐藏组件的设置方法</title>
      <link>https://bbs.esensoft.com/thread-140407-1-1.html</link>
      <description><![CDATA[有时候在做表的过程中，我们会引用一些组件来辅助分析，但是这些组件又不希望在界面上显示，那么在酷屏中如何隐藏不需要显示的组件呢，这里给出设置方法：Step1、酷屏编辑页面中，切换到“代码态”，新建样式文件

Step2、样式文件脚本中设置组件隐藏，例如：



 ...]]></description>
      <category>酷屏-心得体验</category>
      <author>yangqh</author>
      <pubDate>Wed, 23 Jun 2021 07:02:41 +0000</pubDate>
    </item>
    <item>
      <title>一屏页面自适应代码处理方法</title>
      <link>https://bbs.esensoft.com/thread-140239-1-1.html</link>
      <description><![CDATA[引言：在写大屏页面时，我们常需要用到自适应处理，使页面在不同分辨率的电脑上看到都是正常显示，下边就简单介绍下我在写一屏页面自适应的处理方法：
1、背景图放在body中自适应，避免内容缩放后，背景图正常铺满body {
   width: 100%;
   height: 100vh;
   overflow ...]]></description>
      <category>酷屏-心得体验</category>
      <author>前端小姐姐</author>
      <pubDate>Thu, 27 May 2021 10:02:39 +0000</pubDate>
    </item>
    <item>
      <title>模型加载器组件资源</title>
      <link>https://bbs.esensoft.com/thread-139783-1-1.html</link>
      <description><![CDATA[模型加载器组件资源，戳这里下载！
使用说明：
第1步：打开“系统管理”下的“资源管理器”，在“资源管理器中”按modelTest.png所示的文件路径，进入到model文件夹这一层(没有的文件夹直接新建)，然后右键“上传到服务器”，选择modelTest压缩包后并勾选“解压”按钮， ...]]></description>
      <category>酷屏-心得体验</category>
      <author>这是何必罗</author>
      <pubDate>Fri, 23 Apr 2021 02:07:30 +0000</pubDate>
    </item>
    <item>
      <title>取数定义拿出的数据和真实数据不符啊</title>
      <link>https://bbs.esensoft.com/thread-139612-1-1.html</link>
      <description><![CDATA[和预期的南丁格尔图片不符啊]]></description>
      <category>酷屏-心得体验</category>
      <author>15588890212</author>
      <pubDate>Wed, 07 Apr 2021 06:18:08 +0000</pubDate>
    </item>
    <item>
      <title>富文本组件添加点击事件</title>
      <link>https://bbs.esensoft.com/thread-138772-1-1.html</link>
      <description><![CDATA[下面实现为富文本组件添加点击事件：（Ps:ABI524的富文本组件已经自带点击事件了）Step1：克隆一个富文本组件,点击属性，到事件tab页，添加事件，事件方法名命名为onClick（必须是这个名称）；Step2：编辑组件的chtmltext.js文件，在init函数中添加如下代码，如图Step3 ...]]></description>
      <category>酷屏-心得体验</category>
      <author>缱绻</author>
      <pubDate>Fri, 26 Feb 2021 04:15:44 +0000</pubDate>
    </item>
    <item>
      <title>调用报表图表里面的地图进行下钻</title>
      <link>https://bbs.esensoft.com/thread-137902-1-1.html</link>
      <description><![CDATA[酷屏中没有地图的组件，如果想点击省份可以跳转到对应的省的地图就需要用报表图表里面的地图用iframe标签，再把该报表分析页面嵌入到酷屏页面中即可
但是我们发现点击后的地区参数是没有传到酷屏里面来，但我们用的时候，是需要点击省份既可以变成该省地图，又可以让周 ...]]></description>
      <category>酷屏-心得体验</category>
      <author>xinying</author>
      <pubDate>Wed, 25 Nov 2020 06:08:24 +0000</pubDate>
    </item>
    <item>
      <title>ABI-DEMO第八期导航页：自定义酷屏组件</title>
      <link>https://bbs.esensoft.com/thread-137684-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>酷屏-心得体验</category>
      <author>前端小姐姐</author>
      <pubDate>Tue, 03 Nov 2020 07:09:26 +0000</pubDate>
    </item>
    <item>
      <title>酷屏自定义小组件-echarts柱状图实例分享</title>
      <link>https://bbs.esensoft.com/thread-137629-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>酷屏-心得体验</category>
      <author>前端小姐姐</author>
      <pubDate>Wed, 28 Oct 2020 03:07:49 +0000</pubDate>
    </item>
    <item>
      <title>Tab页的切换按钮设置为竖向排列</title>
      <link>https://bbs.esensoft.com/thread-137463-1-1.html</link>
      <description><![CDATA[1.需求
请问：酷屏tab页这个按钮是是按行排列的的，能按列竖着排列显示么？

2.设置步骤]]></description>
      <category>酷屏-心得体验</category>
      <author>3516853030</author>
      <pubDate>Sat, 10 Oct 2020 09:12:28 +0000</pubDate>
    </item>
    <item>
      <title>酷屏自带湖北地图bug修改后js</title>
      <link>https://bbs.esensoft.com/thread-137234-1-1.html</link>
      <description><![CDATA[酷屏自带一个湖北地图，该地图存在bug，如果数据点的名称顺序和代码中不一致或者缺失，那么现实的数据在地图上就有错误 
现在已经将代码存在问题处修复，直接克隆地图  将文件内js复制入  js 处即可

如果需要替换成其他地区，只需要替换对应json 变量以及  各个点（目 ...]]></description>
      <category>酷屏-心得体验</category>
      <author>大白</author>
      <pubDate>Mon, 14 Sep 2020 02:16:00 +0000</pubDate>
    </item>
    <item>
      <title>内置湖南地图修改及地图下钻</title>
      <link>https://bbs.esensoft.com/thread-136983-1-1.html</link>
      <description><![CDATA[需求场景：ABI酷屏中内置有一个“湖南地图”组件，如何实现点击“长沙”，下钻到长沙市地图呢？

首先，系统并没有自带“长沙市地图”的html组件，所以需要自定义一个，操作步骤如下：
Step1、访问下面地址，获取所需地图的json文件
http://datav.aliyun.com/tools/atla ...]]></description>
      <category>酷屏-心得体验</category>
      <author>yangqh</author>
      <pubDate>Fri, 21 Aug 2020 09:15:14 +0000</pubDate>
    </item>
    <item>
      <title>脚本分享酷屏中通过按钮控制报表显示隐藏</title>
      <link>https://bbs.esensoft.com/thread-136468-1-1.html</link>
      <description><![CDATA[首先我们可以先设置报表为隐藏，代码是：
$(\&quot;div\&quot;).css(\&quot;display\&quot;,\&quot;none\&quot;);


位置在这里

接下来写脚本事件
function eventFunc(value) {
var g1=$(\&quot;div\&quot;);
    if(g1.css(\&quot;display\&quot;)==\&quot;none\&quot;){
        g1.show();
        $(this).html(\&quot;hide\&quot;);
    }else{
         ...]]></description>
      <category>酷屏-心得体验</category>
      <author>xxxl</author>
      <pubDate>Wed, 15 Jul 2020 04:05:34 +0000</pubDate>
    </item>
    <item>
      <title>调整酷屏中的弹窗大小和背景</title>
      <link>https://bbs.esensoft.com/thread-136356-1-1.html</link>
      <description><![CDATA[1,设置钻取弹窗入口：


2,去掉注释，修改url，弹窗生效：


3,在代码中新建样式文件：

添加代码：（具体大小以及背景色可自行调整）


4,效果反差如下：改前：


改后：]]></description>
      <category>酷屏-心得体验</category>
      <author>3516853030</author>
      <pubDate>Tue, 07 Jul 2020 08:56:18 +0000</pubDate>
    </item>
    <item>
      <title>酷屏弹框宽高设置</title>
      <link>https://bbs.esensoft.com/thread-135982-1-1.html</link>
      <description><![CDATA[酷屏钻取设置弹出浮动窗口类型，更改弹框的宽高1、 批量更改弹框的宽高代码态添加css文件（文件名自定义即可），添加代码F12调试获取弹框大小样式。然后在酷屏代码区添加个css样式文件即可。
2、 设置了多个钻取，分别自定义弹框的宽高在钻取脚本中添加设置宽高的代码

 ...]]></description>
      <category>酷屏-心得体验</category>
      <author>缱绻</author>
      <pubDate>Wed, 03 Jun 2020 03:45:35 +0000</pubDate>
    </item>
    <item>
      <title>酷屏自定义小组件实例分享2</title>
      <link>https://bbs.esensoft.com/thread-135826-1-1.html</link>
      <description><![CDATA[这是由6个自定义组件完成的，都是带背景图标文本的自定义组件，下边就来详细介绍下这个实例：

大背景图这个组件其实用我们自带的组件是可以完成的，但我这里自定义了一下，其中可以改变的是左上边距、宽高、背景图以及背景图是否重复，这些都是在基础属性里去改变，基 ...]]></description>
      <category>酷屏-心得体验</category>
      <author>前端小姐姐</author>
      <pubDate>Sun, 24 May 2020 03:47:09 +0000</pubDate>
    </item>
  </channel>
</rss>