2016-09-11, 12:59:13
UPDATE:
I am now using the newset GS, with CKeditor 4.5. Thanks for that needed update!! Results:
@Shawn, re#6: I think you misread the CKeditor documentation. I now have it working, and I did have the code correct, which is:
config.coreStyles_bold = { element: 'b', overrides: 'strong' };
This correctly now uses the 'b' tag, as I prefer.
Also, I did NOT have to enable ACF, I left the getsimple default setting of 'ture'.
The problem earlier was with CKeditor 3, where it didn't work.
-
As for the 'Autogrow' included plugin, I can't get it to work no matter what I try! I UNcommentd the line: extraPlugins.push('autogrow'); and then also its various config lines, like: config.autoGrow_minHeight = 200;
I also tried editing directly the ckeditor.js (which worked in CKeditor 3), but nothing works here. Amy ideas?
====
I am now using the newset GS, with CKeditor 4.5. Thanks for that needed update!! Results:
@Shawn, re#6: I think you misread the CKeditor documentation. I now have it working, and I did have the code correct, which is:
config.coreStyles_bold = { element: 'b', overrides: 'strong' };
This correctly now uses the 'b' tag, as I prefer.
Also, I did NOT have to enable ACF, I left the getsimple default setting of 'ture'.
The problem earlier was with CKeditor 3, where it didn't work.
-
As for the 'Autogrow' included plugin, I can't get it to work no matter what I try! I UNcommentd the line: extraPlugins.push('autogrow'); and then also its various config lines, like: config.autoGrow_minHeight = 200;
I also tried editing directly the ckeditor.js (which worked in CKeditor 3), but nothing works here. Amy ideas?
====