This plugin may not run properly by default, and some modifications must be made.
Open the file where the plugin is located: /editor/plugins/autogrow/
Found line 65:
= iMainFrameSize ;
Modify it to:
if () {
= iMainFrameSize;
}
else {
= iMainFrameSize;
}
This will be compatible with IE and Firefox browsers.
Enable plugins:
Open the file: /fckeditor/
Enable these two lines:
( 'autogrow' ) ;
= 600 ;
AutoGrowMax is the maximum height limit. You can set it yourself as needed.
refer to:/forums/?f=6&t=10214&p=30094
Open the file where the plugin is located: /editor/plugins/autogrow/
Found line 65:
= iMainFrameSize ;
Modify it to:
Copy the codeThe code is as follows:
if () {
= iMainFrameSize;
}
else {
= iMainFrameSize;
}
This will be compatible with IE and Firefox browsers.
Enable plugins:
Open the file: /fckeditor/
Enable these two lines:
( 'autogrow' ) ;
= 600 ;
AutoGrowMax is the maximum height limit. You can set it yourself as needed.
refer to:/forums/?f=6&t=10214&p=30094