:: Forum >> Version 1 >>

Printing

More information on this topic is available in the documentation section: /active.controls.grid/.

How to Print ?
Leonardo
Monday, October 3, 2005
I used this on the old version 1.0

@media print
{
    .
active-scroll-bars,
    .
active-scroll-left,
    .
active-scroll-corner {
       
displaynone;
   }

   .
active-scroll-top {
      
positionabsolute;
      
overflowvisible;
      
widthauto!important;
      
heightauto!important;
   }            
        
   .
active-controls-grid {
      
overflowvisible;
      
heightauto;
      
widthauto;
   }
    
   .
active-scroll-data {
      
positionabsolute;
      
overflowvisible;
      
widthauto!important;
      
heightauto!important;
   }
   @
page {
      
sizeauto;   /* auto is the initial value */
      
margin10%;
   }
}
 
But not quite sure if the same applies to the new 2.0 version.
Anthony
Tuesday, October 4, 2005



This topic is archived.

Back to /active.controls.grid/

Documentation:

Forum search