On 01/05/2008 09:53, Guido Magrini wrote:
> Hi All,
> 
> I would like to insert the query results in print output, some suggest?
> Which file I have to modify?
> 
> Thanks.
> 
> Guido
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
> 

For HTML print most code should already be available, either create the 
result HTML using a slightly modified function from pmjson.js and add 
the HTML to the printmap.phtml. Or parse the query result JSON string 
from the session via PHP and do the same. You can use the JS function 
and the PHP code from the export plugin as samples to achieve this. This 
allows also to add it to the PDF print, though it might be a bit more 
difficult (see the pdf export for sample code).

armin

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to