Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Resize the CKEditor #127

Open
AlessandroCuba opened this issue Jul 26, 2018 · 1 comment
Open

Resize the CKEditor #127

AlessandroCuba opened this issue Jul 26, 2018 · 1 comment
Labels

Comments

@AlessandroCuba
Copy link

Hello

i cann´t the widget resize, i have tried

$form->field($model, 'news')->widget(CKEditor::className(),[
   'options' => [
        'row' => 6,
        'width' => '100%',
   ],
   'preset' => 'basic'    
])->label(false);

but not result!!
thank,

@ghost
Copy link

ghost commented Apr 5, 2019

$form->field($model, 'news', [
   'options' => [
        'style' => 'width: 100%;'
   ],
])->widget(CKEditor::className(),[
   'options' => [
        'row' => 6,
   ],
   'preset' => 'basic'    
])->label(false);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants