"JavaScript Development" Doc in this DirectoryThere are 235 docs under this directory.Create a Doc in this Directory
JS Compare between Chart Series
Author:ayuan0625      Create Time:03-07 15:35      Tag:      Edit:6 Times    |   View:365 Times

Summary:I. Overview1.1 ProblemIn [Chart]>[Special Effects]>[Conditional Display], data between series c[Full Text:]

JS Custom fixed rows per page
Author:ayuan0625      Create Time:03-02 14:13      Tag:      Edit:9 Times    |   View:666 Times

Summary:I. Overview1.1 ProblemIn the actual project, it is required to display a fixed number of rows on each[Full Text:]

JS Add Watermark Text for Parameter Widget
Author:ayuan0625      Create Time:11-17 16:55      Tag:      Edit:17 Times    |   View:406 Times

Summary:I. Overview1.1 RequirementHow to add a text watermark as a hint for input field, which will be remove[Full Text:]

JS Hide the Triangle Button of the Parameter Pane
Author:ayuan0625      Create Time:11-17 16:54      Tag:      Edit:19 Times    |   View:691 Times

Summary:I. Overview1.1 RequirementWhen previewing a template with a parameter pane, there will be a triangle[Full Text:]

JS Validate the Values of Date Widgets
Author:ayuan0625      Create Time:11-17 16:53      Tag:      Edit:15 Times    |   View:863 Times

Summary:I. Overview1.1 RequirementData validation can be partly done in the built-in parameter query interfac[Full Text:]

JS Reset the Widget Value
Author:ayuan0625      Create Time:11-17 16:51      Tag:      Edit:26 Times    |   View:585 Times

Summary:I. OverviewHow to quickly reset a single widget value or all widget values? Just follow the steps bel[Full Text:]

JS Assign Values to Parameter Widgets
Author:ayuan0625      Create Time:11-17 16:47      Tag:      Edit:18 Times    |   View:600 Times

Summary:I. Overview1.1 RequirementThe parameter pane must provide a widget to dynamically control the values[Full Text:]

JS Custom Buttons Assign Specified Range Values
Author:ayuan0625      Create Time:05-19 22:57      Tag:      Edit:20 Times    |   View:424 Times

Summary:I. Overview1.1 RequirementSometimes we need to get data of the current week, month, quarter or y[Full Text:]

JS Control the Expanding and Folding of Parameter Pane
Author:ayuan0625      Create Time:02-28 15:45      Tag:      Edit:14 Times    |   View:389 Times

Summary:I. Overview1.1 RequirementThe built-in parameter pane in a report is displayed by default. To hide th[Full Text:]

JS Customize Height of the Date Widget
Author:ayuan0625      Create Time:02-24 13:05      Tag:      Edit:10 Times    |   View:384 Times

Summary:I. Overview1.1 ProblemSometimes the default style of date widget cannot satisfy certain demands. How[Full Text:]

Types of Event Responses
Author:ayuan0625      Create Time:11-17 16:08      Tag:      Edit:13 Times    |   View:716 Times

Summary:I. Overview 1) When an event is triggered, it will cause a corresponding response. The even[Full Text:]

Webpage Event
Author:ayuan0625      Create Time:11-17 16:07      Tag:      Edit:14 Times    |   View:863 Times

Summary:I. OverviewWeb page events can be set in tabs [Paination Preview], [Data Entry Settings] and [Data An[Full Text:]

Widget Event
Author:ayuan0625      Create Time:11-17 16:06      Tag:      Edit:25 Times    |   View:957 Times

Summary:I. OverviewAccording to the response time of the widget, we divide the events of the widget into nine[Full Text:]

Widget Object
Author:ayuan0625      Create Time:10-22 17:57      Tag:      Edit:2 Times    |   View:648 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:475 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:530 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:527 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:]

JS instances of parameter pane
Author:ayuan0625      Create Time:11-17 16:33      Tag:      Edit:21 Times    |   View:570 Times

