"JavaScriptAPI" の検索結果There are 250 docs under this directory.Docを作成
JavaScript API一覧
作成者:frenadmin1234      作成時間:01-02 02:43      タグ:      編集:5Times    |   ビュー:1768Times

概要:本章では、JS API のすべてのインターフェイスをまとめており、各APIの機能やモバイル端末で使用できるかどうかを確認できます。注意:JS APIの名称の大文字と小文字は区別されます。必ずこのドキュメ[全文:]

JavaScript API概要
作成者:ayuan0625      作成時間:08-18 12:03      タグ:      編集:2Times    |   ビュー:721Times

概要:一.概要FineReport11.0は全く新しいJavaScript API(以下はJSAPI)を提供しています。各APIに詳細な使用説明があります。フロントエンド開発技術を持つ開発者が説明を参照すると[全文:]

FR.doURLPrint
作成者:frenadmin1234      作成時間:01-02 03:09      タグ:      編集:0Times    |   ビュー:217Times

概要:作成中[全文:]

FR.Msg
作成者:frenadmin1234      作成時間:01-02 03:07      タグ:      編集:0Times    |   ビュー:251Times

概要:作成中[全文:]

FR.ajax
作成者:frenadmin1234      作成時間:01-02 03:06      タグ:      編集:0Times    |   ビュー:250Times

概要:作成中[全文:]

インターフェース - FineMobile
作成者:frenadmin1234      作成時間:01-02 02:57      タグ:      編集:0Times    |   ビュー:191Times

概要:作成中[全文:]

グローバルインターフェース - FR
作成者:frenadmin1234      作成時間:01-02 02:53      タグ:      編集:0Times    |   ビュー:239Times

概要:作成中[全文:]

FineReport オブジェクト説明
作成者:frenadmin1234      作成時間:01-02 02:51      タグ:      編集:0Times    |   ビュー:284Times

概要:作成中[全文:]

グローバルインターフェース
作成者:frenadmin1234      作成時間:01-02 02:46      タグ:      編集:0Times    |   ビュー:491Times

概要:作成中[全文:]

JSでFineReport数式を実行
作成者:ayuan0625      作成時間:04-07 15:31      タグ:      編集:17Times    |   ビュー:442Times

概要:I. OverviewThe realization of many personalized functions in reports is mostly realized by using Java[全文:]

JS 開始日編集後終了日を自動設定
作成者:ayuan0625      作成時間:11-17 17:05      タグ:      編集:28Times    |   ビュー:477Times

概要:一、概要1.1 問題説明二つのウィジェット「開始日」と「終了日」があります。例えば開始日を設定すると、開始日から一週間後に日付を終了日ウィジェットに自動で設定したい。※実際効果:1.2 実現方法開始日ウ[全文:]

JS クリックする行列をハイライト表示
作成者:ayuan0625      作成時間:11-17 17:00      タグ:      編集:22Times    |   ビュー:313Times

概要:一、概要1.1 説明一覧表などデータが多い場合、マウスでクリックされた行をハイライト表示などの効果(下記のよう)1.2 実現「ロード完了」イベントを追加して、マウスクリックする行を赤色にする。&nbsp[全文:]

JS マウスホバーする行列をハイライト表示
作成者:ayuan0625      作成時間:03-04 21:50      タグ:      編集:6Times    |   ビュー:1439Times

