philippfrenzel/yiiwymeditor

Yii2 yiiwymeditor 小部件

安装: 161

依赖项: 2

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

公开问题: 0

语言:JavaScript

类型:yii2-extension

dev-master 2014-05-26 16:55 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:49:30 UTC


README

Yii2 What You Mean Editor

将WYMeditor 1.0.4作为小部件提供给Yii2

http://wymeditor.readthedocs.org/en/latest/version_1.0_and_0.5/getting_started/customize.html#list-of-options

我们打算在我们的公司内部网络中使用这个编辑器,因为它非常注重意义而非格式。最初我们考虑了Creole,但对于非IT用户来说,使用它太“抽象”了:(:

无论如何,希望您能在自己的项目中使用它!

$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[] = "};";