As with the viewer, the designer's scripts and body can be emitted separately to fit your own HTML layout.

Designer setup. Configure the designer, load the report template, process its callbacks, and connect the save action to the application.
<head>
    <?php $designer->javascript->renderHtml(); ?>
</head>
<body>
    <?php $designer->renderHtml(); ?>
</body>


javascript->renderHtml() outputs the scripts for the head, and renderHtml() outputs the designer element for the body, so the designer integrates into any page structure.

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.