概要:一、概要 1.1 問題説明1)マウスオーバーする時背景色を変更する効果は、 contentPane.makeHighlight('red','mouseover&#39[全文:]

JS セルのヒント効果をカスタム
作成者:ayuan0625      作成時間:06-10 08:45      タグ:      編集:9Times    |   ビュー:300Times

概要:1.説明1.1 効果説明 セル内容ヒントを下記のような効果で実現1.2 実現方法セル内容ヒントはHTMLで実現されたものなので、JavascriptとCSSでヒントのスタイルを変更できます。2[全文:]

JS 全てのセル値を取得
作成者:ayuan0625      作成時間:04-26 12:57      タグ:      編集:11Times    |   ビュー:461Times

概要:1.説明Javascriptで全てのセルの内容を取得し表示する場合があります、下記のよう:2.事例2.1 データ準備一般帳票を新規作成、データセットds1を作成:SELECT * FROM 販売量2.2[全文:]

JS事前定義出力ボタン
作成者:ayuan0625      作成時間:11-19 20:30      タグ:      編集:13Times    |   ビュー:400Times

概要:1. 概述1.1 問題説明JS出力ファイル名設定の中に、Javascriptで「パラメータパネル」に出力ボタンを作成できます。複数のテンプレートにこのボタンを追加したいとき、一つずつ作成すると面倒になり[全文:]

JS出力ファイル名設定
作成者:ayuan0625      作成時間:02-27 16:42      タグ:      編集:21Times    |   ビュー:826Times

概要:1.説明1.1希望効果FineReportの帳票画面は標準機能で出力できます。出力されたファイルの名称を動的に設定するニーズが多いです。例えば「売上分析_関東_2021-09-23.xlsx」のような「[全文:]

JS透かし設定
作成者:ayuan0625      作成時間:11-17 16:55      タグ:      編集:20Times    |   ビュー:386Times

概要:1.説明1.1 問題説明パラメータパネルのウィジェットに透かしを設定する:  1.2 実現方法方法1:ウィジェットの初期化後イベントで透かしを設定、この方法は動的に設定できます。方法[全文:]

JS折り畳みボタンを非表示
作成者:ayuan0625      作成時間:11-17 16:54      タグ:      編集:22Times    |   ビュー:351Times

概要:1.説明1.1 問題説明パラメータパネルに折り畳みボタンがあります、このボタンを非表示にしたいならどうすればいいでしょうか? 1.2 解決方法パラメータパネルの初期化後イベントに下記のようなJ[全文:]

JS子画面の値を親画面に戻す
作成者:ayuan0625      作成時間:09-13 15:33      タグ:      編集:1Times    |   ビュー:1245Times

概要:1.説明1.1希望効果親画面から開いたダイアログボックス画面に選択された値をまた親画面に設定すること。下記のよう:1.2実現方法親画面と子画面二つを作成、親画面のボタンをクリックするとダイアログボックス[全文:]

JSプルダウンチェックボックス選択個数制限
作成者:ayuan0625      作成時間:09-13 16:27      タグ:      編集:2Times    |   ビュー:495Times

概要:1.説明1.1 問題説明ある場合、例えばデータ量が多い時、プルダウンチェックボックスの選択可能数を制限する必要があります。下記のよう:1.2 実現方法Javascript文でウィジェット値を取得し、選択[全文:]

JSパラメータパネルの表示/非表示設定
作成者:ayuan0625      作成時間:02-28 15:45      タグ:      編集:16Times    |   ビュー:549Times

概要:1.説明1.1 問題説明パラメータパネルは折り畳むボタンで隠すことは可能ですが、あるユーザはこのボタンは細くて不便だと思っています。今回は下記のような効果を実現します。マウスオーバーする時自動的に展開し[全文:]

JS 全角英数と半角英数変換
作成者:ayuan0625      作成時間:09-12 13:00      タグ:      編集:3Times    |   ビュー:414Times

概要:1. 説明実際運用する時、入力された内容の全角英数を自動的半角英数に変換する、或いは半角英数を自動的全角英数に変換する場合があります。2. 実現1) 関数定義 変換の関数を「henkan_js[全文:]

JSチェックボックスグループ選択個数制限
作成者:ayuan0625      作成時間:09-13 16:21      タグ:      編集:1Times    |   ビュー:539Times

概要:1. 説明1.1問題説明実際運用する時、チェックボックスグループの選択可能な個数を制限する場合があります。下記のよう(最大2個選択可能):1.2実現方法Javascriptで現在選択された値を取得し、l[全文:]

JS 画面自動スクロール
作成者:ayuan0625      作成時間:02-15 15:18      タグ:      編集:52Times    |   ビュー:2054Times

概要:I.  概要ある画面には、グラフやテーブル表が多くて、すべての内容を一目で確認できない場合があります。Javascriptで自動的に画面をスクロール表示できれば状況を改善できます。II. 実現[全文:]

JSウィジェット値を設定
作成者:ayuan0625      作成時間:11-17 16:47      タグ:      編集:20Times    |   ビュー:801Times

