letyii / yii2-tinymce

An extension for Yii Framework 2.0
MIT License
8 stars 2 forks source link

Remove Line Break #1

Closed RGTimothy closed 9 years ago

RGTimothy commented 9 years ago

is "convert_newlines_to_brs" option can be implemented?

nguago commented 9 years ago

http://www.tinymce.com/wiki.php/Configuration3x:convert_newlines_to_brs

$form->field($model, 'content')->widget(letyii\tinymce\Tinymce::className(), [ 'options' => [ 'class' => 'your_class', ], 'configs' => [ 'convert_newlines_to_brs' => true, ], ]);