Summary:I. OverviewWhen performing secondary development on the parameter pane, sometimes it is necessary to[Full Text:]

JS Control whether the Parameter Widget is Displayed
Author:ayuan0625      Create Time:11-17 16:49      Tag:      Edit:18 Times    |   View:466 Times

Summary:I. Overview1.1 RequirementHow to have some widgets displayed only when certain conditions are met? Se[Full Text:]

JS Limit Checkbox (Parameter Panel) to Select the Number
Author:ayuan0625      Create Time:02-14 14:40      Tag:      Edit:10 Times    |   View:555 Times

Summary:I. Overview1.1 Problem descriptionFor some special query templates, if there are too many options for[Full Text:]

JS Custom Button Style
Author:ayuan0625      Create Time:07-31 11:36      Tag:      Edit:14 Times    |   View:455 Times

Summary:I. OverviewIn applications, it is often necessary to modify the style of a button. In addition to mod[Full Text:]

JS Get URL Information of the Report
Author:ayuan0625      Create Time:11-01 09:06      Tag:      Edit:5 Times    |   View:447 Times

Summary:I. DescriptionWhen developing reports, we may need to collect information about the URL of the curren[Full Text:]

JavaScript String
Author:ayuan0625      Create Time:11-17 16:15      Tag:      Edit:16 Times    |   View:525 Times

Summary:I. DescriptionWhen using JavaScript, we always need to perform operations on strings, such as judging[Full Text:]

JavaScript Array
Author:ayuan0625      Create Time:11-17 16:16      Tag:      Edit:10 Times    |   View:373 Times

Summary:I. DescriptionWhen using JavaScript, we sometimes need to manipulate arrays, such as creating arrays,[Full Text:]

JS Get cell value in Pagination Report
Author:ayuan0625      Create Time:11-17 16:59      Tag:      Edit:17 Times    |   View:768 Times

Summary:I. Overview1.1 ProblemPagination preview reports can only be used to display data. Sometimes we also[Full Text:]

JS Hover to display images in the cell
Author:ayuan0625      Create Time:10-22 16:52      Tag:      Edit:5 Times    |   View:474 Times

Summary:I. Overview1.1 ProblemHover the mouse on any cell in the table, the preset image will be displayed, a[Full Text:]

JS Auto scrolling
Author:ayuan0625      Create Time:02-15 15:18      Tag:      Edit:45 Times    |   View:983 Times

Summary:I.  OverviewFor some special templates, many charts, tables, etc. may be placed on one page in o[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:]

document对象
Author:ayuan0625      Create Time:11-17 16:27      Tag:      Edit:8 Times    |   View:83 Times

Summary:1. 概述每个载入浏览器的 HTML 文档都会成为 Document 对象。 Document 对象使我们可以从脚本中对 HTML 页面中的所有元素进行访问。Document 对象是 Wind[Full Text:]

location对象
Author:ayuan0625      Create Time:11-17 16:26      Tag:      Edit:5 Times    |   View:77 Times

Summary:1. 概述Location 对象包含有关当前 URL 的信息。 Location 对象是 Window 对象的一个部分,可通过 window.location 属性来访问。2. lo[Full Text:]

Window对象
Author:ayuan0625      Create Time:11-17 16:25      Tag:      Edit:7 Times    |   View:96 Times

Summary:1. 概述Window 对象表示浏览器中打开的窗口。如果文档包含框架(frame 或 iframe 标签),浏览器会为 HTML 文档创建一个 Window 对象,并为每个框架创建一个额外的[Full Text:]

JS中引用HTML
Author:ayuan0625      Create Time:11-17 16:18      Tag:      Edit:12 Times    |   View:77 Times

Summary:1.描述HTML DOM 是 W3C 标准(是 HTML 文档对象模型的英文缩写,Document Object Model for HTML)。HTML DOM 定义了用于 HTML 的一系列[Full Text:]

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

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