概要:1. 説明1.1 問題説明Javascriptでウィジェットの値を設定するニーズがあります。例えばウィジェット1の値を取得してウィジェット2に設定:1.2 実現方法widget.getValue()とw[全文:]

JSウィジェット値をリセット
作成者:ayuan0625      作成時間:11-17 16:51      タグ:      編集:29Times    |   ビュー:593Times

概要:1. 説明実際運用する時、すべての検索条件をワンクリックでリセット/クリアするニーズがあります。1.1 指定されたウィジェットをリセット1.2 全てのウィジェットをリセット: 1.3 実現方法[全文:]

JSアルファベットの大文字変換
作成者:ayuan0625      作成時間:02-27 16:43      タグ:      編集:17Times    |   ビュー:275Times

概要:1.説明1.1 問題説明データベースの中に番号などは一般で大文字で保存されています。検索する時、入力ミスなどの原因で小文字を入力し検索失敗になることが多い。自動的に入力された検索条件を大文字に変換できる[全文:]

JSウィジェットの表示/非表示(使用可能/不可)
作成者:ayuan0625      作成時間:11-17 16:49      タグ:      編集:21Times    |   ビュー:687Times

概要:1. 説明1.1 問題説明実際運用する時、動的にウィジェットを表示/非表示に設定、或いは使用可能/使用不可に設定するニーズがあります。下記のよう:表示/非表示使用可能/不可1.2 実現方法Javascr[全文:]

JS書き込み事例
作成者:ayuan0625      作成時間:11-17 16:35      タグ:      編集:25Times    |   ビュー:1184Times

概要:1. 説明書き込み帳票を開発する時、細かい機能を実現するためJavascriptを利用しカスタム開発する必要がります。例えば動的に編集可能/不可を設定する、ウィジェットに値を設定することなど。パラメータ[全文:]

JSパラメータパネル事例
作成者:ayuan0625      作成時間:11-17 16:33      タグ:      編集:23Times    |   ビュー:954Times

概要:1.説明Javascriptでパラメータパネルに対しカスタム開発を行う時、パラメータパネルのウィジェットを取得しなければならない。Javascriptでウィジェットを取得する方法について説明します。2.[全文:]

JS カウントダウン特殊効果
作成者:ayuan0625      作成時間:11-06 18:43      タグ:      編集:6Times    |   ビュー:298Times

概要:I. Overview1. Application scenarioWhen producing large screens such as real estate, retail, and e-com[全文:]

JS 現在のウェブページを再読み込み
作成者:ayuan0625      作成時間:01-19 17:21      タグ:      編集:13Times    |   ビュー:269Times

概要:I.Overview1. Expected effect1) Example 1: Data entry and refresh successfully2) Example 2: Data verif[全文:]

チャートオブジェクトを取得する方法
作成者:ayuan0625      作成時間:08-15 11:18      タグ:      編集:24Times    |   ビュー:499Times

概要:I. Get chart block object1. UsageThe chart block object chartWidget can be obtained through FR.Chart.[全文:]

JS データ書き込み時に自動で数値を入れる
作成者:ayuan0625      作成時間:03-03 17:51      タグ:      編集:17Times    |   ビュー:292Times

概要:I. Overview1. Problem descriptionWe hope to realize that based on the data entry linkage, after selec[全文:]

JS office formula.js 関数を応用
作成者:ayuan0625      作成時間:09-02 14:11      タグ:      編集:5Times    |   ビュー:304Times

概要:I. Overview1. Problem descriptionFormula.js is a library that implements powerful formulas in similar[全文:]

ウィジェットの取得とメソッド一覧
作成者:ayuan0625      作成時間:11-17 16:10      タグ:      編集:18Times    |   ビュー:718Times

概要:I. OverviewWidgets have many methods, such as controlling whether the widget is visible, whether it i[全文:]

JS 粒子浮上背景
作成者:ayuan0625      作成時間:03-20 12:45      タグ:      編集:3Times    |   ビュー:216Times

概要:I. Overview1. Expected effectIn a big screen scenario, add a particle floating background to the dash[全文:]

JS 粒子の渦効果を実現する
作成者:ayuan0625      作成時間:04-30 16:28      タグ:      編集:4Times    |   ビュー:331Times

概要:I. Overview1. Expected effectIn a big screen scenario, add a dynamic particle vortex background to th[全文:]

this
作成者:ayuan0625      作成時間:12-28 13:38      タグ:      編集:7Times    |   ビュー:298Times

概要:I. DescriptionIn the widget event, the current widget object can be directly obtained through thisWid[全文:]

FineReport のイベント
作成者:ayuan0625      作成時間:11-18 10:47      タグ:      編集:21Times    |   ビュー:430Times

概要:I. Event classificationDepending on the different location of the event, events in FineReport are as[全文:]

JS でマウスの位置を識別して行をハイライト表示する
作成者:ayuan0625      作成時間:11-07 16:57      タグ:      編集:5Times    |   ビュー:374Times

概要:I. Overview1. Expected effect1) When previewing the template, it is hoped that when the mouse is hove[全文:]

JS 大容量データセットエクスポート
作成者:ayuan0625      作成時間:12-27 14:09      タグ:      編集:19Times    |   ビュー:324Times

概要:I. Overview1. Version   Report server versionJar package10.02018-12-272. Application scenar[全文:]

JS 粒子シャトルを実現
作成者:ayuan0625      作成時間:06-16 08:14      タグ:      編集:3Times    |   ビュー:379Times

概要:I. Overview1. Expected effectIn the large screen scene, add a cool particle shuttle background to the[全文:]

JS 抽象アニメーション背景
作成者:ayuan0625      作成時間:06-02 09:39      タグ:      編集:6Times    |   ビュー:464Times

概要:I. Overview1. Expected effectIn the large screen scenario, add a cool Abstract animation background t[全文:]

JS ラジオボタングループでsheetを切り替える
作成者:ayuan0625      作成時間:02-17 20:29      タグ:      編集:14Times    |   ビュー:399Times

概要:I. Overview1.1 RequirementIn multi-sheet switch, users may feel difficult to select labels accurately[全文:]

JS クエリボタンをクリックしないでクエリする
作成者:ayuan0625      作成時間:11-04 11:53      タグ:      編集:16Times    |   ビュー:390Times

概要:I.DescriptionOur built-in query interface needs to click the query button to query the data. The user[全文:]

JS 最後の1行の削除を禁止する
作成者:ayuan0625      作成時間:09-14 15:28      タグ:      編集:10Times    |   ビュー:281Times

概要:I. Overview1.1 Expected effectIn a form, if only one row of data is left, that row of data cannot be[全文:]

JS 時計アニメーションを実現
作成者:ayuan0625      作成時間:01-15 21:36      タグ:      編集:8Times    |   ビュー:448Times

概要:I. Problem descriptionWhen making reports, I hope to show the time instantly and have a more beautifu[全文:]

JS ツールバー応用概要
作成者:ayuan0625      作成時間:08-30 15:53      タグ:      編集:3Times    |   ビュー:318Times

概要:Index:Display Row Count in the ToolbarToolbar Buttons Only Export a Single Format FileToolbar center/[全文:]

JS 滝グラフカスタマイズ
作成者:ayuan0625      作成時間:11-19 14:51      タグ:      編集:4Times    |   ビュー:310Times

概要:I. Overview1.1 Application scenariosThe extended chart of FineReport supports waterball chart that sh[全文:]

JS パラメータパネルを非表示/再表示にする
作成者:ayuan0625      作成時間:03-29 12:49      タグ:      編集:16Times    |   ビュー:358Times

概要:I. Overview1.1 Problem descriptionSometimes we want to hide some widgets of the parameter pane when s[全文:]

JS マウスを止めるとハイパーリンク設定を表示する
作成者:ayuan0625      作成時間:04-06 22:24      タグ:      編集:12Times    |   ビュー:281Times

概要:I. Overview1.1 Problem DescriptionWhen a cell contains multiple hyperlinks, you have to click the hyp[全文:]

JS 行を非表示にした後で行番号を付け直す
作成者:ayuan0625      作成時間:04-20 23:44      タグ:      編集:7Times    |   ビュー:361Times

概要:I. DescriptionIf using Conditional Formatting to hide rows of the expanded data, the sequence numbers[全文:]

