Selection and Range #166
Merged
Selection and Range #166
Conversation
|
Error: the article already translated in the Progress Issue #1 |
|
|
||
| Per esempio, qui la selezione dell'utente verrà avvolta da `*...*`: | ||
| For example, here the user selection will be wrapped by `*...*`: |
longo-andrea
Jan 14, 2021
Author
Contributor
Suggested change
| For example, here the user selection will be wrapped by `*...*`: | |
| Per esempio, qui la selezione dell'utente verrà avvolta da `*...*`: |
| @@ -518,9 +531,9 @@ button.onclick = () => { | |||
| </script> | |||
| ``` | |||
|
|
|||
| Con più argomenti, possiamo impostare uno `start` ed `end` del range. | |||
| With more arguments, we can set range `start` and `end`. | |||
longo-andrea
Jan 14, 2021
Author
Contributor
Suggested change
| With more arguments, we can set range `start` and `end`. | |
| Con più argomenti, possiamo impostare uno `start` ed `end` del range. |
|
|
||
| In questo esempio troviamo `"THIS"` nel campo di testo, lo sostituiamo e manteniamo la selezione sul testo sostituito: | ||
| In this example we find `"THIS"` in the input text, replace it and keep the replacement selected: |
longo-andrea
Jan 14, 2021
Author
Contributor
Suggested change
| In this example we find `"THIS"` in the input text, replace it and keep the replacement selected: | |
| In questo esempio troviamo `"THIS"` nel campo di testo, lo sostituiamo e manteniamo la selezione sul testo sostituito: |
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
211fb79
into
javascript-tutorial:master
1 check passed
1 check passed
|
Error: the article already translated in the Progress Issue #1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
No description provided.