Conditionally render JSF components for printing

前端 未结 2 1188
面向向阳花
面向向阳花 2020-12-11 10:19

I want to print only a certain part of my webpage (so not the whole page). How can I achieve this in JSF?

2条回答
  •  天涯浪人
    2020-12-11 11:14

    This can be done via pure CSS by specifying media type: http://www.w3.org/TR/CSS2/media.html

提交回复
热议问题