JS デバイス毎に違う表示内容を設定
作成者:ayuan0625      作成時間:04-16 09:19      タグ:      編集:13Times    |   ビュー:290Times

概要:I. Overview1.1 Problem descriptionThe desired effect is to display different content according to the[全文:]

JS タブ切り替えでパラメータウィジェットを非表示/再表示にする
作成者:ayuan0625      作成時間:01-19 19:54      タグ:      編集:20Times    |   ビュー:331Times

概要:I. Overview1.1 RequirementProduce a tab-type report. In the tab-type report, some parameters displaye[全文:]

JS 書き込みのすべてのページの行を全選択
作成者:ayuan0625      作成時間:03-13 00:13      タグ:      編集:14Times    |   ビュー:246Times

概要:I. Overview1.1 RequirementIn Data Entry mode, data will be displayed in several pages if there are hu[全文:]

JS 非表示/再表示ボタンを実現する
作成者:ayuan0625      作成時間:02-27 22:47      タグ:      編集:13Times    |   ビュー:349Times

概要:I. Overview1.1 RequirementWhen too many tabular data are present in the report, how to hide detailed[全文:]

JS ツールバーで行数を取得する
作成者:ayuan0625      作成時間:02-27 11:15      タグ:      編集:12Times    |   ビュー:331Times

概要:I. Overview1.1 RequirementIn viewing a report, we sometimes need a function that displays the number[全文:]

JS 書き込みで音声アラート
作成者:ayuan0625      作成時間:05-16 15:12      タグ:      編集:22Times    |   ビュー:263Times

概要:I. Overview1.1 Problem descriptionWhen filling the form, if the content being entered does not match[全文:]

CSS 文字の瞬き効果 / 条件形式
作成者:ayuan0625      作成時間:12-04 23:50      タグ:      編集:13Times    |   ビュー:388Times

概要:I. Overview1.1 RequirementIn making a report, to highlight cells that meet certain conditions, some s[全文:]

JS チェックボックスの選択内容を統計・制限する
作成者:ayuan0625      作成時間:03-01 09:28      タグ:      編集:11Times    |   ビュー:279Times

概要:I. OverviewWhen using checkboxes, sometimes you may have to add a limit on the number of selected che[全文:]

JS 最後に編集された数値を取得する
作成者:ayuan0625      作成時間:11-17 17:18      タグ:      編集:13Times    |   ビュー:246Times

概要:I. Overview1.1 Problem descriptionSometimes report users want to get the last edited value for verifi[全文:]

JS データ検証ヒントを非表示にする
作成者:ayuan0625      作成時間:02-24 09:58      タグ:      編集:12Times    |   ビュー:342Times

概要:I. Overview1.1 Problem descriptionWhen data verification is performed on the form, a verification err[全文:]

JS デフォルト sheet を設定
作成者:ayuan0625      作成時間:05-15 09:08      タグ:      編集:14Times    |   ビュー:256Times

概要:I. OverviewIf there are multiple sheets in a report, the first sheet is displayed by default after pr[全文:]

JS Excelインポートにプロセスバーを追加する
作成者:ayuan0625      作成時間:02-24 11:05      タグ:      編集:13Times    |   ビュー:281Times

概要:I. Desired EffectWhen using Excel to import data, the progress bar is required to be displayed, as sh[全文:]

JS チェックボックスグループの選択項目数を制限する
作成者:ayuan0625      作成時間:11-17 17:12      タグ:      編集:16Times    |   ビュー:288Times

概要:I. Overview1.1 Problem descriptionWhen making a form, sometimes it is required to limit the maximum n[全文:]

JS プレビューで列幅を調整する
作成者:ayuan0625      作成時間:02-24 17:33      タグ:      編集:15Times    |   ビュー:455Times

概要:I. Overview1.1 Problem descriptionBy default, when the report is previewed, the column width cannot b[全文:]

JS 書き込みが成功すると自動で右下に移動
作成者:ayuan0625      作成時間:02-28 21:54      タグ:      編集:13Times    |   ビュー:343Times

概要:I. Overview1.1 Expected effectIf the template adopts Data Analysis Preview or Data Entry Preview, bec[全文:]

