﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14918	inline CKEditor with extraPlugins: 'autogrow'	Satish.Trivedi		"== Steps to reproduce ==

1. textarea input control for multi-line input Or Div with applying texarea class
2. Applying inline CKEditor with extraPlugins: 'autogrow',

== Expected result ==
We are trying to provide autogrow into this

== Actual result ==
autogrow is not applied
Code as below:-
CKEDITOR.inline(editableBlocks[i].id, {

                extraPlugins: 'autogrow',
                removePlugins: 'resize',
                width: 800,
                autogrow_maxHeight: 1000,
                autoGrow_minHeight: 500,
                autoGrow_onStartup: false,
                enterMode: CKEDITOR.ENTER_BR,
                fullPage: false

            });"	Bug	closed	Normal		General		invalid		
