Selection and Range#166
Merged
longo-andrea merged 5 commits intojavascript-tutorial:masterfrom Jan 14, 2021
Merged
Conversation
|
Error: the article already translated in the Progress Issue #1 |
longo-andrea
commented
Jan 14, 2021
| Questo è un metodo in qualche maniera complesso. Nella sua forma più semplice con un solo argomento, sostituisce il range selezionato dall'utente e rimuove la selezione. | ||
|
|
||
| Per esempio, qui la selezione dell'utente verrà avvolta da `*...*`: | ||
| For example, here the user selection will be wrapped by `*...*`: |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| For example, here the user selection will be wrapped by `*...*`: | |
| Per esempio, qui la selezione dell'utente verrà avvolta da `*...*`: |
| ``` | ||
|
|
||
| Con più argomenti, possiamo impostare uno `start` ed `end` del range. | ||
| With more arguments, we can set range `start` and `end`. |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| With more arguments, we can set range `start` and `end`. | |
| Con più argomenti, possiamo impostare uno `start` ed `end` del range. |
| With more arguments, we can set range `start` and `end`. | ||
|
|
||
| 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: |
Contributor
Author
There was a problem hiding this comment.
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>
pierangelomiceli
approved these changes
Jan 14, 2021
|
Error: the article already translated in the Progress Issue #1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.