JS チェックを入れた行のセルをハイライト
作成者:ayuan0625      作成時間:02-21 10:24      タグ:      編集:12Times    |   ビュー:302Times

概要:I. Overview1.1 Problem descriptionWhen filling a form, after checking the checkbox, change the backgr[全文:]

JS 回転星空背景
作成者:ayuan0625      作成時間:01-08 17:14      タグ:      編集:2Times    |   ビュー:438Times

概要:I. OverviewAdd a cool rotating starry sky background to a dashboard, as shown in the following figure[全文:]

JS ビッグスクリーン回転星空背景
作成者:ayuan0625      作成時間:11-04 17:09      タグ:      編集:11Times    |   ビュー:559Times

概要:I. OverviewAdd a cool rotating starry sky background to a dashboard, as shown in the following figure[全文:]

JS ビッグスクリーン回転格子背景
作成者:ayuan0625      作成時間:01-08 17:08      タグ:      編集:2Times    |   ビュー:298Times

概要:I. Overview1.1 Expected effectAdd a cool large-screen rotating grid background for a dashboard, as sh[全文:]

JS ダイナミック波背景
作成者:ayuan0625      作成時間:02-28 20:46      タグ:      編集:2Times    |   ビュー:341Times

概要:I. OverviewCreate a cool dynamic wave background for a dashboard, as shown in the following figure:II[全文:]

JS ツールバーカスタムボタンでウィジェットを非表示/再表示にする
作成者:ayuan0625      作成時間:11-11 15:16      タグ:      編集:12Times    |   ビュー:250Times

概要:I. DescriptionThe Pagination Preview of FineReport displays the parameter pane by default. If you wan[全文:]

JS 書き込みツールバーのセル値表示最大長さを変更
作成者:ayuan0625      作成時間:02-10 15:06      タグ:      編集:7Times    |   ビュー:273Times

概要:I. DescriptionWhen using the Data Entry Preview, select the cell and the value will be displayed in t[全文:]

JS ユーザ名によってツールバーを非表示にする
作成者:ayuan0625      作成時間:11-11 22:35      タグ:      編集:10Times    |   ビュー:262Times

概要:I. Overview1.1 Problem descriptionIn the decision-making platform, when different roles view the same[全文:]

JS Eメール書式を変える
作成者:ayuan0625      作成時間:03-30 09:34      タグ:      編集:6Times    |   ビュー:390Times

概要:I. Overview1.1 Problem descriptionSometimes we want to remove unnecessary mail formats. As shown belo[全文:]

JS ツールバーの高さを調整する
作成者:ayuan0625      作成時間:03-29 11:53      タグ:      編集:9Times    |   ビュー:226Times

概要:I. DescriptionSometimes we want to customize the height of the toolbar, for example, modify it to 40p[全文:]

JS ドロップダウンボックスの数と高さを調整する
作成者:ayuan0625      作成時間:02-25 20:47      タグ:      編集:8Times    |   ビュー:332Times

概要:I. Overview1.1 Problem descriptionWhen selecting data, there are cases where the options in the drop-[全文:]

JS パラメータウィジェットを非表示/再表示にする
作成者:ayuan0625      作成時間:09-04 11:00      タグ:      編集:14Times    |   ビュー:380Times

概要:I. Overview1.1 Problem descriptionWhen we develop reports, a situations that is often encountered is[全文:]

JS 日付の書式を変える
作成者:ayuan0625      作成時間:09-20 15:44      タグ:      編集:8Times    |   ビュー:389Times

概要:I. OverviewThe date widget in FineReport can only select a specific date in the order of year-month-d[全文:]

JS iframe における選択内容をパネルに入力
作成者:ayuan0625      作成時間:12-05 10:09      タグ:      編集:3Times    |   ビュー:323Times

概要:1. Overview1.1 Application scenarioAs shown below, when you want to check whether there are other pro[全文:]

JS キーボードで改ページ
作成者:ayuan0625      作成時間:02-17 14:09      タグ:      編集:7Times    |   ビュー:287Times

概要:I. Problem DescriptionHow to control the pages of a report by up and down keys in our keyboard just l[全文:]

JS 文字ヒントを改行で表示
作成者:ayuan0625      作成時間:02-27 12:24      タグ:      編集:3Times    |   ビュー:310Times

