Adds markItUp widget (v. 1.1.14) as a form field widget.
Unpack to protected/extensions
.
[php]
<?php $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',
))?>