# yii2-simditor **Repository Path**: inhere/yii2-simditor ## Basic Information - **Project Name**: yii2-simditor - **Description**: yii2 simditor editer extension - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-12-13 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README yii2-simditor ============= Simditor for Yii2 ### Usage ``` field($model, 'content')->widget(Simditor::class, [ 'editorOptions' => [ // 'textarea' => 'article-content' 'upload' => [ 'url' => '/util/up-img-for-simditor', // 'params' => '', 'fileKey' => 'up_file', // 'connectionCount' => 3, // 'leaveConfirm' => '', ] ] ]) ?> ```