Custom Submit Button

  • Last update:December 22, 2020
  • I. Overview

    1. Requirement

    In making a data entry report, how can we submit data by clicking a custom button rather than using buttons on FineReport-built-in toolbar?

    A custom button can be either a button widget added to a FineReport template or a button defined by HTML when embedding a report into a web page:

    • Data submission with a custom button widget added to FineReport is described in Customize a Data Entry and Submission Button and Increase the Button Size

    • In the part below, we will introduce how to submit data with a button in HTML when embedding a report into a web page. The final effect is shown as below:

    image (2).png


    2. Solution

    The JavaScript built-in function of the FineReport for data submission is contentPane.writeReport(). If the report is embedded into iframe in HTML, only by modifying the statement to document.getElementById('id of the iframe in which the report is embedded').contentWindow.contentPane.writeReport() can you call this JavaScript function.


    II. Steps

    1. Prepare a template

    Save the attached template FreeForm.cpt to the following directory: %FR_HOME%\webapps\webroot\WEB-INF\reportlets


    2. Edit HTML codes

    Add the codes for the button in HTML page:

    <button type="button" onclick="document.getElementById('reportFrame').contentWindow.contentPane.writeReport()">Commit</button>

    Input the following codes:

    <html>     
    <head>     
    <title>Custom Submit Button</title>   
    <meta http-equiv="Content-Type" content="text/htmlcharset=UTF-8" /> 
    </head>     
    <body>     
    <div id="toolbar">     
    <button type="button" onclick="document.getElementById('reportFrame').contentWindow.contentPane.writeReport()">Commit</button>
    </div>     
    <iframe id="reportFrame" onload="afterload()" src="/webroot/decision/view/report?viewlet=/FreeForm.cpt&op=write&__showtoolbar__=false" width = 100height = 80%></iframe>     
    </body>     
    </html> 

    For the full demo, see the attachment write.html at the end of the text.

     

    3. Preview

    Save the template as a HTML file to the following folder: %FR_HOME%\webapps\webroot\help

    Trigger the designer and type http://localhost:8075/webroot/help/write.html in the browser. The preview effect is shown as below:


    4. Download the templates

    FreeForm.cpt

    write.html

     

     


    Attachment List


    Theme: Deployment and Integration
    • Helpful
    • Not helpful
    • Only read

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

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

    不再提示

    9s后關閉

    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