michaelyah / gwt-ckeditor

Automatically exported from code.google.com/p/gwt-ckeditor
0 stars 0 forks source link

setFocus(Boolean onFocus) #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ajout d'une fonction setFocus(boolean onFocus), permettant d'appliquer ou
de retirer le focus du navigateur sur la textArea.

Original issue reported on code.google.com by emmanuel...@gmail.com on 14 Dec 2009 at 10:08

GoogleCodeExporter commented 8 years ago
Two functions were added. SetFocus on a ckEditor instance will setFocus if your 
ckeditor already received focus once.

The method setFocusOnStartup in the config object, will allow you to initiate 
focus 
when you start a ckEditor instance

Original comment by emmanuel...@gmail.com on 30 Apr 2010 at 1:29