-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLiens d'aide.txt
85 lines (44 loc) · 3.36 KB
/
Liens d'aide.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
//################################################################################################//
// PROJET PAINT APP - JAVASCRIPT
// THÉO TELLIEZ - RENDU EN NOVEMBRE 2020
// PROJET DEMANDÉ, SOUTENU ET ÉVALUÉ PAR JULIEN LE GALES
//################################################################################################//
LIENS QUI M'ONT PARTICULIEREMENT AIDÉS :
https://stackoverflow.com/questions/9880279/how-do-i-add-a-simple-onclick-event-handler-to-a-canvas-element
https://developer.mozilla.org/fr/docs/Web/HTML/Element/Input/text
https://getbootstrap.com/docs/4.0/components/buttons/
https://www.tutorialsteacher.com/javascript/javascript-null-and-undefined
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/String/trim
https://www.whatzeweb.com/blog/des-popups-personnalisees-en-javascript
https://codepen.io/whatzeweb/pen/yGmGLE
https://developer.mozilla.org/fr/docs/Web/HTML/Element/small
https://fontawesome.com/icons?d=gallery&q=cross
https://stackoverflow.com/questions/1423777/how-can-i-check-whether-a-radio-button-is-selected-with-javascript
https://developer.mozilla.org/fr/docs/Web/API/EventTarget/addEventListener
https://developer.mozilla.org/fr/docs/Web/CSS/border-bottom
https://developer.mozilla.org/fr/docs/Web/CSS/cursor
https://developer.mozilla.org/fr/docs/Web/CSS/appearance
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/quadraticCurveTo
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/moveto
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/lineto
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/arc
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/fill
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/stroke
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/closePath
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/beginPath
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/strokeRect
https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D/fillRect
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Math/abs
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Math/min
https://stackoverflow.com/questions/38560682/have-to-create-an-array-of-objects-for-different-tools-to-do-undo-redo-operation
https://developer.mozilla.org/fr/docs/Web/API/EventTarget/removeEventListener
https://developer.mozilla.org/fr/docs/Web/API/Node/appendChild
https://stackoverflow.com/questions/11167281/webkit-css-to-control-the-box-around-the-color-in-an-inputtype-color
https://www.w3schools.com/tags/att_input_disabled.asp
https://www.pierre-giraud.com/afficher-cacher-div-javascript/
https://www.w3schools.com/jsref/prop_style_display.asp
https://www.w3schools.com/css/css3_buttons.asp
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Op%C3%A9rateurs/Op%C3%A9rateurs_arithm%C3%A9tiques
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Op%C3%A9rateurs/Op%C3%A9rateurs_d_affectation
https://stackoverflow.com/questions/13540751/how-get-total-sum-from-input-box-values-using-javascript
https://keycode.info/