This extension joins Yii framework with Bootstrap Editable plugin allowing in-place editing with Twitter Bootstrap Form and Popover. It includes three widgets and one component that together give you extremely fast and easy way for creating editable interfaces.
To include Twitter Bootstrap into your Yii project there are 2 ways:
<?php Yii::app()->clientScript->registerCssFile(Yii::app()->baseUrl.'/js/bootstrap/css/bootstrap.min.css'); Yii::app()->clientScript->registerScriptFile(Yii::app()->baseUrl.'/js/bootstrap/js/bootstrap.min.js'); ?>
1. Download the latest release. Unzip extension under protected/extensions/editable
directory.
2. Add following code to your config in protected/config
directory:
'import'=>array( ... 'ext.editable.*' ),
That's it!
In case of questions please ask on extension page or create issue on github.
Your feedback / contribution will be appreciated!