Hi all,
I’d like you to share your experience(with examples) about implementing Print button to print using Yii.
[list=1]
[*]Printing all page (if some situation occurs)
[indent] Possible solutions:
- Put simple JavaScript in view. Script here[/indent]
[*]Printing user relevant information (e.g. SQL query made table, page without/with headers, menus etc.) (possible with .css):
[indent] Possible solutions:
- Extension printout for .datagrid and other .css elements printing (anyone please make an example code printing multiple elements eg. header + + .dataGrid) PS. selection does not work[/indent]
[*]All other examples of real life situations with printing.
[/list]
Also I have created article which should have all possible experience about printing, generating data, reports, charts etc. with Yii using extensions, your own methods and etc. with concrete examples HERE