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.
Requirements ¶
Yii 1.1.7 or above...
Usage ¶
- install and explore the code of the demo application
- or put in a view code blocks like the following...
<?php $this->widget('ext.blueprintgrid.JBlueprintGrid'); ?>
Blueprint in the Yii PHP Framework
How to...
To save others a little bit of time...
no changes needed to config/main.php
question to prev comment
Sorry....
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
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.