Skip to content

Commit

Permalink
Adjusted default zoom scale
Browse files Browse the repository at this point in the history
  • Loading branch information
acorncom committed May 21, 2013
1 parent bfb9e29 commit 797982b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -111,6 +111,7 @@ Based on the standard Gii / Giix admin action
'footerBgColor' => '00FFCC', // Default: 'FFFFCC'
'footerTextColor' => 'FF00FF', // Default: '0000FF'
'footerHeight' => 50, // Default: 20
'zoomScale' => 75, // Default: 100
'columns' => $grid // an array of your CGridColumns
)); ?>
```
Expand Down
4 changes: 2 additions & 2 deletions tlbExcelView.php
Expand Up @@ -105,7 +105,7 @@ class tlbExcelView extends CGridView
public $footerBgColor = 'FFFFCC';
public $footerTextColor = '0000FF';
public $footerHeight = 20;
public $zoomScale = 50;
public $zoomScale = 100;
public static $fill_solid;
public static $papersize_A4;
public static $orientation_landscape;
Expand Down Expand Up @@ -536,4 +536,4 @@ private static function cleanOutput()
@ob_end_clean();
}
}
}
}

0 comments on commit 797982b

Please sign in to comment.