Print Multiple Pages

By default, only the displayed page in a visual app is printed from a browser. You can print mutliple pages by updating the shell.css.

  1. In the Navigator, expand the application's Resources folder, then expand the css folder.

  2. In shell.css, enter the following command:
    @media print {.vb-web-applayout-page
          {max-height: 100%;}}