Thank you. I try
On 23 сен, 11:32, Damien Picard <
picard.dam...@gmail.com> wrote:
> The only way to execute CKEditor.* functions is to make a JSNI call : the
> aim of gwt-ckeditor is to abstract JavaScript, then we don't provide any
> function to make direct JS calls...
>
> But you can do every of these calls by JSNI :
>
> public native void myFunction() /*-{
> CKEditor.myfuction();
>
> }-*/;
>