Grammalecte  Diff

Differences From Artifact [3c99cce1ab]:

To Artifact [ada45d4995]:


142
143
144
145
146
147
148
149

150
151
152
153
154
155
156
157
158
142
143
144
145
146
147
148

149


150
151
152
153
154
155
156







-
+
-
-







    },

    createTFPanel: function () {
        if (this.oTFPanel === null) {
            this.oTFPanel = new GrammalecteTextFormatter("grammalecte_tf_panel", "Formateur de texte", 760, 595, false);
            //this.oTFPanel.logInnerHTML();
            this.oTFPanel.insertIntoPage();
            window.setTimeout(function(self){
            window.setTimeout( () => { this.oTFPanel.adjustHeight(); }, 50);
                self.oTFPanel.adjustHeight();
            }, 50, this);
        }
    },

    createGCPanel: function () {
        if (this.oGCPanel === null) {
            this.oGCPanel = new GrammalecteGrammarChecker("grammalecte_gc_panel", "Grammalecte", 500, 700);
            this.oGCPanel.insertIntoPage();