ผมได้มีโอกาสมาเรียน Yii2 ห้าวันถือว่าเป็นสิ่งดีมากๆ สำหรับการพัฒนา วันนี้เลยลองการทำ yii2 textarea editor ด้วย Yii 2.0: yii2-tinymce code สั้นๆ จริงๆ อยากได้อะไรก็ Composer เอาครับ
ติดตั้งโดยเพิ่มลงไปใน
composer.json
"moonlandsoft/yii2-tinymce": "*"
to the require section of your
แล้วใช้งานแบบนี้เลย
composer.json
file.แล้วใช้งานแบบนี้เลย
<?php use moonland\tinymce\TinyMCE; echo TinyMCE::widget(['name' => 'text-content']); $form->field($model, 'attribute')->widget(TinyMCE::className()); //toggle to tinyMCE or to textarea echo TinyMCE::widget(['name' => 'text-content', 'toggle' => ['active' => true]]); $form->field($model, 'attribute')->widget(TinyMCE::className(), [ 'toggle' => [ 'active' => true, ] ]);
การทำ yii2 textarea editor ด้วย Yii 2.0: yii2-tinymce
Reviewed by IOffer
on
กรกฎาคม 15, 2560
Rating:
ไม่มีความคิดเห็น:
แสดงความคิดเห็น