JS API Manual

Chart API
FR Objects
"JS API Manual" Doc in this DirectoryThere are 17 docs under this directory.Create a Doc in this Directory
Map layer zoom level
Author:ayuan0625      Create Time:12-27 14:22      Tag:      Edit:19 Times    |   View:546 Times

Summary:I. Overview1.1 ProblemSometimes you want to set the map zoom level, after you select the correspondin[Full Text:]

Obtain Widget
Author:ayuan0625      Create Time:12-28 13:38      Tag:      Edit:10 Times    |   View:479 Times

Summary:Note: The following is the document reference for version 10.0thisI. DescriptionIn the widget event,[Full Text:]

Methods of getting chart object
Author:ayuan0625      Create Time:08-15 11:18      Tag:      Edit:24 Times    |   View:528 Times

Summary:I. Get chart block object1. UsageThe chart block object chartWidget can be obtained through FR.Chart.[Full Text:]

JS API Overview
Author:ayuan0625      Create Time:11-17 14:46      Tag:      Edit:23 Times    |   View:1234 Times

Summary:1.OverviewFineReport opens a large number of JS APIs to users. Users can use these JS APIs to impleme[Full Text:]

curLGP
Author:ayuan0625      Create Time:11-10 14:37      Tag:      Edit:13 Times    |   View:662 Times

Summary:I.OverviewThere will be a curLGP object in the contentPane under the report preview and decision repo[Full Text:]

contentPane
Author:ayuan0625      Create Time:11-10 14:43      Tag:      Edit:35 Times    |   View:937 Times

Summary:I.OverviewContentPane is a container for storing cpt reports. It is only in CPT, not in FRM (FRM uses[Full Text:]

FR Object
Author:ayuan0625      Create Time:10-22 10:07      Tag:      Edit:3 Times    |   View:1096 Times

Summary:I.OverviewWhen previewing the report, the report servlet will convert the cpt template to HTML, and F[Full Text:]

FS Decision System
Author:ayuan0625      Create Time:11-10 14:34      Tag:      Edit:35 Times    |   View:658 Times

Summary:I.OverviewFinereport.js not only contains the attributes and methods of FR, but also contains the att[Full Text:]

Chart Manual Refresh
Author:ayuan0625      Create Time:11-29 15:39      Tag:      Edit:9 Times    |   View:570 Times

Summary:I. Overview1) When we need to refresh the chart manually, including the whole chart component, we can[Full Text:]

Widget Object
Author:ayuan0625      Create Time:10-22 17:57      Tag:      Edit:2 Times    |   View:652 Times

Summary:I. OverviewIn order to control whether the widget is visible, set widget events, etc., it is usually[Full Text:]

Switching multiple charts
Author:ayuan0625      Create Time:01-03 11:12      Tag:      Edit:13 Times    |   View:483 Times

Summary:I. Overview1.1 ProblemIn some scenarios, multiple carousel charts in a report need to be switched at[Full Text:]

Chart data sorting
Author:ayuan0625      Create Time:02-24 15:45      Tag:      Edit:12 Times    |   View:534 Times

Summary:I. Overview1.1 ProblemIf the chart data is fetched through sql statement, it can be sorted directly i[Full Text:]

Chart switching
Author:ayuan0625      Create Time:02-24 12:31      Tag:      Edit:17 Times    |   View:535 Times

Summary:I. Overview1.1 ProblemChart carousel can only switch between adjacent charts. How to switch charts di[Full Text:]

Chart data tooltip auto display
Author:ayuan0625      Create Time:03-18 14:58      Tag:      Edit:33 Times    |   View:529 Times

Summary:I. Overview1.1 ProblemSometimes we may want to auto display the chart data tooltip, like the effect b[Full Text:]

Hide some series in one chart
Author:ayuan0625      Create Time:02-24 14:58      Tag:      Edit:26 Times    |   View:441 Times

Summary:I. OverviewYou can control which series are not displayed through js.II. ExampleYou can get the chart[Full Text:]

FineReport内置方法
Author:ayuan0625      Create Time:11-10 14:45      Tag:      Edit:36 Times    |   View:115 Times

Summary:1. 概述前端预览报表时,模板会被转为 HTML,这个 HTML 的 head 标签中会引入 FineReport 内置的 JavaScript 文件finereport.js,代码如下:&l[Full Text:]

setInterval
Author:ayuan0625      Create Time:12-29 11:04      Tag:      Edit:2 Times    |   View:113 Times

Summary:1. 描述setInterval() 方法可按照指定的周期(以毫秒计)来调用函数或计算表达式。setInterval() 方法会不停地调用函数,直到 clearInterval() 被调用或窗口被关闭。[Full Text:]