js实现对话框打开报表

1. 概述

1.1 问题描述

当内置的超链接-对话框打开报表不能满足要求时,如何自定js实现对话框打开报表呢,如下

image.png

1.2 实现思路

使用FR内置js方法showDialog来打开报表。

2. 示例

2.1 模板设计

1)新建一个模板,B2输入文字:打开报表

image.png

2)选中B2单元格,添加一个超级链接-JavaScript脚本

image.png

3)编辑脚本代码如下

image.png

//模板路径
var url = FR.cjkEncode("/webroot/decision/view/report?viewlet=GettingStarted.cpt");
//窗体
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");
//将窗体的src属性设置为模板路径
$iframe.attr("src", url);
//窗体的属性
var o = {
    title: "对话框",    //标题
    width: 680,         //宽度
    height: 640,        //高度
    //closable:true,    //是否显示关闭按钮,默认true
    //confirm:true,     //是否添加确认取消按钮,默认false
    //draggable:true   //是否可拖动,默认true
};
//弹出窗体
FR.showDialog(o.title, o.width, o.height, $iframe, o);

2.2 效果预览

PC端效果:

image.png

不支持移动端

3. 模板下载

点击下载模板:

JS实现对话框打开报表.cpt


Attachment List


Theme: 下架文档
Already the First
Already the Last
  • Helpful
  • Not helpful
  • Only read

滑鼠選中內容,快速回饋問題

滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。

不再提示

10s後關閉

Get
Help
Online Support
Professional technical support is provided to quickly help you solve problems.
Online support is available from 9:00-12:00 and 13:30-17:30 on weekdays.
Page Feedback
You can provide suggestions and feedback for the current web page.
Pre-Sales Consultation
Business Consultation
Business: international@fanruan.com
Support: support@fanruan.com
Page Feedback
*Problem Type
Cannot be empty
Problem Description
0/1000
Cannot be empty

Submitted successfully

Network busy