Markitup widget
Adds markItUp widget as a form field widget.
Installation
Unpack to protected/extensions.
Usage
$this->widget('ext.yiiext.widgets.markitup.EMarkitupWidget', array( // you can either use it for model attribute 'model' => $my_model, 'attribute' => 'my_field', // or just for input field 'name' => 'my_input_name', ))
Changelog
1.1
- Add minified js (Veaceslav Medvedev)
1.0
- Updated markItUp to 1.1.8 (Sam Dark)
- Removed packed version (Sam Dark)
- Added docs (Sam Dark)
0.02
- Fixed bug when using widget without model (creocoder)
0.01
- Initial release (creocoder)