You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Structuring Widgets: The help bringing structure to the form.
Input Widgets: All possibilities to record data.
Button Widgets: All ways to create a button.
Display Widgets: The allow to simply display data
Structuring Widgets
form
fieldset
Input Widgets
input
** text
** search
** password
** file
** tel
** url
** email
** number
** date
** time
** datetime
** datetime-local
** week
** month
** range
** radio
** checkbox
selectOne
selectMany
textarea
progress
meter
image
Button Widgets
button
input [type = button | submit | reset]
Display Widgets
h1, h2, h3, h4
paragraph
audio
video
Autogenerated Attributes
placeholder
defaultValue
required
pattern
tabindex
Autogenerated Tags
legend for fieldset
labels for input widgets
datalist for input widgets
img, map, area for image widgets
option, optgroup for selectOne and selectMany
Maybe Reconsider
formData -> do not copy all children to the child scope