dev-master
9999999-dev http://www.frenzel.net/Yii2 yiiwymeditor Widgets
BSD-3-Clause
The Requires
framework yii wymeditor
Yii2 yiiwymeditor Widgets
Yii2 What You Mean Editor, (*1)
Make WYMeditor 1.0.4 as widget available for Yii2:, (*2)
http://wymeditor.readthedocs.org/en/latest/version_1.0_and_0.5/getting_started/customize.html#list-of-options, (*3)
Will use this editor inside our internal company intranet, as it's very important to have a focus on meaning and not format. We 1st thought about creole, but for none IT - Users, it was to "abstract" to work with that :(, (*4)
Anyway, hope you can use it for your own project!, (*5)
$js[] = "on: {";
$js[] = " instanceReady: function() {";
$js[] = " this.dataProcessor.htmlFilter.addRules( {";
$js[] = " elements: {";
$js[] = " img: function( el ) {";
$js[] = " if ( !el.attributes.class )";
$js[] = " el.attributes.class = 'pinterest-image';";
$js[] = " }";
$js[] = " }";
$js[] = " } );";
$js[] = " }";
$js[] = " }";
$js[] = "}";, (*6)
Yii2 yiiwymeditor Widgets
BSD-3-Clause
framework yii wymeditor