Changes between Version 2 and Version 3 of WK2-EFLTextCheckerApiTutorial


Ignore:
Timestamp:
Jan 11, 2013 1:44:35 AM (11 years ago)
Author:
g.czajkowski@samsung.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WK2-EFLTextCheckerApiTutorial

    v2 v3  
    119119}}}
    120120
    121 == Overdrive the default text checker implementation by the client ==
     121== Override the default text checker implementation by the client ==
    122122
    123123The default WebKit text checker implementation is based on the [http://www.abisource.com/projects/enchant/ Enchant] library. It doesn't ensure grammar checking. The application is able to override it by defining its own implementation and setting appropriate callback functions. To override the default text checker implementation API from ewk_text_checker.h can be used: