Print subtree?

Author Message

Maarten Holland

Friday 24 June 2011 9:31:07 am

Hello all,

Can anyone tell me if it's possible to create a button that prints a folder including all pages below it?

Thank you in advance,

Maarten

Karol Radziuk

Friday 24 June 2011 1:01:08 pm

Hi

I guess, you are interested in using AJAX. If so, there is a good  life example: contentstructuremenu in admin panel and its templates (design/admin2/contentstructuremenu/*.tpl).

You can also check here: http://share.ez.no/learn/ez-publish/ezjscore-ez-publish-javascript-and-ajax-framework/(page)/8

Cheers.

{$me|attribute(show,1)}

Gaetano Giunta

Saturday 25 June 2011 4:35:01 am

Could be, but I see no need for ajax for such a simple request...

For print layouts, using layout/set/original-url works fine: it pushes a different pagelayout on the page, so that you can avoid printing useles header/footer/side-columns and make better space of the paper page (of course you can do this via a css with media-type=print if you're good enough)

For recursive templates, the existing siteamp.tpl is a good starting point.

Just try this url: http://yoursite/index.php/<siteaccess>/layout/set/print/content/view/sitemap/2 to see what I mean.

You'll just need to add the button that invokes the print dialog

Principal Consultant International Business
Member of the Community Project Board

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 02:17:57
Script start
Timing: Jan 18 2025 02:17:57
Module start 'layout'
Timing: Jan 18 2025 02:17:57
Module start 'content'
Timing: Jan 18 2025 02:17:58
Module end 'content'
Timing: Jan 18 2025 02:17:58
Script end

Main resources:

Total runtime0.8196 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 589.2109152.6094
Module start 'layout' 0.00560.0031 741.820339.4063
Module start 'content' 0.00870.8091 781.2266572.4688
Module end 'content' 0.81780.0018 1,353.695312.2031
Script end 0.8196  1,365.8984 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3849160.0002
Check MTime0.00140.1730160.0001
Mysql Total
Database connection0.00080.094110.0008
Mysqli_queries0.760992.8378600.0127
Looping result0.00080.0968580.0000
Template Total0.784195.720.3921
Template load0.00200.239020.0010
Template processing0.782195.426720.3911
Template load and register function0.00030.038610.0003
states
state_id_array0.00130.158610.0013
state_identifier_array0.00270.325820.0013
Override
Cache load0.00160.1987210.0001
Sytem overhead
Fetch class attribute can translate value0.00060.075330.0002
Fetch class attribute name0.00140.171750.0003
XML
Image XML parsing0.00130.158630.0004
class_abstraction
Instantiating content class attribute0.00000.001550.0000
General
dbfile0.00110.1357220.0001
String conversion0.00000.001340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs