|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
max - specifies the maximum value allowed
min - specifies the minimum value allowed
step - specifies the legal number intervals
value - Specifies the default value
|
|
|
Description
|
|
|
|
|
|
|
Checkboxes let a user select one or more options of a limited number of choices:
Above yu see two examples the first you can not click on the label and have the checkbox be checked.
The second if you click on the label it will check the box.
There are two methods for this. The first is diplayed above
add an id tag to the input
add a for tag to the label
The second method is to surround the input and description with the label tags.
|
|
|
Radio buttons let a user select only one of a limited number of choices
|
|
|
Define a control for entering a number whose exact value is not important (like a slider control). You can also set restrictions on what numbers are accepted:
max - specifies the maximum value allowed
min - specifies the minimum value allowed
step - specifies the legal number intervals
value - Specifies the default value
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|
|
|
Description
|