Differences From Artifact [65204e392b]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [a7b45f2c3a] at 2017-09-01 19:16:33 on branch webext2 — [fx] useless HTML comment (user: olr, size: 4151) [annotate] [blame] [check-ins using] [more...]
To Artifact [79f4d2add2]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [e6ab950ba7] at 2017-09-04 07:06:16 on branch trunk — [fx] WebExt: adjust text formatter height (user: olr, size: 4193) [annotate] [blame] [check-ins using]
| ︙ | |||
61 62 63 64 65 66 67 68 69 70 71 72 73 74 | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | + |
},
createTFPanel: function () {
if (this.oTFPanel === null) {
this.oTFPanel = new GrammalecteTextFormatter("grammalecte_tf_panel", "Formateur de texte", 800, 620, false);
//this.oTFPanel.logInnerHTML();
this.oTFPanel.insertIntoPage();
this.oTFPanel.adjustHeight();
}
},
createLxgPanel: function () {
if (this.oLxgPanel === null) {
this.oLxgPanel = new GrammalecteLexicographer("grammalecte_lxg_panel", "Lexicographe", 500, 700);
this.oLxgPanel.insertIntoPage();
|
| ︙ |