概要:I. Overview1.1 Problem DescriptionIf using Finereport's default tooltip of cell, the text in the[全文:]

JS 画像カルーセル
作成者:ayuan0625      作成時間:01-19 10:35      タグ:      編集:8Times    |   ビュー:281Times

概要:I. DescriptionA series of pictures can be displayed with the effect of carousel. The effect is as fol[全文:]

JS ツールバーボタンで特定書式でエクスポート
作成者:ayuan0625      作成時間:02-27 12:55      タグ:      編集:11Times    |   ビュー:278Times

概要:I. DescriptionFineReport supports the export of reports in various formats, and reports can be export[全文:]

JS 書き込みウィジェットでクエリーする
作成者:ayuan0625      作成時間:02-28 14:48      タグ:      編集:17Times    |   ビュー:428Times

概要:I. Overview1.1 RequirementWhen designing a report, how to execute a query using widgets for data entr[全文:]

JS 選択できる日付を制限する
作成者:ayuan0625      作成時間:06-02 12:28      タグ:      編集:15Times    |   ビュー:311Times

概要:I. Overview1.1 RequirementThe optional date range of a date picker is by default a continuous interva[全文:]

JS Radio Button グループの強制選択を実現
作成者:ayuan0625      作成時間:06-06 22:16      タグ:      編集:24Times    |   ビュー:274Times

概要:I. Overview1.1 RequirementBy clicking the Radio Button Group widget, an option will be selected. By c[全文:]

JS ドロップダウンボックスの既定値を変更
作成者:ayuan0625      作成時間:02-23 20:21      タグ:      編集:13Times    |   ビュー:325Times

概要:I. Overview1.1 RequirementThe last option in the drop-down box defaults to “Select None”. If you pick[全文:]

curLGP
作成者:ayuan0625      作成時間:11-10 14:37      タグ:      編集:13Times    |   ビュー:467Times

概要:I.OverviewThere will be a curLGP object in the contentPane under the report preview and decision repo[全文:]

contentPane
作成者:ayuan0625      作成時間:11-10 14:43      タグ:      編集:35Times    |   ビュー:811Times

概要:I.OverviewContentPane is a container for storing cpt reports. It is only in CPT, not in FRM (FRM uses[全文:]

FineReportオブジェクト
作成者:ayuan0625      作成時間:10-22 10:07      タグ:      編集:3Times    |   ビュー:644Times

概要:I.OverviewWhen previewing the report, the report servlet will convert the cpt template to HTML, and F[全文:]

FS(FineReport管理ポータル)
作成者:ayuan0625      作成時間:11-10 14:34      タグ:      編集:35Times    |   ビュー:351Times

概要:I.OverviewFinereport.js not only contains the attributes and methods of FR, but also contains the att[全文:]

チャート手動再読み込み
作成者:ayuan0625      作成時間:11-29 15:39      タグ:      編集:9Times    |   ビュー:343Times

概要:I. Overview1) When we need to refresh the chart manually, including the whole chart component, we can[全文:]

JS 選ばれたsheetをハイライトする
作成者:ayuan0625      作成時間:02-17 10:45      タグ:      編集:17Times    |   ビュー:242Times

概要:I. Overview1.1 ProblemWhen we have a report of multiple sheets, the selected sheet label is not obvio[全文:]

JS マウスを離れると自動でドロップダウンボックスを隠す
作成者:ayuan0625      作成時間:02-24 13:28      タグ:      編集:11Times    |   ビュー:315Times

概要:I. Overview1.1 ProblemWhen clicking on the drop-down widget, a menu will appear. But if we want to co[全文:]

JS 帳票でウェブページメソッドを呼び出す
作成者:ayuan0625      作成時間:11-17 17:04      タグ:      編集:14Times    |   ビュー:306Times

概要:I. Overview1.1 ProblemTwo situations:1) The report is embedded in the iframe of a page, and the[全文:]

JS トラバース帳票オブジェクト
作成者:ayuan0625      作成時間:11-17 16:13      タグ:      編集:10Times    |   ビュー:210Times

概要:I. OverviewFineReport reports use jQuery framework, so you can use each method of jQuery in a templat[全文:]