Besides fundamental functions that DHTML API provides, you can further obtain other instances from DHTMLClientService.
|
DHTML API provides you with the API interface. With the DHTML API, you can easily embed the DHTML page or components into your own JSP. Here jet.web.dhtml.DHTMLConfig is used to customize your own DHTML toolbar.
This method is used to specify the buttons displayed on the DHTML toolbar.
Parameters:
This method is used to set the toolbar's default status: shown or hidden.
Parameters:
To customize the DHTML toolbar, you must add the following code to run_report.jsp in <intall_root>\public_html\dhtmljsp
. And this code must be after the RunReport() method.
|
Reference: For more information on this topic, see the JReport Javadoc located in <install_root>\help\api
.