| ButtonInputTypes.h |
mozilla_dom_ButtonInputTypes_h_ |
2123 |
- |
| CheckableInputTypes.cpp |
input type=checkbox |
1151 |
- |
| CheckableInputTypes.h |
mozilla_dom_CheckableInputTypes_h_ |
1654 |
- |
| ColorInputType.h |
mozilla_dom_ColorInputType_h_ |
857 |
- |
| DateTimeInputTypes.cpp |
|
15576 |
- |
| DateTimeInputTypes.h |
This method converts aValue (milliseconds within a day) to hours, minutes,
seconds and milliseconds.
|
5288 |
- |
| FileInputType.cpp |
|
876 |
- |
| FileInputType.h |
mozilla_dom_FileInputType_h_ |
957 |
- |
| HiddenInputType.h |
mozilla_dom_HiddenInputType_h_ |
864 |
- |
| InputType.cpp |
static |
13248 |
- |
| InputType.h |
A common superclass for different types of a HTMLInputElement.
|
8441 |
- |
| moz.build |
|
899 |
- |
| NumericInputTypes.cpp |
input type=number |
5640 |
- |
| NumericInputTypes.h |
mozilla_dom_NumericInputTypes_h_ |
2360 |
- |
| SingleLineTextInputTypes.cpp |
input type=url |
8225 |
- |
| SingleLineTextInputTypes.h |
This helper method returns true if aValue is a valid email address.
This is following the HTML5 specification:
http://dev.w3.org/html5/spec/forms.html#valid-e-mail-address
@param aValue the email address to check.
@result whether the given string is a valid email address.
|
5427 |
- |