Closed (fixed)
Project:
Collapse Text
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2009 at 14:04 UTC
Updated:
11 Jan 2011 at 13:22 UTC
In the situation where I'm using collapsible text it would be nice to be able to specify that the text is expanded when printed.
I've played with adding things to the print.css but it doesn't push the existing text below downwards.
I suppose I need to trigger the jquery for expanding when the browser prints anybody have any suggestions?
Comments
Comment #1
Charlie Sibbach commentedI am also in this position. My users use default-collapsed text extensively, but it is really not compatible with the Print module. Anybody have a javascript I can tag in to override this and/or just trigger the expansion on the print page?
Comment #2
pooneil commentedHi,
The print.css should do it. The issue I found was that my changes get overridden by other css. However, I just created a new version (6.x-2.0-beta1) which should allow you to override the theme function. You can load custom javascript and css as well as specify whether it's for print, screen, etc... This could work for you though I haven't been able to try it myself.
Regards,
Anthony
Comment #3
pooneil commented