Sha256: e55a1a1410f02f6b944aff3122d1090713e6d3311f3a61f2c5bff0bb236b03cb

Contents?: true

Size: 842 Bytes

Versions: 6

Compression:

Stored size: 842 Bytes

Contents

<h1>Printing</h1>

<h3>Available Classes:</h3>
<ul>
  <li>
    <code>no_print</code>
    <ul>
      <li>Useful for hiding forms, buttons etc.</li>
    </ul>
  </li>
  <li>
    <code>print_only</code>
    <ul>
      <li>Add print friendly content without affecting the screen layout.</li>
      <li>Print-Preview this page to see an example.</li>
    </ul>
  </li>
</ul>

<hr>

<div class="panel">
  <h2>Normal Content</h2>
  <ul>
    <li>This section will show on screen and in print.</li>
  </ul>
</div>

<div class="panel no_print">
  <h2>No Print</h2>
  <ul>
    <li>class: "no_print"</li>
    <li>This content will show on screen but will not be printed.</li>
  </ul>
</div>

<div class="panel print_only">
  <h2>Print Only</h2>
  <ul>
    <li>class: "print_only"</li>
    <li>This content will only show in print.</li>
  </ul>
</div>



Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dfm_web-5.0.4 spec/dummy/app/views/application/print.html.erb
dfm_web-5.0.3 spec/dummy/app/views/application/print.html.erb
dfm_web-5.0.2 spec/dummy/app/views/application/print.html.erb
dfm_web-5.0.1 spec/dummy/app/views/application/print.html.erb
dfm_web-5.0.0 spec/dummy/app/views/application/print.html.erb
dfm_web-4.1.3 spec/dummy/app/views/application/print.html.erb