Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

How to use Firefox dictionary from Javascript

  • 2 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 1 gösterim
  • Son yanıtı yazan: Col_Boogie

more options

I know Firefox has its own dictionary used when I enter words in a text box. How can I use and access the dictionary from javascript? If it is complicated, like having to write a C program, that ugly, but OK. There are two functionalities that I will need: 1) Is this a word? 2) Is this the start of a word? Being able to do both at the same time would be nice. For 2) a list of letters the word could continue with would be nice

I know Firefox has its own dictionary used when I enter words in a text box. How can I use and access the dictionary from javascript? If it is complicated, like having to write a C program, that ugly, but OK. There are two functionalities that I will need: 1) Is this a word? 2) Is this the start of a word? Being able to do both at the same time would be nice. For 2) a list of letters the word could continue with would be nice

Tüm Yanıtlar (2)

more options

cor-el tarafından tarihinde düzenlendi

more options

I want to invoke functions from javascript (will <script src='http://mxr.mozilla.org/mozilla-release/source/toolkit/modules/InlineSpellChecker.jsm'> do that?. I want to use same module that Firefox is using. If I need to point to right language, that is OK).