JDEdwards World (MOSC)

MOSC Banner

Print Panel from Java Client. How to remove default title.

edited Feb 4, 2015 3:54PM in JDEdwards World (MOSC) 1 comment

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.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center