2017 © Pedro Peláez
 

yii2-extension yii2-printthis

Print html by selector for Yii Framework 2.0

image

yii2assets/yii2-printthis

Print html by selector for Yii Framework 2.0

  • Wednesday, March 28, 2018
  • by dixonsatit
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,129 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 8 Versions
  • 26 % Grown

The README.md

PrintThis for Yii Framework 2

Install

composer require yii2assets/yii2-printthis "^1.0" or add this line to composer.json "yii2assets/yii2-printthis": "^1.0", (*1)

Usage

To use this widget, insert the following code into a view file:, (*2)

<?php
echo PrintThis::widget([
    'htmlOptions' => [
        'id' => 'PrintThis',
        'btnClass' => 'btn btn-info',
        'btnId' => 'btnPrintThis',
        'btnText' => 'พิมพ์หน้านี้',
        'btnIcon' => 'fa fa-print'
    ],
    'options' => [
        'debug' => false,
        'importCSS' => true,
        'importStyle' => false,
        'loadCSS' => "path/to/my.css",
        'pageTitle' => "",
        'removeInline' => false,
        'printDelay' => 333,
        'header' => null,
        'formValues' => true,
    ]
]);
?>

in view file for print area, (*3)

<div id="PrintThis">
Your Html code here
</div>

you can add css for disable link display, (*4)

@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}

The Versions

28/03 2018

dev-master

9999999-dev https://github.com/Yii2Assets/yii2-print-this

Print html by selector for Yii Framework 2.0

  Sources   Download

BSD-3-Clause BSD 3-Clause

The Requires

 

extension yii2 html yii print printthis

28/03 2018

v1.0.2

1.0.2.0 https://github.com/Yii2Assets/yii2-print-this

Print html by selector for Yii Framework 2.0

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 html yii print printthis

28/03 2018

v1.0.1

1.0.1.0 https://github.com/Yii2Assets/yii2-print-this

Print html by selector for Yii Framework 2.0

  Sources   Download

BSD 3-Clause

The Requires

 

extension yii2 html yii print printthis

29/07 2016

v0.0.4

0.0.4.0 https://github.com/Yii2Assets/yii2-print-this

Print html by selector for Yii Framework 2.0

  Sources   Download

BSD 3-Clause

The Requires

 

extension yii2 html yii print printthis

29/07 2016

v1.0.0

1.0.0.0 https://github.com/Yii2Assets/yii2-print-this

Print html by selector for Yii Framework 2.0

  Sources   Download

BSD 3-Clause

The Requires

 

extension yii2 html yii print printthis

29/07 2016

v0.0.3

0.0.3.0 https://github.com/Yii2Assets/yii2-print-this

Print html by selector for Yii Framework 2.0

  Sources   Download

BSD 3-Clause

The Requires

 

extension yii2 html yii print printthis

29/07 2016

v0.0.2

0.0.2.0 https://github.com/Yii2Assets/yii2-print-this

Print html by selector for Yii Framework 2.0

  Sources   Download

BSD 3-Clause

The Requires

 

extension yii2 html yii print printthis

29/07 2016

v0.0.1

0.0.1.0 https://github.com/Yii2Assets/yii2-print-this

Print html by selector for Yii Framework 2.0

  Sources   Download

BSD 3-Clause

The Requires

 

extension yii2 html yii print printthis