Closed dimaraduk91 closed 7 years ago
Works on PC and possible IOS as showed "toggle device toolbar" in Crome. <?= $form->field($model->node, 'description')->widget(CKEditor::className(), [ 'options' => ['rows' => 6], 'preset' => 'custom', 'clientOptions' => [ 'toolbarGroups' => $ckToolbarTemplate, 'removeButtons' => $ckRemoveButtons, 'smiley_path' => '//cdnjs.cloudflare.com/ajax/libs/ckeditor/4.5.10/plugins/smiley/images/' ] ])->label(false) ?>
<?= $form->field($model->node, 'description')->widget(CKEditor::className(), [ 'options' => ['rows' => 6], 'preset' => 'custom', 'clientOptions' => [ 'toolbarGroups' => $ckToolbarTemplate, 'removeButtons' => $ckRemoveButtons, 'smiley_path' => '//cdnjs.cloudflare.com/ajax/libs/ckeditor/4.5.10/plugins/smiley/images/' ] ])->label(false) ?>
http://ckeditor.com/forums/CKEditor/Enabling-ckEditor-on-Android-Phone
Works on PC and possible IOS as showed "toggle device toolbar" in Crome.
<?= $form->field($model->node, 'description')->widget(CKEditor::className(), [ 'options' => ['rows' => 6], 'preset' => 'custom', 'clientOptions' => [ 'toolbarGroups' => $ckToolbarTemplate, 'removeButtons' => $ckRemoveButtons, 'smiley_path' => '//cdnjs.cloudflare.com/ajax/libs/ckeditor/4.5.10/plugins/smiley/images/' ] ])->label(false) ?>