376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
|
dInfo = {sTextAreaId: elmForGramma.id};
}
if (actionFromPage.spellcheck){
oGrammalecte.startGCPanel(elmForGramma);
xGrammalectePort.postMessage({
sCommand: "parseAndSpellcheck",
dParam: {sText: sText || actionFromPage.parseAndSpellcheck, sCountry: "FR", bDebug: false, bContext: false},
dInfo: dInfo
});
}
if (actionFromPage.lexique){
oGrammalecte.startLxgPanel();
xGrammalectePort.postMessage({
sCommand: "getListOfTokens",
|
|
|
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
|
dInfo = {sTextAreaId: elmForGramma.id};
}
if (actionFromPage.spellcheck){
oGrammalecte.startGCPanel(elmForGramma);
xGrammalectePort.postMessage({
sCommand: "parseAndSpellcheck",
dParam: {sText: sText || actionFromPage.spellcheck, sCountry: "FR", bDebug: false, bContext: false},
dInfo: dInfo
});
}
if (actionFromPage.lexique){
oGrammalecte.startLxgPanel();
xGrammalectePort.postMessage({
sCommand: "getListOfTokens",
|