I have a custom control
( which lays on an xpage ) having some buttons and a view panel: viewPanel1
.
I want to print JUST the data from this view panel, but not the entire window using window.print();
.
In classic lotus notes I used: @Command([FilePrint]; "1"; ""; ""; ""; "printview";""; "";"";"")
Is there any possibility achieving this using javascript? I want to create a button for the printing.
Thanks for your time.