彩票走势图

Stimulsoft Dashboards.JS教程:运行时仪表板的创建

原创|使用教程|编辑:郑恭琳|2019-11-01 11:24:19.580|阅读 247 次

概述:本示例说明如何从JavaScript代码创建仪表板。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

Stimulsoft Dashboards.JS是一个功能齐全的工具,用于为JavaScript平台创建仪表板。要生成和查看仪表板,您需要任何支持HTML5和JavaScript的Web浏览器。当不需要服务器端时,它可以作为客户端工作,也可以在服务器端使用服务器端。该软件与Node.js完美兼容。

立即点击下载Stimulsoft Dashboards.JS最新版

本示例说明如何从JavaScript代码创建仪表板。

<script type="text/javascript">
    var designer;
    var viewer = new Stimulsoft.Viewer.StiViewer(null, "StiViewer", false);
    viewer.report = Stimulsoft.Report.StiReport.createNewDashboard();
function onShowClick() {
        // Evalute code
        ;
        // Assign dashboard to the viewer
        viewer.report = report;
    }
function onEditClick() {
        // Evalute code
        ;
        // Assign dashboard to the viewer
        viewer.report = report;
        if (!designer) {
            // Set full screen mode for the designer
            var options = new Stimulsoft.Designer.StiDesignerOptions();
            options.appearance.fullScreenMode = true;
            // Create the dashboard designer with specified options
            designer = new Stimulsoft.Designer.StiDesigner(options, "StiDesigner", false);
            // Add the exit menu item event
            designer.onExit = function (e) {
                designer.visible = false;
            }
            // Show the dashboard designer
            designer.renderHtml("designerContent");
        }
        else {
            designer.visible = true;
        }
        // Assign dashboard to the designer
        designer.report = viewer.report;
    }
</script>

在下面的屏幕截图中,您可以看到示例代码的结果。

Stimulsoft Dashboards.JS教程:运行时仪表板的创建

下载示例代码


标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP