Closed GoogleCodeExporter closed 9 years ago
Original comment by emmanuel...@gmail.com
on 18 Mar 2010 at 11:35
Done in svn Trunk. Changes on tabIndex are done via the CKConfig Object before
instantiating your CKEditor instance.
E.g :
CKConfig config = new CKConfig();
config.setTabIndex(2);
CKEditor editor1 = new CKEditor(config);
config.setTabIndex(1);
CKEditor editor2 = new CKEditor(config);
Original comment by emmanuel...@gmail.com
on 18 Mar 2010 at 12:03
Original issue reported on code.google.com by
patou.de...@gmail.com
on 12 Mar 2010 at 11:39