3.2.0

Printing

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

@media print
{
    .active-scroll-bars,
    .active-scroll-left,
    .active-scroll-corner {
       display: none;
   }

   .active-scroll-top {
      position: absolute;
      overflow: visible;
      width: auto!important;
      height: auto!important;
   }            
        
   .active-controls-grid {
      overflow: visible;
      height: auto;
      width: auto;
   }
    
   .active-scroll-data {
      position: absolute;
      overflow: visible;
      width: auto!important;
      height: auto!important;
   }
   @page {
      size: auto;   /* auto is the initial value */
      margin: 10%;
   }
}


But not quite sure if the same applies to the new 2.0 version.
Anthony
October 4,

This topic is archived.

See also:


Back to support forum