- Notifications
You must be signed in to change notification settings - Fork230
Form properties and methods#431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
22 commits Select commitHold shift + click to select a range
a8373c3 Form elements traducido
f7fdcad Corregida línea 243: Parámetros
5c50ce2 Fix pueden -> puede 2-ui/4-forms-controls/1-form-elements/article.md
47d4be7 Update 2-ui/4-forms-controls/1-form-elements/article.md
d4242d9 Update 2-ui/4-forms-controls/1-form-elements/article.md
6b6b22e Merge branch 'master' into kenliten
joaquinelio9a2f74a Translated solution.md
746fa76 Translated task.md
ca7814e Update solution.md
ee2fe5b Update task.md
338935b Update solution.md
5fe2e4b Update task.md
ff3ab4b Update 2-ui/3-event-details/4-mouse-drag-and-drop/1-slider/solution.md
vplentinax99e7d5a Update 2-ui/3-event-details/4-mouse-drag-and-drop/1-slider/task.md
vplentinaxda43698 Update 2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/task.md
vplentinaxb0670f7 Update 2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/task.md
vplentinaxe582735 Update 2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/task.md
vplentinaxbcea94e Update 2-ui/4-forms-controls/1-form-elements/1-add-select-option/task.md
vplentinax7cebc17 Update 2-ui/4-forms-controls/1-form-elements/article.md
vplentinaxef50315 Update 2-ui/3-event-details/4-mouse-drag-and-drop/1-slider/task.md
vplentinaxf49cc00 Update 2-ui/3-event-details/4-mouse-drag-and-drop/1-slider/task.md
vplentinax7ed125f Update 2-ui/3-event-details/4-mouse-drag-and-drop/1-slider/task.md
vplentinaxFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 3 additions & 3 deletions2-ui/3-event-details/4-mouse-drag-and-drop/1-slider/solution.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| Como podemos ver en el HTML/CSS,la barra de desplazamiento es un`<div>`con un fondo de color, que contiene un pasador: otro`<div>`con `position:relative`. | ||
| Para posicionar el pasador usamos`position:relative`,para proveer las coordenadas relativas a su padre, aquí es más conveniente que `position:absolute`. | ||
| En este caso implementamos un Arrastrar y Soltar horizontal limitado por el ancho. |
12 changes: 6 additions & 6 deletions2-ui/3-event-details/4-mouse-drag-and-drop/1-slider/task.md
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
6 changes: 3 additions & 3 deletions2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/solution.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| Para arrastrar el elemento podemos usar`position:fixed`,esto hace las coordenadas más fáciles de manejar. Al final deberíamos devolverla a`position:absolute`para fijar el elemento en el documento. | ||
| Cuando las coordinadas están en el tope/fondo de la ventana, usamos`window.scrollTo`para desplazarla. | ||
| Más detalles en el código, en los comentarios. |
18 changes: 9 additions & 9 deletions2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/task.md
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
2 changes: 1 addition & 1 deletion2-ui/4-forms-controls/1-form-elements/1-add-select-option/solution.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| La solución, paso a paso: | ||
| ```html run | ||
| <select id="genres"> | ||
14 changes: 7 additions & 7 deletions2-ui/4-forms-controls/1-form-elements/1-add-select-option/task.md
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.