06-07-2012 03:14 PM
When the report Chapters are generated using Mega Java API (the Data and renderer pattern) -
1. Does it generate HTML? What is the output of the report chapters?
2. How does one go about looking at the html generated?
Solved! Go to Solution.
17-08-2012 08:15 PM
J
I am looking for examples on Custom Java HTMLFormatters and not Java Report Chapters.
3) I have been requesting for a sample HTML formatter written in Java - but havent received any help
--> See document 'Writing Java Report Chapters EN.pdf', there are several examples on pages 9 and 15.
The document can be downloaded from this web page
http://www.mega.com/support/?mega_72&documentation&service_pack_5&_en&technical_articles&l=en
Pages 9 and 15 speak about Custom java Report Chapters which have a completely different interface as compared to Custom java HTML Formatters.
10-07-2012 02:25 PM - edited 10-07-2012 02:41 PM
1) Does it generate HTML? What is the output of the report chapters? --> Yes. It is HTML.
2) How does one go about looking at the html generated?
--> A debugging option elables to look to the code generated
See http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=501D00000010ATeIAM
3) I have been requesting for a sample HTML formatter written in Java - but havent received any help
--> See document 'Writing Java Report Chapters EN.pdf', there are several examples on pages 9 and 15.
The document can be downloaded from this web page
http://www.mega.com/support/?mega_72&documentation&service_pack_5&_en&technical_articles&l=en
06-07-2012 03:17 PM