Print Panel from Java Client. How to remove default title.
When using the Print Panel option from the Java Client (either LegaSuite or JWalk) a default title description is printed on the top of the each page. If you wish to remove the title and description, use the following applet parameter located in the JWalk/Legasuite html file.
This parameter is normally commented out (two // at the beginning of the line), removing the comments and changing the value to 'None' will remove all title and description text.
Example before change:
//theApplet.addParameter('PrintPanelOption', 'BOTH');
Example after change:
theApplet.addParameter('PrintPanelOption', 'None');
Note: For any new html changes to take affect, clearing the cache in your browser is recommended.