Overview
| Comment: | [doc] Web API update |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | doc |
| Files: | files | file ages | folders |
| SHA3-256: |
1cefc9c400c5365d1093d29927b8c59d |
| User & Date: | olr on 2020-03-18 13:29:13 |
| Other Links: | manifest | tags |
Context
|
2020-03-18
| ||
| 14:04 | [fx][tb] code clarification check-in: 58ba816fa3 user: olr tags: trunk, tb, fx | |
| 13:29 | [doc] Web API update check-in: 1cefc9c400 user: olr tags: trunk, doc | |
| 13:28 | [doc] Web API update check-in: a52df75d7d user: olr tags: trunk, doc | |
Changes
Modified doc/API_web.md from [3885e63528] to [cc9ca133c0].
| ︙ | ︙ | |||
34 35 36 37 38 39 40 |
### Open the Grammalecte panel for any text
oGrammalecteAPI.openPanelForText("your text")
This method won’t send back any result or modified text.
| | | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
### Open the Grammalecte panel for any text
oGrammalecteAPI.openPanelForText("your text")
This method won’t send back any result or modified text.
### Open the Grammalecte panel
oGrammalecteAPI.openPanel(param)
Depending of what `param` is, this method will call `openPanelForNode()` or `openPanelForText()`.
### Prevent Grammalecte to modify the node content
|
| ︙ | ︙ |