This widget create a toggle button to show or hide Blueprint’s built-in grid in debug mode. It's a utility to support the design of a Yii website.
Yii 1.1.7 or above...
$this->widget('ext.blueprintgrid.JBlueprintGrid');
Blueprint in the Yii PHP Framework
Total 3 comments
just after the
tag
Drop blueprintgrid folder into protected/extensions... so you'll end up with protected/extensions/blueprintgrid/... with all the files inside
put <?php $this->widget('ext.blueprintgrid.JBlueprintGrid'); ?> in layouts/main.php just after the body tag
A small X or O will appear in the top right hand corner allowing you too show or hide the grid
no changes needed to config/main.php
To save others a little bit of time...
no changes needed to config/main.php
Leave a comment
Please login to leave your comment.